diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-09-24 16:25:46 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-25 10:40:34 +0100 |
commit | 3c562b8360edf52aea6280849fa33e8a0f34742b (patch) | |
tree | 05a2ca3db8c1d2b1431a7989c5bca299c495cbdf /meta/recipes-kernel/linux/linux-yocto_3.4.bb | |
parent | b164d9776802784a2fee01f2ab267dab4c2beafe (diff) | |
download | openembedded-core-3c562b8360edf52aea6280849fa33e8a0f34742b.tar.gz openembedded-core-3c562b8360edf52aea6280849fa33e8a0f34742b.tar.bz2 openembedded-core-3c562b8360edf52aea6280849fa33e8a0f34742b.zip |
linux-yocto/3.4: update beagleboard configs
Updating to pickup a couple of configuration tweaks that were done
as part of a bump to the 3.4 linux-yocto tree for the beagleboard.
In particular, this updates DVI and USB settings to enable the
perhipherals out of the box.
Signed-off-by: Liang Li <liang.li@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index a59a7c46aa..2f8f9577a9 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "cdecf5940d81330680ce1517a7bc101556792e71" SRCREV_machine_qemux86 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" SRCREV_machine_qemux86-64 ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" SRCREV_machine ?= "3fa06aa29078fdb2af431de2d3fdae7d281ba85f" -SRCREV_meta ?= "3086a24972b0290156fb7993b659b91872388a4a" +SRCREV_meta ?= "5bdc655034a58a7147176a8a882d81e2fd51e4b9" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta" |