diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-17 17:33:00 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-17 17:33:00 +0000 |
commit | df81f9d9d3a0ab36757a6506a88687d4efc2cd87 (patch) | |
tree | 4c9357f596366a2d2fc2de429bb9813e47844d77 /packages/uboot | |
parent | 10995a8e7059b157140c5faebd6a8e808fad7e68 (diff) |
u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like ones including target-vender)
* machine machine specific as well
Diffstat (limited to 'packages/uboot')
-rw-r--r-- | packages/uboot/u-boot_LABEL.2006.06.30.2020.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb index 3fb7ee55ea..cec4c0eca2 100644 --- a/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb +++ b/packages/uboot/u-boot_LABEL.2006.06.30.2020.bb @@ -4,21 +4,24 @@ 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 |