mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 09:46:38 +01:00
Updating the 3.17 tree to the rc7 release. (From OE-Core rev: 6957ce3e726de5dbdcf3e94c5919916d88736e8d) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
529 B
BlitzBasic
22 lines
529 B
BlitzBasic
KBRANCH ?= "standard/tiny/base"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "3.17-rc7"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "268b7677421eef003a84f31c6bd0b8ec3acc1e36"
|
|
SRCREV_meta ?= "84b57b01050dd9e5a004e265e70120e2a792f38a"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|