linux-mini2440: These can be used for both mini and micro2440
authorFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 4 Jun 2009 20:40:40 +0000 (22:40 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Thu, 4 Jun 2009 20:40:40 +0000 (22:40 +0200)
recipes/linux/linux-mini2440_2.6.29+git.bb
recipes/linux/linux-mini2440_2.6.30+git.bb

index 32aefe7..9727239 100644 (file)
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
 inherit kernel
 
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = "mini2440"
+COMPATIBLE_MACHINE = "(mini2440|micro2440)"
 
 do_configure() {
        install ${WORKDIR}/defconfig-mini2440 ${S}/.config
index 52f1814..84596ac 100644 (file)
@@ -2,7 +2,6 @@ DESCRIPTION = "Linux Kernel for mini2440 development board"
 SECTION = "kernel"
 LICENSE = "GPL"
 MACHINE_KERNEL_PR = "r3"
-#PR = "r3"
 
 GGSRC = "http://www.xora.org.uk/oe/patches/"
 
@@ -16,7 +15,7 @@ S = "${WORKDIR}/git"
 inherit kernel
 
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = "mini2440"
+COMPATIBLE_MACHINE = "(mini2440|micro2440)"
 
 do_configure() {
        install ${WORKDIR}/defconfig-mini2440 ${S}/.config