diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-09-02 23:03:26 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-05 20:25:12 +0100 |
commit | d19eaf7ca92c6632d42d12120800028f77ef21aa (patch) | |
tree | 626f95b60b71308e8ce922f7887cf3d31a4fe8bb /meta/recipes-kernel/linux/linux-yocto_3.0.bb | |
parent | 0f3750ee83b8fe012cced2e376ec780a6e7f189b (diff) | |
download | openembedded-core-d19eaf7ca92c6632d42d12120800028f77ef21aa.tar.gz |
linux-yocto: clean configuration for v3.0.4
Fixes [YOCTO #940]
Since v3.0.4 is likely the last stable update in the the release
timeframe a configuration audit was performed. This updates the
SRCREV to remove obselete, and improperly defined configuration
items. With this, all qemu* BSPs configure with no warnings.
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.0.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.0.bb b/meta/recipes-kernel/linux/linux-yocto_3.0.bb index 221f81bdb5..e0e8a1b182 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.0.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.0.bb @@ -18,7 +18,7 @@ SRCREV_machine_qemuppc ?= "af58047d79790a06e5ac5ba09837c6e65220d7aa" SRCREV_machine_qemux86 ?= "515e039eeb316494955e46d38c164e56999511ae" SRCREV_machine_qemux86-64 ?= "d19118d19d5f95e83d6fbe1268fe6b84f67de6d3" SRCREV_machine ?= "6fcf6f1bca9323fa2e9a5ea15fa84153cccbc28b" -SRCREV_meta ?= "5b535279e61197cb194bb2dfceb8b7a04128387c" +SRCREV_meta ?= "258af0b952b723806baa429b65e3d8cb0d742190" PR = "r1" PV = "${LINUX_VERSION}+git${SRCPV}" |