aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/c7x0-kernels-2.4-embedix.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-06-26 01:57:07 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-06-26 02:03:03 +0200
commit5b8e90765bafd4871489c35040af7a2e5163ad03 (patch)
tree88c4a7cf7e92e80c79d1590a2e7935d3a2e616d2 /recipes/linux/c7x0-kernels-2.4-embedix.bb
parent8cbb8558a7439678d43f006412317ad6c0436825 (diff)
downloadopenembedded-5b8e90765bafd4871489c35040af7a2e5163ad03.tar.gz
sharprom-compatible: add custom COMPATIBLE_MACHINE for c7x0/poodle
embedix kernels
Diffstat (limited to 'recipes/linux/c7x0-kernels-2.4-embedix.bb')
-rw-r--r--recipes/linux/c7x0-kernels-2.4-embedix.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/linux/c7x0-kernels-2.4-embedix.bb b/recipes/linux/c7x0-kernels-2.4-embedix.bb
index 44c9ad2036..60b7a5cafb 100644
--- a/recipes/linux/c7x0-kernels-2.4-embedix.bb
+++ b/recipes/linux/c7x0-kernels-2.4-embedix.bb
@@ -5,7 +5,10 @@ PROVIDES = "virtual/kernel"
PR = "r1"
COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = '(corgi|husky|shepherd)'
+
+# For these old 2.4 kernels we override in sharprom-compatible.conf
+#COMPATIBLE_MACHINE = "(corgi|husky|shepherd)"
+COMPATIBLE_MACHINE = "none"
DEPENDS = "corgi-kernel-2.4-embedix shepherd-kernel-2.4-embedix husky-kernel-2.4-embedix"