From: Andrea Adami <andrea.adami@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-handheld][PATCH 0/3] Zaurus: (ab)use of linux-yocto as virtual/kernel
Date: Mon, 23 Apr 2012 00:19:47 +0200 [thread overview]
Message-ID: <cover.1335132155.git.andrea.adami@gmail.com> (raw)
* This series of patches does the initial commit of
* the linux-yocto-* recipes for the meta-handheld layer.
* With minor refinements, the kernel configuration tools used by
* the Yocto Project could allow us to have a modular managed kernel.
* The 'production' kernel is based on linux-yocto while the
* 'kexecboot powered' is based on linux-yocto-tiny.
* Unfortunately the configuration tools are requiring one
* directory for each machine containing all required .scc, .cfg and
* patches (there are other ways but keep it simple at the beginning).
* Tested on Zaurus (c7x0, poodle, spitz).
* The linux-yocto-tiny-kexecboot does not build atm because of a
* klibc incompatibility.
* Patch for klibc unlocking the new yocto-based kernel will be sent
* separately.
Andrea Adami (3):
linux-yocto: initial commit of v. 3.2 for Zaurus
linux-yocto-tiny-kexecboot: initial commit of v. 3.2 for Zaurus
zaurus: use linux-yocto as virtual/kernel
conf/machine/include/zaurus.inc | 2 +-
.../akita/akita-kexecboot.cfg | 1698 ++++++++++++
.../akita/akita-tiny.scc | 7 +
.../akita/revert-check-on-console-device.patch | 41 +
.../c7x0/c7x0-kexecboot.cfg | 1692 ++++++++++++
.../linux-yocto-tiny-kexecboot/c7x0/c7x0-tiny.scc | 7 +
.../c7x0/revert-check-on-console-device.patch | 41 +
...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 +
.../collie/collie-kexecboot.cfg | 1596 ++++++++++++
.../collie/collie-tiny.scc | 7 +
.../collie/collie_remove_irq_to_gpio.patch | 31 +
.../collie/locomo_kbd_tweak-r2.patch | 80 +
.../collie/revert-check-on-console-device.patch | 41 +
.../poodle/locomo_kbd_tweak-r2.patch | 80 +
.../poodle/poodle-kexecboot.cfg | 1600 ++++++++++++
.../poodle/poodle-tiny.scc | 7 +
.../poodle/revert-check-on-console-device.patch | 41 +
.../spitz/revert-check-on-console-device.patch | 41 +
.../spitz/spitz-kexecboot.cfg | 1697 ++++++++++++
.../spitz/spitz-tiny.scc | 7 +
.../tosa/revert-check-on-console-device.patch | 41 +
.../tosa/tosa-kexecboot.cfg | 1601 ++++++++++++
.../linux-yocto-tiny-kexecboot/tosa/tosa-tiny.scc | 7 +
.../linux/linux-yocto-tiny-kexecboot_3.2.bbappend | 71 +
.../linux/linux-yocto/akita/akita-standard.scc | 13 +
recipes-kernel/linux/linux-yocto/akita/akita.cfg | 2692 +++++++++++++++++++
.../linux/linux-yocto/c7x0/c7x0-standard.scc | 13 +
recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg | 2412 ++++++++++++++++++
...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 +
.../linux/linux-yocto/collie/collie-standard.scc | 13 +
recipes-kernel/linux/linux-yocto/collie/collie.cfg | 2420 ++++++++++++++++++
.../collie/collie_remove_irq_to_gpio.patch | 31 +
.../linux-yocto/collie/locomo_kbd_tweak-r2.patch | 80 +
.../linux-yocto/poodle/locomo_kbd_tweak-r2.patch | 80 +
.../linux/linux-yocto/poodle/poodle-standard.scc | 13 +
recipes-kernel/linux/linux-yocto/poodle/poodle.cfg | 2422 ++++++++++++++++++
.../linux/linux-yocto/spitz/spitz-standard.scc | 13 +
recipes-kernel/linux/linux-yocto/spitz/spitz.cfg | 2691 +++++++++++++++++++
.../linux/linux-yocto/tosa/tosa-standard.scc | 13 +
recipes-kernel/linux/linux-yocto/tosa/tosa.cfg | 2694 ++++++++++++++++++++
recipes-kernel/linux/linux-yocto_3.2.bbappend | 57 +
41 files changed, 26160 insertions(+), 1 deletions(-)
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/akita/akita-kexecboot.cfg
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/akita/akita-tiny.scc
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/akita/revert-check-on-console-device.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/c7x0/c7x0-kexecboot.cfg
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/c7x0/c7x0-tiny.scc
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/c7x0/revert-check-on-console-device.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/collie/0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/collie/collie-kexecboot.cfg
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/collie/collie-tiny.scc
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/collie/collie_remove_irq_to_gpio.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/collie/locomo_kbd_tweak-r2.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/collie/revert-check-on-console-device.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/poodle/locomo_kbd_tweak-r2.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/poodle/poodle-kexecboot.cfg
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/poodle/poodle-tiny.scc
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/poodle/revert-check-on-console-device.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/spitz/revert-check-on-console-device.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/spitz/spitz-kexecboot.cfg
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/spitz/spitz-tiny.scc
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/tosa/revert-check-on-console-device.patch
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/tosa/tosa-kexecboot.cfg
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot/tosa/tosa-tiny.scc
create mode 100644 recipes-kernel/linux/linux-yocto-tiny-kexecboot_3.2.bbappend
create mode 100644 recipes-kernel/linux/linux-yocto/akita/akita-standard.scc
create mode 100644 recipes-kernel/linux/linux-yocto/akita/akita.cfg
create mode 100644 recipes-kernel/linux/linux-yocto/c7x0/c7x0-standard.scc
create mode 100644 recipes-kernel/linux/linux-yocto/c7x0/c7x0.cfg
create mode 100644 recipes-kernel/linux/linux-yocto/collie/0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch
create mode 100644 recipes-kernel/linux/linux-yocto/collie/collie-standard.scc
create mode 100644 recipes-kernel/linux/linux-yocto/collie/collie.cfg
create mode 100644 recipes-kernel/linux/linux-yocto/collie/collie_remove_irq_to_gpio.patch
create mode 100644 recipes-kernel/linux/linux-yocto/collie/locomo_kbd_tweak-r2.patch
create mode 100644 recipes-kernel/linux/linux-yocto/poodle/locomo_kbd_tweak-r2.patch
create mode 100644 recipes-kernel/linux/linux-yocto/poodle/poodle-standard.scc
create mode 100644 recipes-kernel/linux/linux-yocto/poodle/poodle.cfg
create mode 100644 recipes-kernel/linux/linux-yocto/spitz/spitz-standard.scc
create mode 100644 recipes-kernel/linux/linux-yocto/spitz/spitz.cfg
create mode 100644 recipes-kernel/linux/linux-yocto/tosa/tosa-standard.scc
create mode 100644 recipes-kernel/linux/linux-yocto/tosa/tosa.cfg
create mode 100644 recipes-kernel/linux/linux-yocto_3.2.bbappend
--
1.7.3.4
next reply other threads:[~2012-04-22 22:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-22 22:19 Andrea Adami [this message]
2012-04-22 22:19 ` [meta-handheld][PATCH 1/3] linux-yocto: initial commit of v. 3.2 for Zaurus Andrea Adami
2012-04-22 22:19 ` [meta-handheld][PATCH 2/3] linux-yocto-tiny-kexecboot: " Andrea Adami
2012-04-22 22:19 ` [meta-handheld][PATCH 3/3] zaurus: use linux-yocto as virtual/kernel Andrea Adami
2012-04-23 12:53 ` [meta-handheld][PATCH 0/3] Zaurus: (ab)use of " Paul Eggleton
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.1335132155.git.andrea.adami@gmail.com \
--to=andrea.adami@gmail.com \
--cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox