oz-pxa-2.4: override PACKAGE_ARCH to be c7x0 for corgi,shepherd,husky
authorMichael Lauer <mickey@vanille-media.de>
Wed, 16 Feb 2005 01:18:46 +0000 (01:18 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 16 Feb 2005 01:18:46 +0000 (01:18 +0000)
BKrev: 42129f76In6baj2rMvsqE6D7aQrceQ

packages/linux/husky-kernel-2.4-embedix.bb
packages/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc

index 99592e7..815a300 100644 (file)
@@ -1,4 +1,4 @@
 MACHINE = "husky"
 
-include openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20030509.inc
+include openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
index d1de436..ce8a640 100644 (file)
@@ -7,7 +7,7 @@ KV = "2.4.18"
 RMKV = "7"
 PXAV = "3"
 SHARPV = "20031107"
-PR = "r33"
+PR = "r34"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}"
 
 ALLOW_EMPTY_kernel = "1"
@@ -102,3 +102,8 @@ do_deploy() {
 do_deploy[dirs] = "${S}"
 
 addtask deploy before do_build after do_compile
+
+PACKAGE_ARCH_corgi    = "c7x0"
+PACKAGE_ARCH_shepherd = "c7x0"
+PACKAGE_ARCH_husky    = "c7x0"
+