sys940x: create a v3.4 kernel recipe

The sys940x & sys940x-noemgd BSPs are still using v3.2 linux-yocto kernel.
This commit provides a v3.4 kernel recipe for these BSPs.

This addresses the bug/feature request:
[YOCTO #2268]

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Nitin A Kamble 2013-01-11 09:28:41 -08:00 committed by Tom Zanussi
parent 8e200220c2
commit 417825f175

View File

@ -0,0 +1,22 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
KMETA = "meta"
COMPATIBLE_MACHINE_sys940x = "sys940x"
KMACHINE_sys940x = "sys940x"
KBRANCH_sys940x = "standard/base"
KERNEL_FEATURES_sys940x = " features/drm-emgd"
COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
KMACHINE_sys940x-noemgd = "sys940x"
KBRANCH_sys940x-noemgd = "standard/base"
KERNEL_FEATURES_sys940x-noemgd = " cfg/vesafb"
SRCREV_machine_pn-linux-yocto_sys940x ?= "${AUTOREV}"
SRCREV_meta_pn-linux-yocto_sys940x ?= "${AUTOREV}"
SRCREV_emgd_pn-linux-yocto_sys940x ?= "${AUTOREV}"
SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "${AUTOREV}"
SRC_URI_sys940x = "git://${KSRC_linux_yocto_3_4_repo};nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.14;name=machine,meta,emgd"