aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux_git.bb')
-rw-r--r--recipes/linux/linux_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/linux/linux_git.bb b/recipes/linux/linux_git.bb
new file mode 100644
index 0000000000..c8fedc8f9a
--- /dev/null
+++ b/recipes/linux/linux_git.bb
@@ -0,0 +1,14 @@
+require linux.inc
+
+KERNEL_RELEASE = "2.6.34"
+SRCREV = "e40152ee1e1c7a63f4777791863215e3faa37a86"
+PV = "${KERNEL_RELEASE}+gitr${SRCPV}"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
+ file://ARM-Add-support-for-LZMA-compressed-kernel-images.patch;status=pending \
+ file://defconfig"
+
+S = "${WORKDIR}/git"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-1"