| Submitter | Bruce Ashfield |
|---|---|
| Date | April 17, 2012, 10:01 p.m. |
| Message ID | <cover.1334699045.git.bruce.ashfield@windriver.com> |
| Download | mbox |
| Permalink | /patch/26087/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib zedd/kernelComments
On 04/17/2012 03:01 PM, Bruce Ashfield wrote: > Richard/Saul, > > Here's a set of 3 fixes that should be considered for -rc4. > I split things up as much as I could, in the order that they > should be taken. > > 1/3: linux-yocto: .diff is a valid patch extension > > This was reported on IRC today, it was an easy fix to an obvious > problem. I doubled check the old cases and the new .diff case. I've > also confirmed that patch.bbclass and these patch extensions agree. > > 2/3: linux-yocto/meta: beagleboard: disable CONFIG_PREEMPT > > This is the merge of Denys' fix for the beagleboard boot issue > (aka YOCTO 1892]. With this booting on the xM is fixed. I've merged > it into the tree in a named config, so we'll be able to easily identify > it in the future. This same change is in the 3.0 kernel, and staged > in the 3.2 and 3.4 trees as well. > > 3/3: linux-yocto/meta: remove kernel config audit warnings > > This is from Yang Shi @ Wind River. It fixes the issues reporting > on the mailing list during the beta testing. The qemu* BSPs on 3.2 > and the hardware references on 3.0 now audit cleanly during the > kernel build. This is one of those items we promise with each release, > and it took a bit longer to acheive this time. > > Yang and I looked at these and only obselete / invalid options are > removed or are tagged as 'hardware' to declare them valid and remove > a warning. The functional changes limited. Yang boot tested the > changes and I've re-run the audit testing here. > > (my master branch is a bit out of date, but I had to switch to my > secondary builder for testing, and didn't want to disturb it. There > are no changes in master that would impact this testing). > > cc: Yang Shi<yang.shi@windriver.com> > cc: Denys Dmytriyenko<denys@ti.com> > > Cheers, > > Bruce > > The following changes since commit 5326847ef821c382aac26b474ab0e35939c463b7: > > Hob: fixed a little view issue about package selection page (2012-04-16 12:56:25 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib zedd/kernel > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel > > Bruce Ashfield (3): > linux-yocto: .diff is a valid patch extension > linux-yocto/meta: beagleboard: disable CONFIG_PREEMPT > linux-yocto/meta: remove kernel config audit warnings > > meta/classes/kernel-yocto.bbclass | 2 +- > .../kern-tools/kern-tools-native_git.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto-tiny_3.2.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto_3.0.bb | 2 +- > meta/recipes-kernel/linux/linux-yocto_3.2.bb | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) > Merged into OE-Core Thanks Sau!