diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-26 01:57:07 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-26 02:03:03 +0200 |
commit | 5b8e90765bafd4871489c35040af7a2e5163ad03 (patch) | |
tree | 88c4a7cf7e92e80c79d1590a2e7935d3a2e616d2 /recipes/linux/poodle-kernels-2.4-embedix.bb | |
parent | 8cbb8558a7439678d43f006412317ad6c0436825 (diff) |
sharprom-compatible: add custom COMPATIBLE_MACHINE for c7x0/poodle
embedix kernels
Diffstat (limited to 'recipes/linux/poodle-kernels-2.4-embedix.bb')
-rw-r--r-- | recipes/linux/poodle-kernels-2.4-embedix.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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" |