meta-initramfs: import linux-kexecboot_3.2 and _git from meta-handheld

* bump PR

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Andrea Adami
2012-02-22 00:45:14 +00:00
committed by Koen Kooi
parent dc521d165d
commit a07cfc9859
2 changed files with 36 additions and 0 deletions
@@ -0,0 +1,23 @@
require linux-kexecboot.inc
PR = "${INC_PR}.1"
KERNEL_RELEASE = "3.2.0-rc7"
OLD_KERNEL_RELEASE = "3.1.99"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"
SRCREV = "371de6e4e0042adf4f9b54c414154f57414ddd37"
CMDLINE_DEBUG = "debug"
S = "${WORKDIR}/git"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master"
do_configure_prepend() {
#otherwise it gets extra '+' "2.6.37+"
#because:
#$ scripts/setlocalversion . => +
#$ make kernelversion => 2.6.37
#$ make kernelrelease => 2.6.37+
rm -rf ${S}/.git
}