blob: d53baf98422512499a6a9ec5c75820338f08033f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require linux-kexecboot.inc
KERNEL_RELEASE = "2.6.35-rc5"
SRCREV = "f469461df6ff822f71b8737bda86eea20f16ff93"
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"
|