From df81f9d9d3a0ab36757a6506a88687d4efc2cd87 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 17 Oct 2006 17:33:00 +0000 Subject: u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like ones including target-vender) * machine machine specific as well --- packages/uboot/u-boot_LABEL.2006.06.30.2020.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'packages') 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 -- cgit v1.2.3