summaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-kexecboot_git.bb
blob: d93e4375ee136903814e6ef83c89e1f395463028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require linux-kexecboot.inc

KERNEL_RELEASE = "2.6.38-rc2"
OLD_KERNEL_RELEASE = "2.6.37"
PV = "${OLD_KERNEL_RELEASE}+${KERNEL_RELEASE}+gitr${SRCPV}"

SRCREV = "1bae4ce27c9c90344f23c65ea6966c50ffeae2f5"

SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;branch=master \
            file://defconfig"

S = "${WORKDIR}/git"

# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-2"