diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-12-12 12:25:38 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-12-12 12:25:38 +0100 |
commit | 2f0fcff486dba9daa7b35cc96a3dce86f16ae30d (patch) | |
tree | 48a9d10aedde3b174666cfc4a224b1d62df5fa42 /packages/linux | |
parent | a687990e05975119fe41da5a23282c2182147bbc (diff) |
sharp 2.4 kernels: set COMPATIBLE_MACHINE for all of them - close #4784
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/c7x0-kernels-2.4-embedix.bb | 1 | ||||
-rw-r--r-- | packages/linux/corgi-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | packages/linux/husky-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | packages/linux/poodle-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | packages/linux/poodle255-kernel-2.4-embedix.bb | 2 | ||||
-rw-r--r-- | 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 3a2c3b1205..44c9ad2036 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 986ee7ac40..594a431ffb 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 81f859594c..ac253cc7c2 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 2f26cbc863..b3133f11ba 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 f3044f4e67..28bb32d222 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 ac573fd14e..ed1899a7ff 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" |