mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
Updating the meta and machine branches to the latest 3.0 -stable release. To see the full changelog: git log v3.0.23..v3.0.24 (From OE-Core rev: 7ed5780cbae6b60adeb56d4d3deb0b82c2dfec70) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
40 lines
1.1 KiB
BlitzBasic
40 lines
1.1 KiB
BlitzBasic
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
# We need lzma (as CONFIG_KERNEL_LZMA=y)
|
|
DEPENDS += "xz-native"
|
|
|
|
#KMACHINE = "yocto/standard/tiny/base"
|
|
KMACHINE = "yocto/standard/base"
|
|
KBRANCH = "${KMACHINE}"
|
|
|
|
LINUX_VERSION ?= "3.0.24"
|
|
|
|
SRCREV_machine ?= "da7c40006b08916ff3a3db104def82aaf9ac2716"
|
|
SRCREV_meta ?= "a4ac64fe873f08ef718e2849b88914725dc99c1c"
|
|
|
|
PR = "r3"
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta \
|
|
file://core.cfg \
|
|
file://serial.cfg \
|
|
file://ext2.cfg \
|
|
file://rtc-pc.cfg \
|
|
file://ramfs.cfg \
|
|
file://devtmpfs.cfg \
|
|
file://net.cfg \
|
|
file://debug.cfg \
|
|
file://lzma.cfg \
|
|
"
|
|
|
|
|
|
# Enable qemux86 specific emulated options
|
|
SRC_URI_append_qemux86 = " file://defconfig file://ata.cfg file://e1000.cfg"
|
|
|
|
#COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"
|
|
COMPATIBLE_MACHINE = "(qemux86)"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|