meta-intel/meta-emenlow/recipes-kernel/linux/linux-yocto_3.10.bbappend
Nitin A Kamble f3455f9bcf emenlow: Update linux-yocto 3.10 SRCREV (3.10.35-LTSI)
Update to the HEAD of standard/emenlow (3.10.35-LTSI). This also works
around an open issue with do_validate_branches where feature branches
are reset the HEAD of the machine branch if they contain that commit.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2014-04-22 08:09:36 -05:00

23 lines
969 B
Plaintext

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_emenlow = "emenlow"
KMACHINE_emenlow = "emenlow"
KBRANCH_emenlow = "standard/emenlow"
KERNEL_FEATURES_append_emenlow = " features/drm-emgd/drm-emgd-1.18 cfg/vesafb"
COMPATIBLE_MACHINE_emenlow-noemgd = "emenlow-noemgd"
KMACHINE_emenlow-noemgd = "emenlow"
KBRANCH_emenlow-noemgd = "standard/emenlow"
KERNEL_FEATURES_append_emenlow-noemgd = " features/drm-gma500/drm-gma500"
LINUX_VERSION = "3.10.35"
SRCREV_meta_emenlow = "7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
SRCREV_machine_emenlow = "cee957655fe67826b2e827e2db41f156fa8f0cc4"
SRCREV_emgd_emenlow = "42d5e4548e8e79e094fa8697949eed4cf6af00a3"
SRCREV_meta_emenlow-noemgd = "7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
SRCREV_machine_emenlow-noemgd = "cee957655fe67826b2e827e2db41f156fa8f0cc4"
SRC_URI_emenlow = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd"