blob: a5e48336ac732f6f1e7b911cc2bc5f0ee7da7d23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require linux-kexecboot.inc
KERNEL_RELEASE = "2.6.35-rc3"
SRCREV = "980019d74e4b2428362b36a0506519d6d9460800"
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://defconfig"
S = "${WORKDIR}/git"
# Mark archs/machines that this kernel supports
DEFAULT_PREFERENCE = "-2"
|