aboutsummaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-02-21 00:21:56 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-22 09:40:26 +0100
commit31f161628e122207426bffbec40b4e5c14ee9c4d (patch)
treecb1c1c1f07a8cced8f0ba0682c8df8ff44468734 /meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
parentefeb92404138e72b67c5d3100211e3dbabb84c76 (diff)
downloadmeta-openembedded-31f161628e122207426bffbec40b4e5c14ee9c4d.tar.gz
meta-initramfs: add kexecboot recipes from meta-handheld
* (purged from device specific settings) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb')
-rw-r--r--meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
new file mode 100644
index 0000000000..13414615b6
--- /dev/null
+++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_git.bb
@@ -0,0 +1,9 @@
+RDEPENDS_${PN} = "kexec"
+PV = "0.5.9"
+PR = "r8+gitr${SRCREV}"
+
+SRC_URI = "git://git.linuxtogo.org/home/groups/kexecboot/kexecboot.git;protocol=git "
+SRCREV = "8f1d3cc3d9c650c6a6c88f83071185d6ee0ef9c7"
+S = "${WORKDIR}/git"
+
+require kexecboot.inc