aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux_git.bb
blob: 04257534bf4e59136b6b653236ebf62dde29a41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require linux.inc

KERNEL_RELEASE = "2.6.35-rc5"
SRCREV = "1c5474a65bf15a4cb162dfff86d6d0b5a08a740c"
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"