All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13][denzil] yocto-bsp updates for denzil
@ 2012-08-08 20:21 tom.zanussi
  2012-08-08 20:21 ` [PATCH 01/13] yocto-bsp: add new strip_base() function tom.zanussi
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: tom.zanussi @ 2012-08-08 20:21 UTC (permalink / raw)
  To: scott.a.garman, yocto

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset fixes yocto bugs [YOCTO #2693] and [YOCTO #2587], and
fixes some other minor usability problems reported by users.

Please pull into the current poky/denzil point release branch.

The following changes since commit 73cdebf60df225ee10f2eb215935be3b61e1b831:

  documentation/dev-manual/dev-manual-kernel-appendix.xml: Add note about conflict (2012-06-29 15:54:26 +0100)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib.git tzanussi/yocto-bsp-denzil-update
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/yocto-bsp-denzil-update

Tom Zanussi (13):
  yocto-bsp: add new strip_base() function
  yocto-bsp: strip '/base' from kernel branches in templates
  yocto-bsp: update default branch names
  yocto-bsp: allow branch display filtering
  yocto-bsp: use branches_base
  yocto-bsp: add standard branch mapping
  yocto-bsp: use standard branch mapping in bsp templates
  yocto-bsp: use rstrip() for assignment lines
  yocto-bsp: remove 'branch' statements in .scc if reusing branch
  yocto-bsp: add some standard policy
  yocto-bsp: add i586 option for i386
  yocto-bsp: use emgd 1.10 for i386 template
  yocto-bsp: generate default properties even if json specified

 scripts/lib/bsp/engine.py                          |   44 ++++++++++++++++++-
 scripts/lib/bsp/kernel.py                          |   18 ++++++++
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |    8 ++--
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |    8 ++--
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 .../arch/i386/conf/machine/{{=machine}}.conf       |   14 ++++--
 .../linux/files/{{=machine}}-preempt-rt.scc        |    7 +++
 .../linux/files/{{=machine}}-standard.scc          |   14 ++++++-
 .../recipes-kernel/linux/files/{{=machine}}.scc    |    2 +-
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |    8 ++--
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |    8 ++--
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |    8 ++--
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |    8 ++--
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |    8 ++--
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |    8 ++--
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 .../linux/files/{{=machine}}-preempt-rt.scc        |    5 +--
 .../linux/files/{{=machine}}-standard.scc          |    9 +---
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |   24 +++++-----
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |   24 +++++-----
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |   24 +++++-----
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |   24 +++++-----
 .../linux/files/{{=machine}}-preempt-rt.scc        |    7 +++
 .../linux/files/{{=machine}}-standard.scc          |   10 ++++-
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |    8 ++--
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |    8 ++--
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 37 files changed, 240 insertions(+), 149 deletions(-)

-- 
1.7.4.1



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-08-08 20:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08 20:21 [PATCH 00/13][denzil] yocto-bsp updates for denzil tom.zanussi
2012-08-08 20:21 ` [PATCH 01/13] yocto-bsp: add new strip_base() function tom.zanussi
2012-08-08 20:21 ` [PATCH 02/13] yocto-bsp: strip '/base' from kernel branches in templates tom.zanussi
2012-08-08 20:21 ` [PATCH 03/13] yocto-bsp: update default branch names tom.zanussi
2012-08-08 20:21 ` [PATCH 04/13] yocto-bsp: allow branch display filtering tom.zanussi
2012-08-08 20:21 ` [PATCH 05/13] yocto-bsp: use branches_base tom.zanussi
2012-08-08 20:21 ` [PATCH 06/13] yocto-bsp: add standard branch mapping tom.zanussi
2012-08-08 20:21 ` [PATCH 07/13] yocto-bsp: use standard branch mapping in bsp templates tom.zanussi
2012-08-08 20:21 ` [PATCH 08/13] yocto-bsp: use rstrip() for assignment lines tom.zanussi
2012-08-08 20:21 ` [PATCH 09/13] yocto-bsp: remove 'branch' statements in .scc if reusing branch tom.zanussi
2012-08-08 20:21 ` [PATCH 10/13] yocto-bsp: add some standard policy tom.zanussi
2012-08-08 20:21 ` [PATCH 11/13] yocto-bsp: add i586 option for i386 tom.zanussi
2012-08-08 20:21 ` [PATCH 12/13] yocto-bsp: use emgd 1.10 for i386 template tom.zanussi
2012-08-08 20:21 ` [PATCH 13/13] yocto-bsp: generate default properties even if json specified tom.zanussi

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.