[oe-commits] Florian Boor : linux-mini2440: These can be used for both mini and micro2440

git version control git at git.openembedded.org
Thu Jun 4 21:59:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 078c08db474fe569d806e5df79ccf74bfd706f50
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=078c08db474fe569d806e5df79ccf74bfd706f50

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Thu Jun  4 22:40:40 2009 +0200

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(-)

diff --git a/recipes/linux/linux-mini2440_2.6.29+git.bb b/recipes/linux/linux-mini2440_2.6.29+git.bb
index 32aefe7..9727239 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 52f1814..84596ac 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





More information about the Openembedded-commits mailing list