From 078c08db474fe569d806e5df79ccf74bfd706f50 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Thu, 4 Jun 2009 22:40:40 +0200 Subject: linux-mini2440: These can be used for both mini and micro2440 --- recipes/linux/linux-mini2440_2.6.29+git.bb | 2 +- recipes/linux/linux-mini2440_2.6.30+git.bb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes') 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 -- cgit v1.2.3