aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kexecboot_git.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-09-29 01:46:19 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-09-29 01:51:43 +0200
commitda451d4d552488e6ce6dad0a7fa4815a9c29459d (patch)
tree3de0c7690e001a75eb505c525a0369168f8c6bf0 /recipes/linux/linux-kexecboot_git.bb
parentee4a70a8d3832f0c4bae3c002692136e9ff6587f (diff)
downloadopenembedded-da451d4d552488e6ce6dad0a7fa4815a9c29459d.tar.gz
linux-kexecboot: move recipes in /linux
* some old version might hopefully be pruned
Diffstat (limited to 'recipes/linux/linux-kexecboot_git.bb')
-rw-r--r--recipes/linux/linux-kexecboot_git.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/linux/linux-kexecboot_git.bb b/recipes/linux/linux-kexecboot_git.bb
new file mode 100644
index 0000000000..14bfd3e36f
--- /dev/null
+++ b/recipes/linux/linux-kexecboot_git.bb
@@ -0,0 +1,14 @@
+require linux-kexecboot.inc
+
+KERNEL_RELEASE = "2.6.35"
+SRCREV = "9fe6206f400646a2322096b56c59891d530e8d51"
+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://fix.module.loading.16310.patch \
+ file://defconfig"
+
+S = "${WORKDIR}/git"
+
+# Mark archs/machines that this kernel supports
+DEFAULT_PREFERENCE = "-2"