mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
Paul Gortmaker has made the 4.9-rt12 available to linux-yocto, so we integrate it here and update the SRCREVs. (From OE-Core rev: 919a789adbb06d8220e7f9025ebe983832132bf3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
26 lines
711 B
BlitzBasic
26 lines
711 B
BlitzBasic
KBRANCH ?= "standard/tiny/common-pc"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "4.9.17"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
SRCREV_machine ?= "e675c4ecccb9dd9dd637f104e32b7808b4d56846"
|
|
SRCREV_meta ?= "8b97a445fab217b545fff10c27be8f60853f29de"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86$)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
|