[oe-commits] Michael 'Mickey' Lauer : openezx-kernel: fix typo in COMPATIBLE_MACHINE directive

git version control git at git.openembedded.org
Sat Apr 16 18:06:15 UTC 2011


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Apr 16 20:14:47 2011 +0200

openezx-kernel: fix typo in COMPATIBLE_MACHINE directive

---

 recipes/linux/openezx-kernel_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/openezx-kernel_git.bb b/recipes/linux/openezx-kernel_git.bb
index 38654fd..016a6e2 100644
--- a/recipes/linux/openezx-kernel_git.bb
+++ b/recipes/linux/openezx-kernel_git.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}/git"
 # (flash_unlock /dev/mtdX && flash_eraseall /dev/mtdX && flashcp /boot/zImage /dev/mtdX)
 
 COMPATIBLE_HOST = "arm.*-linux"
-COMPATIBLE_MACHINE = '(a780|e680|a910|a1200|rorkre2|rokre6)'
+COMPATIBLE_MACHINE = '(a780|e680|a910|a1200|rokre2|rokre6)'
 
 # Provide a fallback kernel command line, even if parameters should be given
 # via boot_usb or gen-blob





More information about the Openembedded-commits mailing list