mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
Updating the 3.0 and 3.2 kernel SRCREVS to make the PVR feature description available to machines with the appropriate hardware. (From OE-Core rev: 0027bb45a40d209f43088e2c2b38191446ea1190) Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
37 lines
1.0 KiB
BlitzBasic
37 lines
1.0 KiB
BlitzBasic
inherit kernel
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
#KMACHINE = "yocto/standard/tiny/base"
|
|
KMACHINE = "yocto/standard/base"
|
|
KBRANCH = "${KMACHINE}"
|
|
|
|
LINUX_VERSION ?= "3.0.22"
|
|
|
|
SRCREV_machine ?= "c578f3a1f357142a6e02a1df4ae9aa16f45094d6"
|
|
SRCREV_meta ?= "d7b46785d6781e2c23d754f35f09bebd3b74b5bb"
|
|
|
|
PR = "r1"
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=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 = ""
|