[oe-commits] Marcin Juszkiewicz : sharp 2.4 kernels: set COMPATIBLE_MACHINE for all of them - close #4784

GIT User account git at amethyst.openembedded.net
Fri Dec 12 11:27:20 UTC 2008


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

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Fri Dec 12 12:25:38 2008 +0100

sharp 2.4 kernels: set COMPATIBLE_MACHINE for all of them - close #4784

---

 packages/linux/c7x0-kernels-2.4-embedix.bb     |    1 +
 packages/linux/corgi-kernel-2.4-embedix.bb     |    2 +-
 packages/linux/husky-kernel-2.4-embedix.bb     |    2 +-
 packages/linux/poodle-kernel-2.4-embedix.bb    |    2 +-
 packages/linux/poodle255-kernel-2.4-embedix.bb |    2 +-
 packages/linux/shepherd-kernel-2.4-embedix.bb  |    1 -
 6 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/linux/c7x0-kernels-2.4-embedix.bb b/packages/linux/c7x0-kernels-2.4-embedix.bb
index 3a2c3b1..44c9ad2 100644
--- a/packages/linux/c7x0-kernels-2.4-embedix.bb
+++ b/packages/linux/c7x0-kernels-2.4-embedix.bb
@@ -5,6 +5,7 @@ PROVIDES = "virtual/kernel"
 PR = "r1"
 
 COMPATIBLE_HOST = "arm.*-linux"
+COMPATIBLE_MACHINE = '(corgi|husky|shepherd)'
 
 DEPENDS = "corgi-kernel-2.4-embedix shepherd-kernel-2.4-embedix husky-kernel-2.4-embedix"
 
diff --git a/packages/linux/corgi-kernel-2.4-embedix.bb b/packages/linux/corgi-kernel-2.4-embedix.bb
index 986ee7a..594a431 100644
--- a/packages/linux/corgi-kernel-2.4-embedix.bb
+++ b/packages/linux/corgi-kernel-2.4-embedix.bb
@@ -1,3 +1,3 @@
-MACHINE = "corgi"
+COMPATIBLE_MACHINE = "corgi"
 COMPATIBLE_HOST = "arm.*-linux"
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
diff --git a/packages/linux/husky-kernel-2.4-embedix.bb b/packages/linux/husky-kernel-2.4-embedix.bb
index 81f8595..ac253cc 100644
--- a/packages/linux/husky-kernel-2.4-embedix.bb
+++ b/packages/linux/husky-kernel-2.4-embedix.bb
@@ -1,5 +1,5 @@
 COMPATIBLE_HOST = "arm.*-linux"
-MACHINE = "husky"
+COMPATIBLE_MACHINE = "husky"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
diff --git a/packages/linux/poodle-kernel-2.4-embedix.bb b/packages/linux/poodle-kernel-2.4-embedix.bb
index 2f26cbc..b3133f1 100644
--- a/packages/linux/poodle-kernel-2.4-embedix.bb
+++ b/packages/linux/poodle-kernel-2.4-embedix.bb
@@ -1,4 +1,4 @@
-MACHINE = "poodle"
+COMPATIBLE_MACHINE = "poodle"
 COMPATIBLE_HOST = "arm.*-linux"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
diff --git a/packages/linux/poodle255-kernel-2.4-embedix.bb b/packages/linux/poodle255-kernel-2.4-embedix.bb
index f3044f4..28bb32d 100644
--- a/packages/linux/poodle255-kernel-2.4-embedix.bb
+++ b/packages/linux/poodle255-kernel-2.4-embedix.bb
@@ -1,4 +1,4 @@
-MACHINE = "poodle255"
+COMPATIBLE_MACHINE = "poodle255"
 COMPATIBLE_HOST = "arm.*-linux"
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
diff --git a/packages/linux/shepherd-kernel-2.4-embedix.bb b/packages/linux/shepherd-kernel-2.4-embedix.bb
index ac573fd..ed1899a 100644
--- a/packages/linux/shepherd-kernel-2.4-embedix.bb
+++ b/packages/linux/shepherd-kernel-2.4-embedix.bb
@@ -1,4 +1,3 @@
-MACHINE = "shepherd"
 COMPATIBLE_MACHINE = "shepherd"
 COMPATIBLE_HOST = "arm.*-linux"
 





More information about the Openembedded-commits mailing list