Message ID | cover.1330919584.git.bruce.ashfield@windriver.com |
---|---|
State | New |
Headers | show |
On 03/04/2012 08:01 PM, Bruce Ashfield wrote: > Richard/Saul, > > Here's the latest consolidated kernel pull request. The patches are as follows: > > 3/3 is the kernel updates: > > - v3.0.23 stable update > - v3.2.9 stable update > - 3.0/3.2: fri2 updates (pch + configuration changes) from Darren Hart > - 3.0: pvr merge from Kishore Bodke > - linux-yocto/rt: update to 3.0.23-rt38 > - linux-yocto/rt: update to 3.2.9-rt15 > > These have been built for all qemu targets, and built for the appropriate > hardware platforms. > > 2/3 is the switch to use the 'bareclone' option that I had previously sent > to be added to bitbake. Using this, the management of the linux-yocto branches > in the build directory is much easier, and it removes the remaining restrictions > around bare vs non-bare clones. > > 1/3 is linux-yocto: respect FILESPATH directories. This came from debugging the > patching issues found with the linux-korg recipe. The solution (outside of > re-writing the entire routine to python .. which I will do shortly) was to add > a new routine that returns both the absolute patch source and the url's subdirectory. > Using this all patches in WORKDIR, regardless of where they are on FILESPATH can > be found. I tested linux-korg, and patching of all the kernels with this in place. > > All three changes are isolated, so you can pick them up in any order that makes > sense. > > Cheers, > > Bruce > > cc: Darren Hart<dvhart@linux.intel.com> > cc: Kishore Bodke<kishore.k.bodke@intel.com> > > The following changes since commit a439d32dd843d10a9f65cc858b02422fac7deb50: > > soc-family.inc: to be included in machine.conf to add SOC_FAMILY to MACHINEOVERRIDE (2012-03-04 05:41:11 -0800) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib zedd/kernel-oe > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-oe > > Bruce Ashfield (3): > linux-yocto: respect FILESPATH directories > linux-yocto: use bareclone option > linux-yocto: v3.2.9, v3.0.23 + fixes and updates > > meta/classes/kernel-yocto.bbclass | 30 ++++++++++++++++++--- > meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb | 12 ++++---- > meta/recipes-kernel/linux/linux-yocto-rt_3.2.bb | 13 ++++----- > meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb | 10 +++--- > meta/recipes-kernel/linux/linux-yocto_2.6.37.bb | 4 +- > meta/recipes-kernel/linux/linux-yocto_3.0.bb | 20 +++++++------- > meta/recipes-kernel/linux/linux-yocto_3.2.bb | 21 +++++++------- > 7 files changed, 65 insertions(+), 45 deletions(-) > Merged into OE-Core Thanks Sau!