summaryrefslogtreecommitdiffstats
path: root/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend
blob: a8b82b19672ea44717ec4daa4ad8962b19ff7ffc (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}"

# 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_rt_3_2 to point to your local clone as appropriate.
# KSRC_linux_yocto_rt_3_2 ?= "/path/to/local/linux-yocto-3.2.git"
# SRC_URI = "git://${KSRC_linux_yocto_rt_3_2};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"

KERNEL_REVISION_CHECKING=""
SRCREV_machine_${MACHINE}="${AUTOREV}"
SRCREV_meta="${AUTOREV}"

#BB_LOCALCOUNT_OVERRIDE = "1"
LOCALCOUNT = "0"