aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-powerpc-fsl_2.6.35.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2010-09-04 20:30:01 +0200
committerLeon Woestenberg <leon@sidebranch.com>2010-09-04 20:35:31 +0200
commit72fed19769b30515c18636acf30426b5d834fcaf (patch)
treeff6886cf7c648e5f7bcaa51201efd5baaefbf93b /recipes/linux/linux-powerpc-fsl_2.6.35.bb
parentf27f8ee50852b8f9bfa0707fbfa8c3f7511bb721 (diff)
downloadopenembedded-72fed19769b30515c18636acf30426b5d834fcaf.tar.gz
Added Freescale P1020RDB machine and linux-powerpc-fsl-2.6.35.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/linux/linux-powerpc-fsl_2.6.35.bb')
-rw-r--r--recipes/linux/linux-powerpc-fsl_2.6.35.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/linux/linux-powerpc-fsl_2.6.35.bb b/recipes/linux/linux-powerpc-fsl_2.6.35.bb
new file mode 100644
index 0000000000..c9d7829cb2
--- /dev/null
+++ b/recipes/linux/linux-powerpc-fsl_2.6.35.bb
@@ -0,0 +1,21 @@
+# This recipe builds the Linux kernel from the GIT tree for Freescale PowerPC
+# This tree is not the upstream kernel release so use with caution.
+
+# http://git.kernel.org/?p=linux/kernel/git/galak/powerpc.git;a=summary
+
+require linux.inc
+
+FILESPATHPKG =. "linux-powerpc-fsl-git/${MACHINE}:"
+
+SRCREV = "9fe6206f400646a2322096b56c59891d530e8d51"
+PV = "2.6.35"
+
+PR = "r0"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git;protocol=git \
+ file://defconfig"
+
+# Use format (x|y|z) when adding y, z
+COMPATIBLE_MACHINE = "(p1020rdb)"
+
+S = "${WORKDIR}/git"