[oe-commits] Leon Woestenberg : linux-powerpc-fsl: Update GIT revision for Freescale Calamari board kernel.

git version control git at git.openembedded.org
Wed Sep 23 09:50:49 UTC 2009


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

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Wed Sep 23 11:49:27 2009 +0200

linux-powerpc-fsl: Update GIT revision for Freescale Calamari board kernel.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/linux/linux-powerpc-fsl_git.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-powerpc-fsl_git.bb b/recipes/linux/linux-powerpc-fsl_git.bb
index 60b7b0e..caa9806 100644
--- a/recipes/linux/linux-powerpc-fsl_git.bb
+++ b/recipes/linux/linux-powerpc-fsl_git.bb
@@ -1,13 +1,17 @@
 # This recipe builds the Linux kernel from the GIT tree for Freescale PowerPC
 # This tree is not upstream and should be used for bleeding-edge testing only.
 
+# http://git.kernel.org/?p=linux/kernel/git/galak/powerpc.git;a=summary
+
 require linux.inc
 
 FILESPATHPKG =. "linux-powerpc-fsl-git/${MACHINE}:"
 
 SRCREV = "1406de8e11eb043681297adf86d6892ff8efc27a"
-
 PV = "2.6.30"
+
+SRCREV_calamari = "7c0a57d5c47bcfc492b3139e77400f888a935c44"
+
 PR = "r4"
 
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git;protocol=git \
@@ -15,6 +19,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git;proto
 
 SRC_URI_append_mpc8315e-rdb = " file://mpc8315erdb-add-msi-to-dts.patch;patch=1"
 
-COMPATIBLE_MACHINE = "mpc8315e-rdb"
+COMPATIBLE_MACHINE = "(mpc8315e-rdb|calamari)"
 
 S = "${WORKDIR}/git"





More information about the Openembedded-commits mailing list