All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] yocto-bsp updates for master, v2
@ 2012-08-10 19:03 tom.zanussi
  2012-08-10 19:02 ` [PATCH 01/19] yocto-bsp: add new strip_base() function tom.zanussi
                   ` (20 more replies)
  0 siblings, 21 replies; 24+ messages in thread
From: tom.zanussi @ 2012-08-10 19:03 UTC (permalink / raw)
  To: 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 poky/master.

v2: This is the same patchset as the previous one, but an additional
couple of patches fixing problems found in testing has been tacked on.

v3: This removes all instances of YOCTO_KERNEL_EXTERNAL_BRANCH usage
 - some were missed the last time around.

The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18:

  foomatic: fix perl path for target (2012-08-08 10:06:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib.git tzanussi/yocto-bsp-master-update.v3
  http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/yocto-bsp-master-update.v3

Tom Zanussi (19):
  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
  yocto-bsp: add 3.4/remove 3.0 kernel from templates
  yocto-bsp: update standard branch mapping
  yocto-bsp: use emgd 1.14 for i386 template
  yocto-bsp: remove YOCTO_KERNEL_EXTERNAL_BRANCH usage
  yocto-bsp: use base branches for qemu 'newbranch' case
  yocto-bsp: add missing xserver-xf86-config .bbappend for qemu

 scripts/lib/bsp/engine.py                          |   44 ++++++++++++++++++--
 scripts/lib/bsp/kernel.py                          |   19 +++++++++
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 .../arm/recipes-kernel/linux/kernel-list.noinstall |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |   13 +++---
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   13 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |   13 +++---
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   15 +++----
 .../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 +-
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    9 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   13 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    9 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   15 +++----
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    9 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   13 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    9 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   15 +++----
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 .../recipes-kernel/linux/files/{{=machine}}.scc    |    3 --
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    9 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   13 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    9 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   15 +++----
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    2 +
 .../linux/files/{{=machine}}-preempt-rt.scc        |    5 +--
 .../linux/files/{{=machine}}-standard.scc          |    9 ++--
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |   25 +++++------
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   29 ++++++-------
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |   25 +++++------
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   29 ++++++-------
 .../linux/files/{{=machine}}-preempt-rt.scc        |    7 ++++
 .../linux/files/{{=machine}}-standard.scc          |   10 ++++-
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |   39 -----------------
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    9 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   36 ++++++++++++++++
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |   41 ------------------
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    9 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   36 ++++++++++++++++
 47 files changed, 321 insertions(+), 312 deletions(-)
 rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%)
 rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%)
 rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%)
 rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%)
 rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%)
 rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%)
 rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%)
 rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%)
 create mode 100644 scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
 rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (51%)
 rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (53%)
 delete mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend"
 create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend"
 delete mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend"
 create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend"

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 00/19] yocto-bsp updates for master, v2
@ 2012-08-09 21:05 tom.zanussi
  0 siblings, 0 replies; 24+ messages in thread
From: tom.zanussi @ 2012-08-09 21:05 UTC (permalink / raw)
  To: 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 poky/master.

v2: This is the same patchset as the previous one, but an additional
couple of patches fixing problems found in testing has been tacked on.

The following changes since commit 2dec760b79bb7e2e79c33c5127fa64685bd86a18:

  foomatic: fix perl path for target (2012-08-08 10:06:00 +0100)

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

Tom Zanussi (19):
  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
  yocto-bsp: add 3.4/remove 3.0 kernel from templates
  yocto-bsp: update standard branch mapping
  yocto-bsp: use emgd 1.14 for i386 template
  yocto-bsp: remove YOCTO_KERNEL_EXTERNAL_BRANCH usage
  yocto-bsp: use base branches for qemu 'newbranch' case
  yocto-bsp: add missing xserver-xf86-config .bbappend for qemu

 scripts/lib/bsp/engine.py                          |   44 ++++++++++++++++++-
 scripts/lib/bsp/kernel.py                          |   19 ++++++++
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 .../arm/recipes-kernel/linux/kernel-list.noinstall |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |   12 +++---
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   13 ++----
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |   12 +++---
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   15 ++----
 .../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 +-
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   12 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   12 +++---
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   12 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   12 +++---
 .../linux/files/{{=machine}}-standard.scc          |    1 +
 .../recipes-kernel/linux/files/{{=machine}}.scc    |    3 -
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   12 +++---
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   12 +++---
 .../xorg-xserver/xserver-xf86-config_0.1.bbappend  |    2 +
 .../linux/files/{{=machine}}-preempt-rt.scc        |    5 +--
 .../linux/files/{{=machine}}-standard.scc          |    9 +---
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |   25 +++++------
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   29 ++++++-------
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |   25 +++++------
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   29 ++++++-------
 .../linux/files/{{=machine}}-preempt-rt.scc        |    7 +++
 .../linux/files/{{=machine}}-standard.scc          |   10 ++++-
 .../recipes-kernel/linux/kernel-list.noinstall     |    4 +-
 ...yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" |   39 -----------------
 ...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" |    8 ++--
 ...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" |   12 +++---
 ...linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" |   41 ------------------
 ...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" |    8 ++--
 ...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" |   12 +++---
 47 files changed, 277 insertions(+), 286 deletions(-)
 copy "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (66%)
 copy "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (63%)
 rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (65%)
 rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (67%)
 rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (65%)
 rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (68%)
 rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (65%)
 rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (68%)
 create mode 100644 scripts/lib/bsp/substrate/target/arch/qemu/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend
 rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (51%)
 rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (53%)
 delete mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend"
 rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.0\": }} linux-yocto-rt_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" (65%)
 delete mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend"
 rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.0\": }} linux-yocto_3.0.bbappend" => "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" (66%)

-- 
1.7.4.1



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

end of thread, other threads:[~2012-08-23 19:14 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 19:03 [PATCH 00/19] yocto-bsp updates for master, v2 tom.zanussi
2012-08-10 19:02 ` [PATCH 01/19] yocto-bsp: add new strip_base() function tom.zanussi
2012-08-10 19:02 ` [PATCH 02/19] yocto-bsp: strip '/base' from kernel branches in templates tom.zanussi
2012-08-10 19:02 ` [PATCH 03/19] yocto-bsp: update default branch names tom.zanussi
2012-08-10 19:02 ` [PATCH 04/19] yocto-bsp: allow branch display filtering tom.zanussi
2012-08-10 19:02 ` [PATCH 05/19] yocto-bsp: use branches_base tom.zanussi
2012-08-10 19:02 ` [PATCH 06/19] yocto-bsp: add standard branch mapping tom.zanussi
2012-08-10 19:02 ` [PATCH 07/19] yocto-bsp: use standard branch mapping in bsp templates tom.zanussi
2012-08-10 19:02 ` [PATCH 08/19] yocto-bsp: use rstrip() for assignment lines tom.zanussi
2012-08-10 19:02 ` [PATCH 09/19] yocto-bsp: remove 'branch' statements in .scc if reusing branch tom.zanussi
2012-08-10 19:02 ` [PATCH 10/19] yocto-bsp: add some standard policy tom.zanussi
2012-08-10 19:03 ` [PATCH 11/19] yocto-bsp: add i586 option for i386 tom.zanussi
2012-08-10 19:03 ` [PATCH 12/19] yocto-bsp: use emgd 1.10 for i386 template tom.zanussi
2012-08-10 19:03 ` [PATCH 13/19] yocto-bsp: generate default properties even if json specified tom.zanussi
2012-08-10 19:03 ` [PATCH 14/19] yocto-bsp: add 3.4/remove 3.0 kernel from templates tom.zanussi
2012-08-10 19:03 ` [PATCH 15/19] yocto-bsp: update standard branch mapping tom.zanussi
2012-08-10 19:03 ` [PATCH 16/19] yocto-bsp: use emgd 1.14 for i386 template tom.zanussi
2012-08-10 19:03 ` [PATCH 17/19] yocto-bsp: remove YOCTO_KERNEL_EXTERNAL_BRANCH usage tom.zanussi
2012-08-10 19:03 ` [PATCH 18/19] yocto-bsp: use base branches for qemu 'newbranch' case tom.zanussi
2012-08-10 19:03 ` [PATCH 19/19] yocto-bsp: add missing xserver-xf86-config .bbappend for qemu tom.zanussi
2012-08-10 19:07 ` [PATCH 00/19] yocto-bsp updates for master, v2 Tom Zanussi
2012-08-22  5:42 ` [PATCH 00/19] yocto-bsp updates for master, v3 Tom Zanussi
2012-08-23 19:14   ` Tom Zanussi
  -- strict thread matches above, loose matches on Subject: below --
2012-08-09 21:05 [PATCH 00/19] yocto-bsp updates for master, v2 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.