From: Tom Zanussi <tom.zanussi@linux.intel.com>
To: poky@yoctoproject.org
Cc: Tom Zanussi <tom.zanussi@linux.intel.com>
Subject: [PATCH 0/1] yocto-bsp 1.7 update
Date: Fri, 10 Oct 2014 22:32:18 -0500 [thread overview]
Message-ID: <cover.1412997968.git.tom.zanussi@linux.intel.com> (raw)
This is the set of yocto-bsp updates adding support for the 3.17 kernel.
It's been extensively tested, both build and boot for all platforms
(boot for all qemu platforms using sato and minimal and x86/x86_64
sato/minimal on real hardware (the only hardware I have and can boot
test)).
The following changes since commit 0172cded27d73437784fe1578110937aede563eb:
build-appliance-image: Update to dizzy head revision (2014-10-10 22:40:57 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib.git tzanussi/yocto-bsp-3.17-update
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/yocto-bsp-3.17-update
Tom Zanussi (1):
yocto-bsp: Update templates to 3.17 kernel
.../target/arch/arm/conf/machine/{{=machine}}.conf | 24 ++++------
.../arm/recipes-kernel/linux/kernel-list.noinstall | 4 +-
...cto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend" | 32 +++++++++++++
...tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend" | 32 +++++++++++++
...nux-yocto_3.17\": }} linux-yocto_3.17.bbappend" | 32 +++++++++++++
.../recipes-kernel/linux/kernel-list.noinstall | 8 ++--
.../arch/i386/conf/machine/{{=machine}}.conf | 20 ++++++--
.../recipes-kernel/linux/kernel-list.noinstall | 4 +-
...cto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend" | 32 +++++++++++++
...tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend" | 32 +++++++++++++
...nux-yocto_3.17\": }} linux-yocto_3.17.bbappend" | 32 +++++++++++++
.../recipes-kernel/linux/kernel-list.noinstall | 4 +-
...cto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend" | 32 +++++++++++++
...tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend" | 32 +++++++++++++
...nux-yocto_3.17\": }} linux-yocto_3.17.bbappend" | 32 +++++++++++++
.../arch/powerpc/conf/machine/{{=machine}}.conf | 12 +++++
.../recipes-kernel/linux/kernel-list.noinstall | 4 +-
...cto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend" | 32 +++++++++++++
...tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend" | 32 +++++++++++++
...nux-yocto_3.17\": }} linux-yocto_3.17.bbappend" | 32 +++++++++++++
.../recipes-kernel/linux/kernel-list.noinstall | 4 +-
...linux-yocto-dev\": }} linux-yocto-dev.bbappend" | 4 +-
...cto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend" | 55 ++++++++++++++++++++++
...tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend" | 55 ++++++++++++++++++++++
...nux-yocto_3.10\": }} linux-yocto_3.10.bbappend" | 4 +-
...nux-yocto_3.14\": }} linux-yocto_3.14.bbappend" | 4 +-
...nux-yocto_3.17\": }} linux-yocto_3.17.bbappend" | 55 ++++++++++++++++++++++
.../arch/x86_64/conf/machine/{{=machine}}.conf | 10 +++-
.../recipes-kernel/linux/kernel-list.noinstall | 4 +-
...cto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend" | 32 +++++++++++++
...tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend" | 32 +++++++++++++
...nux-yocto_3.17\": }} linux-yocto_3.17.bbappend" | 32 +++++++++++++
32 files changed, 713 insertions(+), 42 deletions(-)
create mode 100644 "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.17\": }} linux-yocto_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/i386/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.17\": }} linux-yocto_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/mips/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.17\": }} linux-yocto_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/powerpc/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.17\": }} linux-yocto_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.17\": }} linux-yocto_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-rt_3.14\": }} linux-yocto-rt_3.14.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto-tiny_3.17\": }} linux-yocto-tiny_3.17.bbappend"
create mode 100644 "scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.17\": }} linux-yocto_3.17.bbappend"
--
1.8.3.1
next reply other threads:[~2014-10-11 3:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 3:32 Tom Zanussi [this message]
2014-10-11 3:32 ` [PATCH 1/1] yocto-bsp: Update templates to 3.17 kernel Tom Zanussi
2014-10-11 7:09 ` [PATCH 0/1] yocto-bsp 1.7 update Richard Purdie
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.1412997968.git.tom.zanussi@linux.intel.com \
--to=tom.zanussi@linux.intel.com \
--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.