diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 22:40:40 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-04 22:40:40 +0200 |
commit | 078c08db474fe569d806e5df79ccf74bfd706f50 (patch) | |
tree | cdc01481da6ea69ab91a504fe22af364dde8c831 | |
parent | eae733b16df945936cd91d3423f379c7c2d6ce94 (diff) |
linux-mini2440: These can be used for both mini and micro2440
-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 |