mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 17:09:42 +01:00
Updating the 3.17 recipe to -rc6. This is nearly the release kernel, and should have very few changes aftert this point. (From OE-Core rev: 845e01d906982c2147828b97129e95e8a79dce7c) 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-rc6"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "6cd8a70a8c51c4167f96695fb74356de6bab1c50"
|
|
SRCREV_meta ?= "eebdfd73e01f53a042d8b03b785db9f998d69b19"
|
|
|
|
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 = ""
|