summaryrefslogtreecommitdiffstats
path: root/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.8.bbappend
blob: 9e61e33d35948dd3a2a609aa2dcce06de7a04f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FILESEXTRAPATHS := "${THISDIR}/${PN}"

COMPATIBLE_MACHINE = "${MACHINE}"

# Note: put these in your local.conf to avoid multi-kernel build errors
# PREFERRED_VERSION_linux-yocto_${MACHINE} = "3.8%"

# KMACHINE is the branch to build
# KMACHINE_<MACHINE> ?= "yocto/${LINUX_KERNEL_TYPE}/${KMACHINE}"

# KERNEL_FEATURES are features to be added to the kernel, and must
# point to configurations stored on the 'meta' branch of the kernel
# that is being built.
# KERNEL_FEATURES ?= <FOO>

# It is often nice to have a local clone of the kernel repos, to
# allow patches to be staged, branches created, etc. Modify

# KSRC_linux_yocto_3_8 to point to your local clone as appropriate.
# KSRC_linux_yocto_3_8 ?= "/path/to/local/linux-yocto-3.8.git/"
# SRC_URI = "git://${KSRC_linux_yocto_3_8};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"

SRCREV_machine_${MACHINE}="${AUTOREV}"
SRCREV_meta="${AUTOREV}"
LOCALCOUNT = "0"