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 /conf/distro | |
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 'conf/distro')
-rw-r--r-- | conf/distro/sharprom-compatible.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/sharprom-compatible.conf b/conf/distro/sharprom-compatible.conf index 93077e1025..81f919bed2 100644 --- a/conf/distro/sharprom-compatible.conf +++ b/conf/distro/sharprom-compatible.conf @@ -25,6 +25,12 @@ export TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}/${layout_includedir}" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" +# We are still using 2.4 embedix kernels +COMPATIBLE_MACHINE_pn-openzaurus-pxa27x = "(akita|spitz)" +COMPATIBLE_MACHINE_pn-openzaurus-pxa = "(c7x0|poodle|poodle255|tosa)" +COMPATIBLE_MACHINE_pn-collie-kernels = "collie" +COMPATIBLE_MACHINE_pn-openzaurus-sa = "collie" + # # Base # |