From: Koen Kooi Date: Tue, 17 Oct 2006 17:33:00 +0000 (+0000) Subject: u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like... X-Git-Tag: Release-2010-05/1~9453^2~567^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df81f9d9d3a0ab36757a6506a88687d4efc2cd87;p=openembedded.git u-boot_LABEL.2006.06.30.2020: fix compiling for non-standard target prefixes (like ones including target-vender) * machine machine specific as well --- 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