[oe-commits] org.oe.dev u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like ones including target-vender)

koen commit openembedded-commits at lists.openembedded.org
Tue Oct 17 17:42:45 UTC 2006


u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like ones including target-vender)
* machine machine specific as well

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a8958088d90622ecd940ef3cb95731dc9bf762c7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a8958088d90622ecd940ef3cb95731dc9bf762c7
Files:
1
packages/uboot/u-boot_LABEL.2006.06.30.2020.bb
Diffs:

#
# mt diff -r77261f9682a40592f37cd0406d4b10faf47f30bd -ra8958088d90622ecd940ef3cb95731dc9bf762c7
#
# 
# 
# patch "packages/uboot/u-boot_LABEL.2006.06.30.2020.bb"
#  from [260bb2d9060e0466c59bee6bc22a3b1b1bf98e91]
#    to [4827481c8b48e4e2c86beb22eede3fa9a5daba9f]
# 
============================================================
--- packages/uboot/u-boot_LABEL.2006.06.30.2020.bb	260bb2d9060e0466c59bee6bc22a3b1b1bf98e91
+++ packages/uboot/u-boot_LABEL.2006.06.30.2020.bb	4827481c8b48e4e2c86beb22eede3fa9a5daba9f
@@ -1,24 +1,27 @@ LICENSE = "GPL"
 DESCRIPTION = "U-boot bootloader"
 PROVIDES = "virtual/bootloader"
 SECTION = "bootloader"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-PR = "r0"
+PR = "r1"
 
 TAG = "${@bb.data.getVar('PV',d,1).replace('.', '_')}"
 
 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git;tag=${TAG}"
 #           file://config.patch;patch=1"
 
+SRC_URI_append_navman-icn330 = " http://www.duff.dk/navman/navman-u-boot-2006-30-2020.patch;patch=1"
+
 S = "${WORKDIR}/git"
 
 #EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CFLAGS="" CPPFLAGS="" LDFLAGS="""
-EXTRA_OEMAKE = ""
+EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 UBOOT_MACHINE ?= "${MACHINE}_config"
 UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.bin"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 #inherit base
 






More information about the Openembedded-commits mailing list