mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
We backported a series of usb OTG commits for BSPs that required updated support, but this commit was missed. We backport it as well to fix build issues in some configurations. (From OE-Core rev: 06ab1c7f60fbc0a9aebb9fd9321a1b7213378037) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
657 B
BlitzBasic
24 lines
657 B
BlitzBasic
KBRANCH ?= "standard/tiny/base"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "4.1.18"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
SRCREV_machine ?= "304caa9480f19875e717faf3cad8cb7ecd758733"
|
|
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|