diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-02-27 16:15:03 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-02 17:25:30 +0000 |
commit | 9688673140a36be7fdb5271cfcd72043d8b295cb (patch) | |
tree | 9d4fb744da9cfadb4e54ca7578da0e17285b8d1a | |
parent | 151eaca6e038fcc746e101bfda01ace9af984aef (diff) | |
download | ast2050-yocto-poky-9688673140a36be7fdb5271cfcd72043d8b295cb.zip ast2050-yocto-poky-9688673140a36be7fdb5271cfcd72043d8b295cb.tar.gz |
bsps: update to 3.10.28
Updating the h/w reference BSPs to 3.10.28 -stable SRCREVs to match
the oe-core qemu BSPs.
[YOCTO: #5858]
(From meta-yocto rev: f9025a31d90f2b3e0b326b645118c23ad3968f39)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend index b5515a2..ae48498 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -7,11 +7,11 @@ KBRANCH_beagleboard = "standard/beagleboard" KMACHINE_genericx86 ?= "common-pc" KMACHINE_genericx86-64 ?= "common-pc-64" -SRCREV_machine_genericx86 ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" -SRCREV_machine_genericx86-64 ?= "79af968f2f26378798aec7a6d729ff5a371aae5f" -SRCREV_machine_routerstationpro ?= "db4e91193fe3077fd6e822a88b9601731f27d397" -SRCREV_machine_mpc8315e-rdb ?= "10de7036a4ba156c44de2de720fd1495f747919c" -SRCREV_machine_beagleboard ?= "30cb7dc2c05815be5233f1a010f52ecdc4d97b01" +SRCREV_machine_genericx86 ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" +SRCREV_machine_genericx86-64 ?= "3e0a296fae952d8d93eb0f96566bf6d4a978c8ee" +SRCREV_machine_routerstationpro ?= "c951f46b196f287d90d016d2441c91a3b86669f1" +SRCREV_machine_mpc8315e-rdb ?= "74ed53110138055ff6b87e2af28a2fd31a8bf9c6" +SRCREV_machine_beagleboard ?= "97c2adb38b76e0b1d6319986818d4b536e244dd6" COMPATIBLE_MACHINE_genericx86 = "genericx86" COMPATIBLE_MACHINE_genericx86-64 = "genericx86-64" |