aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-powerpc-fsl_git.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-06-05 18:37:35 +0200
committerLeon Woestenberg <leon@sidebranch.com>2009-06-05 21:25:15 +0200
commit91cd903f86d11f115bb4dacd43d9f10707b56985 (patch)
treec9d27d39af741ed4a00bc4c321a85cf3de2d8169 /recipes/linux/linux-powerpc-fsl_git.bb
parent3c8bf196704ae3573b13ecd13add51039306a889 (diff)
downloadopenembedded-91cd903f86d11f115bb4dacd43d9f10707b56985.tar.gz
linux-powerpc-fsl-git: New recipe for Freescale PowerPC Linux kernel GIT tree.
Diffstat (limited to 'recipes/linux/linux-powerpc-fsl_git.bb')
-rw-r--r--recipes/linux/linux-powerpc-fsl_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/linux/linux-powerpc-fsl_git.bb b/recipes/linux/linux-powerpc-fsl_git.bb
new file mode 100644
index 0000000000..bc2030600e
--- /dev/null
+++ b/recipes/linux/linux-powerpc-fsl_git.bb
@@ -0,0 +1,18 @@
+# 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.
+
+require linux.inc
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-powerpc-git/${MACHINE}"
+
+SRCREV = "1406de8e11eb043681297adf86d6892ff8efc27a"
+
+PV = "2.6.30"
+PR = "r0"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git;protocol=git \
+ file://defconfig"
+
+COMPATIBLE_MACHINE = "mpc8315e-rdb"
+
+S = "${WORKDIR}/git"