Files
poky/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
Bruce Ashfield a02751a3a9 linux-yocto/3.0: update meta SRCREV
Bumping the meta branch for two changes:

  cac43c1 fri2: Update fri2.cfg for hardware specific support
  892bd13 meta: Create scc file for pvr merge

(From OE-Core rev: 8d1ed5e42358bd33442a6038a9f3931c827bdf94)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19 14:37:37 +00:00

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.23"
SRCREV_machine ?= "8fd24b3570ab995848e4123ef13bac64e2c924be"
SRCREV_meta ?= "cac43c16d4c0cbbb857c9c110195208629975b06"
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 = ""