diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-06-25 01:56:07 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-06-25 02:03:14 +0200 |
commit | e141e38cd9daeb89f3aa563ed31845ee4c1b4faf (patch) | |
tree | 6c8019cd8bb6f8385ef361252928b8d85fd948b8 /recipes/linux/collie-kernels-2.4-embedix.bb | |
parent | a4ee92d0a8ce317edbc36288e79236865ba87118 (diff) |
embedix kernels: set COMPATIBLE_MACHINE = "none"
- silence the notes like:
- ERROR: '[]' RDEPENDS/RRECOMMENDS or otherwise
- requires the runtime entity 'virtual/arm-angstrom-linux-gcc-2.95'
- but it wasn't found in any PACKAGE or RPROVIDES variables
- COMPATIBLE_MACHINE is set in sharprom-compatible
Diffstat (limited to 'recipes/linux/collie-kernels-2.4-embedix.bb')
-rw-r--r-- | recipes/linux/collie-kernels-2.4-embedix.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/linux/collie-kernels-2.4-embedix.bb b/recipes/linux/collie-kernels-2.4-embedix.bb index b7dfa377f2..1445e41151 100644 --- a/recipes/linux/collie-kernels-2.4-embedix.bb +++ b/recipes/linux/collie-kernels-2.4-embedix.bb @@ -5,7 +5,11 @@ PROVIDES = "virtual/kernel" PR = "r2" COMPATIBLE_HOST = "arm.*-linux" -COMPATIBLE_MACHINE = "collie" + +# For these old 2.4 kernels we override in sharprom-compatible.conf +#COMPATIBLE_MACHINE = "collie" +COMPATIBLE_MACHINE = "none" + DEPENDS = '${@base_conditional("DISTRO_TYPE", "debug", "openzaurus-sa", "collie-kernel-64-0 collie-kernel-24-8 collie-kernel-32-0 collie-kernel-32-32 collie-kernel-40-24 collie-kernel-48-16 collie-kernel-58-6",d)}' PACKAGES = "" |