sys940x: Update to EMGD 1.16

Use the recipe-space mechanism for adding emgd as a KERNEL_FEATURE.
Update to the 1.16 version and update all the SRCREV's accordingly.
Include the EMGD branch in the SRC_URI and SRCREV for the sys940x machine.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Darren Hart 2013-03-20 13:04:46 -07:00 committed by Tom Zanussi
parent e8f0cfdd4f
commit 620aeff996
2 changed files with 11 additions and 6 deletions

View File

@ -22,7 +22,7 @@ XSERVER ?= "${XSERVER_IA32_BASE} \
PREFERRED_VERSION_xserver-xorg ?= "1.9.3"
PREFERRED_VERSION_mesa-dri ?= "8.0.4"
PREFERRED_VERSION_xf86-input-evdev ?= "2.6.0"
PREFERRED_VERSION_emgd-driver-bin ?= "1.14"
PREFERRED_VERSION_emgd-driver-bin ?= "1.16"
SERIAL_CONSOLE = "115200 ttyS0"
APPEND += "console=ttyS0,115200 console=tty0"

View File

@ -3,13 +3,18 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_sys940x = "sys940x"
KMACHINE_sys940x = "sys940x"
KBRANCH_sys940x = "standard/sys940x"
SRCREV_machine_pn-linux-yocto_sys940x ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
SRCREV_meta_pn-linux-yocto_sys940x ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
KERNEL_FEATURES_sys940x_append = " features/drm-emgd/drm-emgd-1.16 cfg/vesafb"
SRCREV_machine_pn-linux-yocto_sys940x ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
SRCREV_meta_pn-linux-yocto_sys940x ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
SRCREV_emgd_sys940x = "f5c3a221f0e42d48ee5af369d73594e26ef7fae6"
COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd"
KMACHINE_sys940x-noemgd = "sys940x"
KBRANCH_sys940x-noemgd = "standard/sys940x"
SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2"
SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f"
KERNEL_FEATURES_sys940x-noemgd_append = " cfg/vesafb"
SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "840bb8c059418c4753415df56c9aff1c0d5354c8"
SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993"
LINUX_VERSION = "3.4.11"
LINUX_VERSION = "3.4.28"
SRC_URI_sys940x = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.16;name=machine,meta,emgd"