[oe-commits] org.oe.dev zaurus 2.4 kernels: add COMPATIBLE_HOST = "arm.*-linux"

koen commit openembedded-commits at lists.openembedded.org
Wed Jun 20 12:37:49 UTC 2007


zaurus 2.4 kernels: add COMPATIBLE_HOST = "arm.*-linux"

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a70445de7587a858409c3436354ffa7820d138ba
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a70445de7587a858409c3436354ffa7820d138ba
Files:
1
packages/linux/corgi-kernel-2.4-embedix.bb
packages/linux/husky-kernel-2.4-embedix.bb
packages/linux/poodle-kernel-2.4-embedix.bb
packages/linux/poodle-kernels-2.4-embedix.bb
packages/linux/poodle255-kernel-2.4-embedix.bb
packages/linux/shepherd-kernel-2.4-embedix.bb
Diffs:

#
# mt diff -r8e0b4688a6c823f023912f70f862fac1f8390d26 -ra70445de7587a858409c3436354ffa7820d138ba
#
# 
# 
# patch "packages/linux/corgi-kernel-2.4-embedix.bb"
#  from [cd155ca8a61e8152c7054e41e20829af35815df6]
#    to [aa08ecc3e22ea5ca2e3ff3e98810ed1e2c09b856]
# 
# patch "packages/linux/husky-kernel-2.4-embedix.bb"
#  from [74379c297a7dd2cfb81539595300761a78f816d4]
#    to [11c2f076310853c7285144c3c45cf738b8c28354]
# 
# patch "packages/linux/poodle-kernel-2.4-embedix.bb"
#  from [e29a7da8ab9c2f0fc4b7f2adbae185c53c5e3452]
#    to [24cc66c26d5083bf0173a3e72ae1b48a96e2859e]
# 
# patch "packages/linux/poodle-kernels-2.4-embedix.bb"
#  from [9183162b4c3ad8babdd92324ab6679f6e3a07484]
#    to [4348547abbc5985193d93cd83ab6f92754cc44a9]
# 
# patch "packages/linux/poodle255-kernel-2.4-embedix.bb"
#  from [1cd2df3c1818f42367e94be7ca23564ee59cfbe5]
#    to [6ecd163d0dcc03242c533189d7904fcf2f482f33]
# 
# patch "packages/linux/shepherd-kernel-2.4-embedix.bb"
#  from [ed91f575c13ae1e108412e31df166ffaa17bd906]
#    to [13962837a7946dad158aefe01aaa7837d369bff3]
# 
============================================================
--- packages/linux/corgi-kernel-2.4-embedix.bb	cd155ca8a61e8152c7054e41e20829af35815df6
+++ packages/linux/corgi-kernel-2.4-embedix.bb	aa08ecc3e22ea5ca2e3ff3e98810ed1e2c09b856
@@ -1,3 +1,3 @@ MACHINE = "corgi"
 MACHINE = "corgi"
-
+COMPATIBLE_HOST = "arm.*-linux"
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
============================================================
--- packages/linux/husky-kernel-2.4-embedix.bb	74379c297a7dd2cfb81539595300761a78f816d4
+++ packages/linux/husky-kernel-2.4-embedix.bb	11c2f076310853c7285144c3c45cf738b8c28354
@@ -1,3 +1,4 @@
+COMPATIBLE_HOST = "arm.*-linux"
 MACHINE = "husky"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
============================================================
--- packages/linux/poodle-kernel-2.4-embedix.bb	e29a7da8ab9c2f0fc4b7f2adbae185c53c5e3452
+++ packages/linux/poodle-kernel-2.4-embedix.bb	24cc66c26d5083bf0173a3e72ae1b48a96e2859e
@@ -1,4 +1,5 @@ MACHINE = "poodle"
 MACHINE = "poodle"
+COMPATIBLE_HOST = "arm.*-linux"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
============================================================
--- packages/linux/poodle-kernels-2.4-embedix.bb	9183162b4c3ad8babdd92324ab6679f6e3a07484
+++ packages/linux/poodle-kernels-2.4-embedix.bb	4348547abbc5985193d93cd83ab6f92754cc44a9
@@ -1,2 +1,3 @@ COMPATIBLE_MACHINE = "poodle"
 COMPATIBLE_MACHINE = "poodle"
+COMPATIBLE_HOST = "arm.*-linux"
 DEPENDS = "poodle-kernel-2.4-embedix poodle255-kernel-2.4-embedix"
============================================================
--- packages/linux/poodle255-kernel-2.4-embedix.bb	1cd2df3c1818f42367e94be7ca23564ee59cfbe5
+++ packages/linux/poodle255-kernel-2.4-embedix.bb	6ecd163d0dcc03242c533189d7904fcf2f482f33
@@ -1,4 +1,4 @@ MACHINE = "poodle255"
 MACHINE = "poodle255"
-
+COMPATIBLE_HOST = "arm.*-linux"
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
============================================================
--- packages/linux/shepherd-kernel-2.4-embedix.bb	ed91f575c13ae1e108412e31df166ffaa17bd906
+++ packages/linux/shepherd-kernel-2.4-embedix.bb	13962837a7946dad158aefe01aaa7837d369bff3
@@ -1,5 +1,6 @@ COMPATIBLE_MACHINE = "shepherd"
 MACHINE = "shepherd"
 COMPATIBLE_MACHINE = "shepherd"
+COMPATIBLE_HOST = "arm.*-linux"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 






More information about the Openembedded-commits mailing list