diff options
author | 2014-04-10 13:08:35 -0700 | |
---|---|---|
committer | 2014-04-10 13:18:08 -0700 | |
commit | 9aa60d0eaf03fe30670acf581eaf7e57c76b5f99 (patch) | |
tree | fff7a1ea59bd2ae08d4f4a04aea91c065361bf18 | |
parent | e3cddd01e37bd4188bbcd855dbb754ea3701aca4 (diff) | |
download | meta-minnow-dora.tar.gz meta-minnow-dora.tar.bz2 meta-minnow-dora.zip |
linux-yocto-3.10: Update SRCREVs (3.10.35-ltsi)1.0-rc1-dora-10.0.1dora
Update the standard/base SRCREV to 3.10.35-ltsi.
Update the meta SRCREV to include the minnow-drivers-extra cfg fragment
which includes the USB_ACM driver.
Update LINUX_VERSION to be machine specific so it doesn't contaminate
other recipes.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
(cherry picked from commit 7bdcd1140b729598bae6246a4bbc21c3950aadd8)
-rw-r--r-- | recipes-kernel/linux/linux-yocto_3.10.bbappend | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-yocto_3.10.bbappend b/recipes-kernel/linux/linux-yocto_3.10.bbappend index d624a88..302f248 100644 --- a/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -1,6 +1,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -LINUX_VERSION = "3.10.33" +LINUX_VERSION_minnow = "3.10.35" KBRANCH_minnow = "standard/base" @@ -18,8 +18,8 @@ KERNEL_FEATURES_append_minnow = " features/drm-emgd/drm-emgd-1.18 \ SRC_URI_minnow = "git://git.yoctoproject.org/linux-yocto-3.10;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},emgd-1.18;name=machine,meta,emgd" -SRCREV_machine_pn-linux-yocto_minnow ?= "21df0c8486e129a4087970a07b423c533ae05de7" -SRCREV_meta_pn-linux-yocto_minnow ?= "6e0e756d51372c8b176c5d1e6f786545bceed351" +SRCREV_machine_pn-linux-yocto_minnow ?= "cee957655fe67826b2e827e2db41f156fa8f0cc4" +SRCREV_meta_pn-linux-yocto_minnow ?= "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" SRCREV_emgd_pn-linux-yocto_minnow ?= "42d5e4548e8e79e094fa8697949eed4cf6af00a3" # Autoload modules for on-board hardware |