mirror of
https://git.yoctoproject.org/poky
synced 2026-06-15 17:50:07 +00:00
7040b6f3c6
The 3.10 kernel needed a refresh to the latest -stable and -rt releases. (From OE-Core rev: c7360e9e72f06dab2617e16ae546f4d8e5262fa1) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
530 B
BlitzBasic
23 lines
530 B
BlitzBasic
KBRANCH ?= "standard/tiny/base"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
LINUX_VERSION ?= "3.10.54"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "e001d3cbec5320c03d2a316aa0e287012be19133"
|
|
SRCREV_meta ?= "5ea3fd0817c2a3173e85102c61c51a5a6268cad6"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|