aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-06-25 01:56:07 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-06-25 02:03:14 +0200
commite141e38cd9daeb89f3aa563ed31845ee4c1b4faf (patch)
tree6c8019cd8bb6f8385ef361252928b8d85fd948b8 /recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb
parenta4ee92d0a8ce317edbc36288e79236865ba87118 (diff)
downloadopenembedded-e141e38cd9daeb89f3aa563ed31845ee4c1b4faf.tar.gz
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/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb')
-rw-r--r--recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb
index b21a0c9328..4c9e9a1840 100644
--- a/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb
+++ b/recipes/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.bb
@@ -8,7 +8,6 @@ PXAV = "3"
SHARPV = "20030509"
PR = "r23"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}"
-COMPATIBLE_MACHINE = "collie"
SRC_URI = "http://www.openzaurus.org/mirror/linux-sl5500-${SHARPV}-rom3_10.tar.bz2 \
file://cacko.patch;patch=1 \
@@ -58,7 +57,11 @@ ALLOW_EMPTY = "1"
KERNEL_CCSUFFIX = "-2.95"
KERNEL_LDSUFFIX = "-2.11.2"
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"
+
EXTRA_OEMAKE = " EMBEDIXRELEASE=-${DISTRO_VERSION}"
module_conf_usbdmonitor = "alias usbd0 usbdmonitor"