From: tom.zanussi@linux.intel.com
To: poky@yoctoproject.org, brian.lloyd@familyhonor.net
Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
Subject: [PATCH 0/1] yocto-bsp fix
Date: Thu, 24 Jan 2013 14:57:35 -0600 [thread overview]
Message-ID: <cover.1359060027.git.tom.zanussi@linux.intel.com> (raw)
From: Tom Zanussi <tom.zanussi@linux.intel.com>
This patch comes from Brian A. LLoyd and fixes a problem he found in
yocto-bsp:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=3731
The original patch was for danny, which I moved over to master and added
a couple additional tweaks to, since some implementation details had
changed between danny and master (additions detailed in the commit).
The following changes since commit f0e02dc132c301c0a33a3a8cecddc867b1f0a70e:
sample.extended: Add DISTRO_FEATURES_INITMAN (2013-01-24 20:09:46 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib.git tzanussi/yocto-bsp-user-fixes-master
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/yocto-bsp-user-fixes-master
Brian A. Lloyd (1):
yocto-bsp: qualify user files with machine name
scripts/lib/bsp/kernel.py | 28 +++++++++++-----------
... == \"y\": }} xserver-xf86-config_0.1.bbappend" | 2 +-
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 6 ++---
...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 6 ++---
...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 6 ++---
...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 6 ++---
.../recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 +-
...choice == \"custom\": }} linux-yocto-custom.bb" | 4 ++--
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
... == \"y\": }} xserver-xf86-config_0.1.bbappend" | 2 +-
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 6 ++---
...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 6 ++---
...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 6 ++---
...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 6 ++---
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 6 ++---
...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 6 ++---
...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 6 ++---
...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 6 ++---
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 6 ++---
...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 6 ++---
...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 6 ++---
...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 6 ++---
.../xorg-xserver/xserver-xf86-config_0.1.bbappend | 2 +-
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 4 +++-
...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 4 +++-
...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 6 ++---
...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 6 ++---
... == \"y\": }} xserver-xf86-config_0.1.bbappend" | 2 +-
.../{{=machine}}-user-config.cfg" | 0
.../{{=machine}}-user-patches.scc" | 0
...yocto-rt_3.2\": }} linux-yocto-rt_3.2.bbappend" | 6 ++---
...yocto-rt_3.4\": }} linux-yocto-rt_3.4.bbappend" | 6 ++---
...linux-yocto_3.2\": }} linux-yocto_3.2.bbappend" | 6 ++---
...linux-yocto_3.4\": }} linux-yocto_3.4.bbappend" | 6 ++---
45 files changed, 93 insertions(+), 89 deletions(-)
rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-patches.scc" (100%)
rename "scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == \"custom\": }} linux-yocto-custom/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == \"custom\": }} linux-yocto-custom/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == \"custom\": }} linux-yocto-custom/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == \"custom\": }} linux-yocto-custom/{{=machine}}-user-patches.scc" (100%)
rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-patches.scc" (100%)
rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-patches.scc" (100%)
rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-patches.scc" (100%)
rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-patches.scc" (100%)
rename "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-config.cfg" => "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-config.cfg" (100%)
rename "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/user-patches.scc" => "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice != \"custom\": }} files/{{=machine}}-user-patches.scc" (100%)
--
1.7.11.4
next reply other threads:[~2013-01-24 20:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-24 20:57 tom.zanussi [this message]
2013-01-24 20:57 ` [PATCH 1/1] yocto-bsp: qualify user files with machine name tom.zanussi
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.1359060027.git.tom.zanussi@linux.intel.com \
--to=tom.zanussi@linux.intel.com \
--cc=brian.lloyd@familyhonor.net \
--cc=poky@yoctoproject.org \
/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.