mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
Updating the 3.4 tree to import the korg -stable fixes for v3.4.36. (From OE-Core rev: 19d77ddf6c5d7822b757342a4e41ea68403889c3) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
662 B
BlitzBasic
27 lines
662 B
BlitzBasic
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
# We need lzma (as CONFIG_KERNEL_LZMA=y)
|
|
DEPENDS += "xz-native"
|
|
|
|
KBRANCH_DEFAULT = "standard/tiny/base"
|
|
KBRANCH = "${KBRANCH_DEFAULT}"
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
LINUX_VERSION ?= "3.4.36"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "c994390cfa28339cbc1ec3b56eeec83a5fa75bb7"
|
|
SRCREV_meta ?= "80b4b5110dca5184b57e85f1e775fb006a2e85ad"
|
|
|
|
PR = "${INC_PR}.0"
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|