summaryrefslogtreecommitdiff
path: root/recipes/linux
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/c7x0-kernels-2.4-embedix.bb5
-rw-r--r--recipes/linux/poodle-kernels-2.4-embedix.bb6
2 files changed, 9 insertions, 2 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"
diff --git a/recipes/linux/poodle-kernels-2.4-embedix.bb b/recipes/linux/poodle-kernels-2.4-embedix.bb
index 21d334fec3..256ef7125c 100644
--- a/recipes/linux/poodle-kernels-2.4-embedix.bb
+++ b/recipes/linux/poodle-kernels-2.4-embedix.bb
@@ -1,3 +1,7 @@
-COMPATIBLE_MACHINE = "poodle"
COMPATIBLE_HOST = "arm.*-linux"
+
+# For these old 2.4 kernels we override in sharprom-compatible.conf
+#COMPATIBLE_MACHINE = "(poodle|poodle255)"
+COMPATIBLE_MACHINE = "none"
+
DEPENDS = "poodle-kernel-2.4-embedix poodle255-kernel-2.4-embedix"