linux-omap1 : Move compatible machine from generic include file to specific
authorPhilip Balister <philip@balister.org>
Sun, 12 Aug 2007 23:03:07 +0000 (23:03 +0000)
committerPhilip Balister <philip@balister.org>
Sun, 12 Aug 2007 23:03:07 +0000 (23:03 +0000)
              version files.

packages/linux/linux-omap.inc
packages/linux/linux-omap1_2.6.12-rc2.bb
packages/linux/linux-omap1_2.6.18+git.bb
packages/linux/linux-omap1_2.6.18-omap1.bb
packages/linux/linux-omap1_2.6.19-omap1.bb
packages/linux/linux-omap1_2.6.20-omap1.bb
packages/linux/linux-omap1_2.6.22-omap1.bb
packages/linux/linux-omap1_2.6.x+git.bb

index e2b168e..d4f4b77 100644 (file)
@@ -3,8 +3,6 @@ DESCRIPTION = "Linux kernel for OMAP processors"
 LICENSE = "GPL"
 DEPENDS = "u-boot"
 
-COMPATIBLE_MACHINE = "omap5912osk"
-
 inherit kernel
 
 KERNEL_IMAGETYPE = "uImage"
index ea25bb8..91f8257 100644 (file)
@@ -2,6 +2,8 @@ require linux-omap.inc
 
 PR = "r4"
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/linux-2.6.12-rc2.tar.bz2 \
            http://www.muru.com/linux/omap/patches/patch-2.6.12-rc2-omap1.bz2;patch=1 \
           file://defconfig"
index 61edc96..7fac38a 100644 (file)
@@ -2,6 +2,8 @@ require linux-omap.inc
 
 PR = "r2"
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=http;tag=c6051183c597b6a0fa73cdb59aac852c6148c5b6 \
            file://another-ide-cs-ids.patch;patch=1 \
            file://defconfig"
index 46f10db..8646084 100644 (file)
@@ -1,5 +1,7 @@
 require linux-omap.inc
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
            http://www.muru.com/linux/omap/patches/patch-2.6.18-omap1.bz2;patch=1 \
            file://another-ide-cs-ids.patch;patch=1 \
index 3ce97aa..42f7b25 100644 (file)
@@ -1,5 +1,7 @@
 require linux-omap.inc
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 \
            http://www.muru.com/linux/omap/patches/patch-2.6.19-omap1.bz2;patch=1 \
            file://another-ide-cs-ids.patch;patch=1 \
index fe747a7..636fef0 100644 (file)
@@ -1,5 +1,7 @@
 require linux-omap.inc
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \
            http://www.muru.com/linux/omap/patches/patch-2.6.20-omap1.bz2;patch=1 \
           file://defconfig.eabi \
index 2319b6d..604867a 100644 (file)
@@ -2,6 +2,8 @@ require linux-omap.inc
 
 DEFAULT_PREFERENCE = "-1"
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 \
            http://www.muru.com/linux/omap/patches/patch-2.6.22-omap1.bz2;patch=1 \
           file://defconfig.eabi \
index 3f0c652..27c9127 100644 (file)
@@ -2,6 +2,8 @@ require linux-omap.inc
 
 PR = "r1"
 
+COMPATIBLE_MACHINE = "omap5912osk"
+
 DEFAULT_PREFERENCE = "-1"
 
 SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=http \