sharp 2.4 kernels: set COMPATIBLE_MACHINE for all of them - close #4784
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 12 Dec 2008 11:25:38 +0000 (12:25 +0100)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 12 Dec 2008 11:25:38 +0000 (12:25 +0100)
packages/linux/c7x0-kernels-2.4-embedix.bb
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/poodle255-kernel-2.4-embedix.bb
packages/linux/shepherd-kernel-2.4-embedix.bb

index 3a2c3b1..44c9ad2 100644 (file)
@@ -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"
 
index 986ee7a..594a431 100644 (file)
@@ -1,3 +1,3 @@
-MACHINE = "corgi"
+COMPATIBLE_MACHINE = "corgi"
 COMPATIBLE_HOST = "arm.*-linux"
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
index 81f8595..ac253cc 100644 (file)
@@ -1,5 +1,5 @@
 COMPATIBLE_HOST = "arm.*-linux"
-MACHINE = "husky"
+COMPATIBLE_MACHINE = "husky"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
index 2f26cbc..b3133f1 100644 (file)
@@ -1,4 +1,4 @@
-MACHINE = "poodle"
+COMPATIBLE_MACHINE = "poodle"
 COMPATIBLE_HOST = "arm.*-linux"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
index f3044f4..28bb32d 100644 (file)
@@ -1,4 +1,4 @@
-MACHINE = "poodle255"
+COMPATIBLE_MACHINE = "poodle255"
 COMPATIBLE_HOST = "arm.*-linux"
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
 
index ac573fd..ed1899a 100644 (file)
@@ -1,4 +1,3 @@
-MACHINE = "shepherd"
 COMPATIBLE_MACHINE = "shepherd"
 COMPATIBLE_HOST = "arm.*-linux"