diff options
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.29+git.bb | 2 | ||||
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.30+git.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/recipes/linux/linux-mini2440_2.6.29+git.bb b/recipes/linux/linux-mini2440_2.6.29+git.bb index 32aefe7d3f..9727239f6a 100644 --- a/recipes/linux/linux-mini2440_2.6.29+git.bb +++ b/recipes/linux/linux-mini2440_2.6.29+git.bb @@ -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 diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb index 52f1814bab..84596ac4ae 100644 --- a/recipes/linux/linux-mini2440_2.6.30+git.bb +++ b/recipes/linux/linux-mini2440_2.6.30+git.bb @@ -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 |