mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
Updating the 3.4 tree to the 3.4.82 -stable update, and integrating the latest LTSI changes. (From OE-Core rev: 97518da4d03cdc6a3a9ddfce0475d2f6189dc390) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
649 B
BlitzBasic
27 lines
649 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.82"
|
|
|
|
KMETA = "meta"
|
|
|
|
SRCREV_machine ?= "c29f5c8952c0f3ef27773d78e5cc64e437a357cb"
|
|
SRCREV_meta ?= "8e88bf72b72afb3b638e751ea2a5c89394cc196b"
|
|
|
|
PR = "${INC_PR}.1"
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
|
|
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|