mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
Updating the meta branch with configuration changes to enable NAND booting on the mpc8315e reference board. We also update the BSP SRCREVs to fix a compilation issue with date/time on Yaffs2 and gcc 4.9. (From OE-Core rev: d7f3b457de1a541a4ba986c7e6dcdf136a3b831c) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
527 B
BlitzBasic
22 lines
527 B
BlitzBasic
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
KBRANCH = "standard/tiny/base"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
LINUX_VERSION ?= "3.14.5"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "96930820e0cb6d4b31d5e0c8f3174805f4a868b3"
|
|
SRCREV_meta ?= "602be954ac45e8aea06cb93d6766bbf83c242090"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|