packages/linux: set some more COMPATIBLE_MACHINES
authorKoen Kooi <koen@openembedded.org>
Thu, 31 Aug 2006 19:27:54 +0000 (19:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 31 Aug 2006 19:27:54 +0000 (19:27 +0000)
* maintainers: please add the appropriate ones to your recipes

packages/linux/a780-kernel_2.6.bb
packages/linux/e680-kernel_2.6.bb
packages/linux/gumstix_2.6.5-gnalm1-gum0.bb
packages/linux/linux-amsdelta-2.6_2.6.16-omap2.bb
packages/linux/linux-gumstix_2.6.15.bb
packages/linux/linux-openzaurus.inc
packages/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc
packages/linux/shepherd-kernel-2.4-embedix.bb

index d141f90..b60bbaa 100644 (file)
@@ -1,2 +1,3 @@
 MACHINE = "a780"
+COMPATIBLE_MACHINE = "a780"
 require linux-ezx_2.6.16.13.bb
index df56243..b3cbfbc 100644 (file)
@@ -1,2 +1,3 @@
 MACHINE = "e680"
+COMPATIBLE_MACHINE = "(e680|a780)"
 require linux-ezx_2.6.16.13.bb
index 846e5f4..befb587 100644 (file)
@@ -5,6 +5,8 @@ SECTION = "kernel"
 DESCRIPTION = "Linux kernel for OMAP processors"
 LICENSE = "GPL"
 
+COMPATIBLE_MACHINE = "gumstix"
+
 # NOTE: pulled local linux-2.6.5-gnalm1, since it didn't apply cleanly
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.5.tar.bz2 \
            file://linux-2.6.5-gnalm1.patch;patch=1 \
index d2f8faa..1948ded 100644 (file)
@@ -3,6 +3,8 @@ DESCRIPTION = "2.6 Linux kernel for the Amstrad Delta (E3)"
 LICENSE = "GPL"
 MAINTAINER = "Jonathan McDowell <noodles@earth.li>"
 
+COMPATIBLE_MACHINE = "amsdelta"
+
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \
        http://www.muru.com/linux/omap/patches/patch-2.6.16-omap2.bz2;patch=1 \
        http://the.earth.li/pub/e3/2.6.16/00-ams-delta-backlight.diff;patch=1 \
index de83450..2b98c82 100644 (file)
@@ -3,6 +3,8 @@ SECTION = "kernel"
 LICENSE = "GPL"
 PR = "r1"
 
+COMPATIBLE_MACHINE = "gumstix"
+
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
                   cvs://anoncvs:anoncvs@cvs.infradead.org/home/cvs;module=mtd;date=20060223 \ 
            file://defconfig-gumstix \
index bba29ac..2ff70f4 100644 (file)
@@ -23,7 +23,7 @@ ALLOW_EMPTY = 1
 
 EXTRA_OEMAKE = "OPENZAURUS_RELEASE=-${DISTRO_VERSION}"
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipaq-pxa270|qemuarm)'
+COMPATIBLE_MACHINE = '(collie|poodle|c7x0|akita|spitz|tosa|ipoq-pxa270|qemuarm)'
 
 CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
 CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"
index 3b0024d..04f8342 100644 (file)
@@ -8,6 +8,7 @@ KV = "2.4.18"
 RMKV = "7"
 PXAV = "3"
 SHARPV = "20031107"
+COMPATIBLE_MACHINE = "(poodle|corgi|shepherd|husky|poodle255|tosa)"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}"
 
index e86996d..874c72e 100644 (file)
@@ -1,4 +1,5 @@
 MACHINE = "shepherd"
+COMPATIBLE_MACHINE = "shepherd"
 
 require openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.inc