[oe-commits] Dmitry Eremin-Solenikov : u-boot: drop PACKAGE_ARCH from individual recipes

git version control git at git.openembedded.org
Fri Jun 19 15:31:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3165281acdf77d535d0c040e6f69ca500c0d66cc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3165281acdf77d535d0c040e6f69ca500c0d66cc

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Fri Jun 19 13:19:26 2009 +0400

u-boot: drop PACKAGE_ARCH from individual recipes

As PACKAGE_ARCH is now set in main u-boot file, drop it from all recipes.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>

---

 recipes/u-boot/u-boot-omap2430sdp_1.1.4.bb      |    1 -
 recipes/u-boot/u-boot-omap3_git.bb              |    1 -
 recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb |    1 -
 recipes/u-boot/u-boot_1.1.6.bb                  |    1 -
 recipes/u-boot/u-boot_1.2.0.bb                  |    1 -
 recipes/u-boot/u-boot_1.3.0.bb                  |    1 -
 recipes/u-boot/u-boot_1.3.1.bb                  |    1 -
 recipes/u-boot/u-boot_1.3.2.bb                  |    1 -
 recipes/u-boot/u-boot_2009.01.bb                |    3 ---
 recipes/u-boot/u-boot_git.bb                    |    1 -
 10 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/recipes/u-boot/u-boot-omap2430sdp_1.1.4.bb b/recipes/u-boot/u-boot-omap2430sdp_1.1.4.bb
index af0d0a1..d7b23e1 100644
--- a/recipes/u-boot/u-boot-omap2430sdp_1.1.4.bb
+++ b/recipes/u-boot/u-boot-omap2430sdp_1.1.4.bb
@@ -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
diff --git a/recipes/u-boot/u-boot-omap3_git.bb b/recipes/u-boot/u-boot-omap3_git.bb
index 714ca0b..b8f95f5 100644
--- a/recipes/u-boot/u-boot-omap3_git.bb
+++ b/recipes/u-boot/u-boot-omap3_git.bb
@@ -17,4 +17,3 @@ UBOOT_MACHINE_overo = "omap3_overo_config"
 
 S = "${WORKDIR}/git"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb b/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
index f29292f..9817f0c 100644
--- a/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
+++ b/recipes/u-boot/u-boot-omap3beagleboard_1.1.4.bb
@@ -12,5 +12,4 @@ SRC_URI = "http://www.sakoman.net/omap3/u-boot.tar.gz \
 
 S = "${WORKDIR}/u-boot"
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
 
diff --git a/recipes/u-boot/u-boot_1.1.6.bb b/recipes/u-boot/u-boot_1.1.6.bb
index e003c69..b8729d2 100644
--- a/recipes/u-boot/u-boot_1.1.6.bb
+++ b/recipes/u-boot/u-boot_1.1.6.bb
@@ -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"
diff --git a/recipes/u-boot/u-boot_1.2.0.bb b/recipes/u-boot/u-boot_1.2.0.bb
index edcb1b1..f7e7446 100644
--- a/recipes/u-boot/u-boot_1.2.0.bb
+++ b/recipes/u-boot/u-boot_1.2.0.bb
@@ -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}"
diff --git a/recipes/u-boot/u-boot_1.3.0.bb b/recipes/u-boot/u-boot_1.3.0.bb
index 2886dde..a0656ba 100644
--- a/recipes/u-boot/u-boot_1.3.0.bb
+++ b/recipes/u-boot/u-boot_1.3.0.bb
@@ -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}"
diff --git a/recipes/u-boot/u-boot_1.3.1.bb b/recipes/u-boot/u-boot_1.3.1.bb
index 5c32b9a..39a7b30 100644
--- a/recipes/u-boot/u-boot_1.3.1.bb
+++ b/recipes/u-boot/u-boot_1.3.1.bb
@@ -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}"
diff --git a/recipes/u-boot/u-boot_1.3.2.bb b/recipes/u-boot/u-boot_1.3.2.bb
index 59ebaec..d52ca1e 100644
--- a/recipes/u-boot/u-boot_1.3.2.bb
+++ b/recipes/u-boot/u-boot_1.3.2.bb
@@ -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
diff --git a/recipes/u-boot/u-boot_2009.01.bb b/recipes/u-boot/u-boot_2009.01.bb
index e0839c9..49d08a2 100644
--- a/recipes/u-boot/u-boot_2009.01.bb
+++ b/recipes/u-boot/u-boot_2009.01.bb
@@ -29,6 +29,3 @@ SRC_URI_append_at91sam9g20ek = "\
            file://at91sam9g20-fix-config.patch;patch=1 \
            "
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-PARALLEL_MAKE = ""
-
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 12ebcfe..8936cfb 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -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





More information about the Openembedded-commits mailing list