From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-handheld 0/6] Kernel upgrade
Date: Thu, 24 Nov 2011 11:17:33 +0100 [thread overview]
Message-ID: <cover.1322129758.git.Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1864854.crejHBLR9b@helios>
Removed changes for iPAQs.
The following changes since commit 2ed328bd842c96496fb5bbeecd3f6c7ed2df4c65:
zaurus.inc: use xserver-xorg-lite (2011-11-24 00:07:54 +0000)
are available in the git repository at:
git://gitorious.org/shr/meta-handheld jansa/pull
Andrea Adami (2):
linux(kexecboot): initial commit of kernel 3.1 updated to patchset 1
linux(kexecboot): update from 3.1.1 to 3.1.2
Martin Jansa (4):
linux-kexecboot: use kernel_conf_variable like linux.inc does and
respect CMDLINE_DEBUG
linux-kexecboot: don't disable DEBUG, PRINTK, BUG with CMDLINE_DEBUG
not just loglevel=3
linux-git: move CMDLINE_DEBUG to linux-git.inc to be used also for
linux-kexecboot
linux-git: upgrade to 3.2.0-rc3
...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 ++
recipes-kernel/linux/linux-3.1/akita/defconfig | 378 +++++++++++++++++++
recipes-kernel/linux/linux-3.1/c7x0/defconfig | 316 ++++++++++++++++
recipes-kernel/linux/linux-3.1/collie/defconfig | 322 +++++++++++++++++
.../linux/linux-3.1/locomo_kbd_tweak-r2.patch | 66 ++++
recipes-kernel/linux/linux-3.1/poodle/defconfig | 317 ++++++++++++++++
recipes-kernel/linux/linux-3.1/spitz/defconfig | 378 +++++++++++++++++++
recipes-kernel/linux/linux-3.1/tosa/defconfig | 379 ++++++++++++++++++++
recipes-kernel/linux/linux-git.inc | 8 +-
...xx_sharpsl-retain-ops-structure-on-collie.patch | 34 ++
.../linux/linux-kexecboot-3.1/akita/defconfig | 132 +++++++
.../linux/linux-kexecboot-3.1/c7x0/defconfig | 134 +++++++
.../linux/linux-kexecboot-3.1/collie/defconfig | 144 ++++++++
.../linux-kexecboot-3.1/locomo_kbd_tweak-r2.patch | 66 ++++
.../linux/linux-kexecboot-3.1/poodle/defconfig | 136 +++++++
.../linux/linux-kexecboot-3.1/spitz/defconfig | 132 +++++++
.../linux/linux-kexecboot-3.1/tosa/defconfig | 134 +++++++
recipes-kernel/linux/linux-kexecboot.inc | 128 ++++----
.../linux/linux-kexecboot/spitz/defconfig | 7 +-
recipes-kernel/linux/linux-kexecboot_3.1.bb | 26 ++
recipes-kernel/linux/linux.inc | 4 +-
recipes-kernel/linux/linux/spitz/defconfig | 26 +-
recipes-kernel/linux/linux_3.1.bb | 25 ++
recipes-kernel/linux/linux_git.bb | 1 -
24 files changed, 3238 insertions(+), 89 deletions(-)
create mode 100644 recipes-kernel/linux/linux-3.1/0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch
create mode 100644 recipes-kernel/linux/linux-3.1/akita/defconfig
create mode 100644 recipes-kernel/linux/linux-3.1/c7x0/defconfig
create mode 100644 recipes-kernel/linux/linux-3.1/collie/defconfig
create mode 100644 recipes-kernel/linux/linux-3.1/locomo_kbd_tweak-r2.patch
create mode 100644 recipes-kernel/linux/linux-3.1/poodle/defconfig
create mode 100644 recipes-kernel/linux/linux-3.1/spitz/defconfig
create mode 100644 recipes-kernel/linux/linux-3.1/tosa/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/akita/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/c7x0/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/collie/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/locomo_kbd_tweak-r2.patch
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/poodle/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/spitz/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot-3.1/tosa/defconfig
create mode 100644 recipes-kernel/linux/linux-kexecboot_3.1.bb
create mode 100644 recipes-kernel/linux/linux_3.1.bb
--
1.7.8.rc3
next prev parent reply other threads:[~2011-11-24 10:24 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-18 0:36 [meta-handheld][PATCH 0/5] Kernel 3.1 and cleanings Andrea Adami
2011-11-18 0:36 ` [meta-handheld][PATCH 1/5] linux(kexecboot): initial commit of kernel 3.1 updated to patchset 1 Andrea Adami
2011-11-18 0:36 ` [meta-handheld][PATCH 2/5] linux: remove linux-3.0.1. hx4700 is up to 3.1 now Andrea Adami
2011-11-18 0:36 ` [meta-handheld][PATCH 3/5] linux(kexecboot): remove kernels 2.6.39 Andrea Adami
2011-11-18 0:36 ` [meta-handheld][PATCH 4/5] linux-kexecboot: remove now unused git version Andrea Adami
2011-11-18 0:36 ` [meta-handheld][PATCH 5/5] linux: remove " Andrea Adami
2011-11-18 9:55 ` Martin Jansa
2011-11-18 10:18 ` Paul Eggleton
2011-11-18 13:11 ` Martin Jansa
2011-11-18 13:45 ` Andrea Adami
2011-11-18 13:51 ` Paul Eggleton
2011-11-18 14:02 ` Andrea Adami
2011-11-18 14:05 ` Martin Jansa
2011-11-24 9:24 ` Martin Jansa
2011-11-24 9:43 ` Paul Eggleton
2011-11-24 10:17 ` Martin Jansa [this message]
2011-11-24 10:18 ` [meta-handheld 1/6] linux(kexecboot): initial commit of kernel 3.1 updated to patchset 1 Martin Jansa
2011-11-24 10:18 ` [meta-handheld 2/6] linux(kexecboot): update from 3.1.1 to 3.1.2 Martin Jansa
2011-11-24 10:18 ` [meta-handheld 3/6] linux-kexecboot: use kernel_conf_variable like linux.inc does and respect CMDLINE_DEBUG Martin Jansa
2011-11-24 11:01 ` Andrea Adami
2011-11-24 10:18 ` [meta-handheld 4/6] linux-kexecboot: don't disable DEBUG, PRINTK, BUG with CMDLINE_DEBUG not just loglevel=3 Martin Jansa
2011-11-24 11:01 ` Andrea Adami
2011-11-24 12:38 ` Andrea Adami
2011-11-24 12:42 ` Paul Eggleton
2011-11-24 12:46 ` Martin Jansa
2011-11-24 12:56 ` Andrea Adami
2011-11-24 10:18 ` [meta-handheld 5/6] linux-git: move CMDLINE_DEBUG to linux-git.inc to be used also for linux-kexecboot Martin Jansa
2011-11-24 10:18 ` [meta-handheld 6/6] linux-git: upgrade to 3.2.0-rc3 Martin Jansa
2011-11-24 11:12 ` [meta-handheld][PATCH 5/5] linux: remove unused git version Andrea Adami
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.1322129758.git.Martin.Jansa@gmail.com \
--to=martin.jansa@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 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.