diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-26 01:42:51 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-26 02:03:03 +0200 |
commit | 8cbb8558a7439678d43f006412317ad6c0436825 (patch) | |
tree | db0a491a5532c192526979e0184e4e545a83077c | |
parent | dbd4dfc7c9f1b9bcd9dc514088abb8a1f3c84e91 (diff) |
kernel-2.4-embedix: revert commit 2f0fcff486dba9daa7b35cc96a3dce86f16ae30d
- COMPATIBLE_MACHINE will be set in sharprom-compatible
-rw-r--r-- | recipes/linux/corgi-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | recipes/linux/husky-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | recipes/linux/poodle-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | recipes/linux/poodle255-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | recipes/linux/shepherd-kernel-2.4-embedix.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/linux/corgi-kernel-2.4-embedix.bb b/recipes/linux/corgi-kernel-2.4-embedix.bb index 594a431ffb..986ee7ac40 100644 --- a/recipes/linux/corgi-kernel-2.4-embedix.bb +++ b/recipes/linux/corgi-kernel-2.4-embedix.bb @@ -1,3 +1,3 @@ -COMPATIBLE_MACHINE = "corgi" +MACHINE = "corgi" COMPATIBLE_HOST = "arm.*-linux" require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc diff --git a/recipes/linux/husky-kernel-2.4-embedix.bb b/recipes/linux/husky-kernel-2.4-embedix.bb index ac253cc7c2..81f859594c 100644 --- a/recipes/linux/husky-kernel-2.4-embedix.bb +++ b/recipes/linux/husky-kernel-2.4-embedix.bb @@ -1,5 +1,5 @@ COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE = "husky" +MACHINE = "husky" require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc diff --git a/recipes/linux/poodle-kernel-2.4-embedix.bb b/recipes/linux/poodle-kernel-2.4-embedix.bb index b3133f11ba..2f26cbc863 100644 --- a/recipes/linux/poodle-kernel-2.4-embedix.bb +++ b/recipes/linux/poodle-kernel-2.4-embedix.bb @@ -1,4 +1,4 @@ -COMPATIBLE_MACHINE = "poodle" +MACHINE = "poodle" COMPATIBLE_HOST = "arm.*-linux" require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc diff --git a/recipes/linux/poodle255-kernel-2.4-embedix.bb b/recipes/linux/poodle255-kernel-2.4-embedix.bb index 28bb32d222..f3044f4e67 100644 --- a/recipes/linux/poodle255-kernel-2.4-embedix.bb +++ b/recipes/linux/poodle255-kernel-2.4-embedix.bb @@ -1,4 +1,4 @@ -COMPATIBLE_MACHINE = "poodle255" +MACHINE = "poodle255" COMPATIBLE_HOST = "arm.*-linux" require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc diff --git a/recipes/linux/shepherd-kernel-2.4-embedix.bb b/recipes/linux/shepherd-kernel-2.4-embedix.bb index ed1899a7ff..c52fb4767d 100644 --- a/recipes/linux/shepherd-kernel-2.4-embedix.bb +++ b/recipes/linux/shepherd-kernel-2.4-embedix.bb @@ -1,4 +1,4 @@ -COMPATIBLE_MACHINE = "shepherd" +MACHINE = "shepherd" COMPATIBLE_HOST = "arm.*-linux" require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc |