aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-git.inc
blob: 32a6d477951df6dc3de6d318d8ee03112ee61c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"

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"

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
}

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