u-boot: drop PACKAGE_ARCH from individual recipes
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 19 Jun 2009 09:19:26 +0000 (13:19 +0400)
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Fri, 19 Jun 2009 09:19:26 +0000 (13:19 +0400)
As PACKAGE_ARCH is now set in main u-boot file, drop it from all recipes.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
recipes/u-boot/u-boot-omap2430sdp_1.1.4.bb
recipes/u-boot/u-boot-omap3_git.bb
recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
recipes/u-boot/u-boot_1.1.6.bb
recipes/u-boot/u-boot_1.2.0.bb
recipes/u-boot/u-boot_1.3.0.bb
recipes/u-boot/u-boot_1.3.1.bb
recipes/u-boot/u-boot_1.3.2.bb
recipes/u-boot/u-boot_2009.01.bb
recipes/u-boot/u-boot_git.bb

index af0d0a1..d7b23e1 100644 (file)
@@ -8,6 +8,5 @@ SRC_URI = "http://linux.omap.com/pub/bootloader/2430sdp/source/u-boot-SEP1106.ta
 
 S = "${WORKDIR}/u-boot"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 #inherit base
index 714ca0b..b8f95f5 100644 (file)
@@ -17,4 +17,3 @@ UBOOT_MACHINE_overo = "omap3_overo_config"
 
 S = "${WORKDIR}/git"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
index f29292f..9817f0c 100644 (file)
@@ -12,5 +12,4 @@ SRC_URI = "http://www.sakoman.net/omap3/u-boot.tar.gz \
 
 S = "${WORKDIR}/u-boot"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 
index e003c69..b8729d2 100644 (file)
@@ -20,6 +20,5 @@ SRC_URI_append_mpc8323e-rdb = "  file://u-boot-1.1.6-fsl-1-mpc83xx-20061206.patc
 
 
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 UBOOT_MACHINE_sarge-at91 = "sarge_config"
index edcb1b1..f7e7446 100644 (file)
@@ -41,4 +41,3 @@ http://www.bitshrine.org/gpp/u-boot-1.2.0-mpc8315erdb-improve-ddr-performance.pa
 http://www.bitshrine.org/gpp/u-boot-1.2.0-mpc8315erdb-fix-PCI-IO-base.patch;patch=1 \ 
 "
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
index 2886dde..a0656ba 100644 (file)
@@ -4,4 +4,3 @@ DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
index 5c32b9a..39a7b30 100644 (file)
@@ -9,4 +9,3 @@ SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
            file://mpc8313e-rdb-mtdparts.patch;patch=1 \
            file://mpc8313e-rdb-nand.patch;patch=1"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
index 59ebaec..d52ca1e 100644 (file)
@@ -39,7 +39,6 @@ SRC_URI_append_boc01 = "\
            file://016-090209-PM.patch;patch=1 \
            "
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 do_deploy_append_mpc8313e-rdb () {
        install ${S}/examples/vsc7385_load/vsc7385_load.bin ${DEPLOY_DIR_IMAGE}/vsc7385_load.bin
index e0839c9..49d08a2 100644 (file)
@@ -29,6 +29,3 @@ SRC_URI_append_at91sam9g20ek = "\
            file://at91sam9g20-fix-config.patch;patch=1 \
            "
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-PARALLEL_MAKE = ""
-
index 12ebcfe..8936cfb 100644 (file)
@@ -87,7 +87,6 @@ SRC_URI_append_c7x0 = "file://pdaXrom-u-boot.patch;patch=1 \
                        "
 S = "${WORKDIR}/git"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 do_configure_prepend_akita() {
         sed -i s:ROOT_FLASH_SIZE:${ROOT_FLASH_SIZE}:g ${S}/include/configs/akita.h