mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Updating the 3.14 SRCREVs to integrate the following changes: meta: iwlwifi: Add MVM firmware support vexpress: Pass LOADADDR to Makefile (From OE-Core rev: da1eca40b5ff608df6f4041a92b2d4c71ee6784e) 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 ?= "686b9ddf58ea6b533be70fe9f4a6407557b263d2"
|
|
SRCREV_meta ?= "b2af4e3528e65583c98f3a08c6edb0cad7a120b0"
|
|
|
|
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 = ""
|