mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
Updating the 3.10 meta SRCREV to include the valleyisland IO .scc and configuration files. (From OE-Core rev: 5adccadee00ac4408d3b3d4e6a0b7ee7c84cba97) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
567 B
BlitzBasic
23 lines
567 B
BlitzBasic
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
KBRANCH_DEFAULT = "standard/tiny/base"
|
|
KBRANCH = "${KBRANCH_DEFAULT}"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
LINUX_VERSION ?= "3.10.33"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "21df0c8486e129a4087970a07b423c533ae05de7"
|
|
SRCREV_meta ?= "99c503a92885060bebf2bba6747735e8e9346a40"
|
|
|
|
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 = ""
|