All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: richard.purdie@linuxfoundation.org
Cc: dvhart@linux.intel.com, openembedded-core@lists.openembedded.org,
	saul.wold@intel.com
Subject: [PATCH 0/3] linux-yocto: consolidated pull request
Date: Sun,  4 Mar 2012 23:01:18 -0500	[thread overview]
Message-ID: <cover.1330919584.git.bruce.ashfield@windriver.com> (raw)

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(-)

-- 
1.7.4.1




             reply	other threads:[~2012-03-05  4:10 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-05  4:01 Bruce Ashfield [this message]
2012-03-05  4:01 ` [PATCH 1/3] linux-yocto: respect FILESPATH directories Bruce Ashfield
2012-03-05  4:01 ` [PATCH 2/3] linux-yocto: use bareclone option Bruce Ashfield
2012-03-05  4:01 ` [PATCH 3/3] linux-yocto: v3.2.9, v3.0.23 + fixes and updates Bruce Ashfield
2012-03-13 15:54 ` [PATCH 0/3] linux-yocto: consolidated pull request Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2020-03-22  1:18 Bruce Ashfield
2019-02-09 18:37 bruce.ashfield
2019-02-06 19:50 bruce.ashfield
2019-01-21 17:26 Bruce Ashfield
2019-01-12 18:12 Bruce Ashfield
2018-04-09 15:16 Bruce Ashfield
2016-09-20 15:16 Bruce Ashfield
2016-06-06  8:15 Bruce Ashfield
2016-05-24 15:53 Bruce Ashfield
2013-11-26 17:33 Bruce Ashfield
2013-09-18 18:24 Bruce Ashfield
2012-12-03 20:49 Bruce Ashfield
2012-08-27  4:49 Bruce Ashfield
2012-08-28 14:22 ` Saul Wold
2012-08-29  7:58   ` Bruce Ashfield
2012-02-27 19:34 Bruce Ashfield
2012-02-28 18:41 ` Saul Wold
2012-01-04 20:12 Bruce Ashfield
2011-12-08 17:11 Bruce Ashfield
2011-09-14 18:11 Bruce Ashfield
2011-09-15 17:37 ` Saul Wold
2011-09-03  3:03 Bruce Ashfield
2011-09-05 19:26 ` Richard Purdie
2011-08-19  5:20 Bruce Ashfield
2011-08-20  5:08 ` Bruce Ashfield
2011-08-15 20:24 Bruce Ashfield
2011-08-22 22:37 ` Saul Wold
2011-05-09 18:34 Bruce Ashfield
2011-05-10 17:53 ` Saul Wold
2011-05-05  4:53 Bruce Ashfield
2011-01-17 21:57 Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1330919584.git.bruce.ashfield@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=dvhart@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=saul.wold@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.