| Submitter | Martin Jansa |
|---|---|
| Date | Jan. 13, 2012, 7:14 p.m. |
| Message ID | <cover.1326481985.git.Martin.Jansa@gmail.com> |
| Download | mbox |
| Permalink | /patch/19345/ |
| State | Accepted |
| Headers | show |
Pull-request
git://gitorious.org/shr/meta-handheld jansa/pullComments
On Friday 13 January 2012 20:40:47 Martin Jansa wrote: > The following changes since commit d76030c7744dfb480c8d43073762d11dcae4893a: > > linux(-kexecboot): upgrade from 3.1.6 to 3.1.7 (2012-01-05 08:49:23 +0000) > > are available in the git repository at: > git://gitorious.org/shr/meta-handheld jansa/pull > > Martin Jansa (4): > zaurus.inc: weak assignment to IMAGE_FSTYPES > linux(-kexecboot)-git: upgrade to 3.2.0-rc7 > linux(-kexecboot)-3.2: add 3.2.1 for spitz > linux(-kexecboot)-3.1: move common stuff like SRC_URI and checksums > to .inc file > > conf/machine/include/zaurus.inc | 2 +- > recipes-kernel/linux/linux-3.1.inc | 19 + > recipes-kernel/linux/linux-3.2.inc | 14 + > recipes-kernel/linux/linux-3.2/spitz/defconfig | 384 > ++++++++++++++++++++ recipes-kernel/linux/linux-git.inc | > 4 +- > .../linux/linux-kexecboot-3.2/spitz/defconfig | 128 +++++++ > recipes-kernel/linux/linux-kexecboot_3.1.bb | 21 +- > recipes-kernel/linux/linux-kexecboot_3.2.bb | 5 + > recipes-kernel/linux/linux-kexecboot_git.bb | 2 + > recipes-kernel/linux/linux/spitz/defconfig | 7 + > recipes-kernel/linux/linux_3.1.bb | 21 +- > recipes-kernel/linux/linux_3.2.bb | 4 + > recipes-kernel/linux/linux_git.bb | 2 + > 13 files changed, 570 insertions(+), 43 deletions(-) > create mode 100644 recipes-kernel/linux/linux-3.1.inc > create mode 100644 recipes-kernel/linux/linux-3.2.inc > create mode 100644 recipes-kernel/linux/linux-3.2/spitz/defconfig > create mode 100644 recipes-kernel/linux/linux-kexecboot-3.2/spitz/defconfig > create mode 100644 recipes-kernel/linux/linux-kexecboot_3.2.bb > create mode 100644 recipes-kernel/linux/linux_3.2.bb Merged to meta-handheld master, thanks! Cheers, Paul
The following changes since commit d76030c7744dfb480c8d43073762d11dcae4893a: linux(-kexecboot): upgrade from 3.1.6 to 3.1.7 (2012-01-05 08:49:23 +0000) are available in the git repository at: git://gitorious.org/shr/meta-handheld jansa/pull Martin Jansa (4): zaurus.inc: weak assignment to IMAGE_FSTYPES linux(-kexecboot)-git: upgrade to 3.2.0-rc7 linux(-kexecboot)-3.2: add 3.2.1 for spitz linux(-kexecboot)-3.1: move common stuff like SRC_URI and checksums to .inc file conf/machine/include/zaurus.inc | 2 +- recipes-kernel/linux/linux-3.1.inc | 19 + recipes-kernel/linux/linux-3.2.inc | 14 + recipes-kernel/linux/linux-3.2/spitz/defconfig | 384 ++++++++++++++++++++ recipes-kernel/linux/linux-git.inc | 4 +- .../linux/linux-kexecboot-3.2/spitz/defconfig | 128 +++++++ recipes-kernel/linux/linux-kexecboot_3.1.bb | 21 +- recipes-kernel/linux/linux-kexecboot_3.2.bb | 5 + recipes-kernel/linux/linux-kexecboot_git.bb | 2 + recipes-kernel/linux/linux/spitz/defconfig | 7 + recipes-kernel/linux/linux_3.1.bb | 21 +- recipes-kernel/linux/linux_3.2.bb | 4 + recipes-kernel/linux/linux_git.bb | 2 + 13 files changed, 570 insertions(+), 43 deletions(-) create mode 100644 recipes-kernel/linux/linux-3.1.inc create mode 100644 recipes-kernel/linux/linux-3.2.inc create mode 100644 recipes-kernel/linux/linux-3.2/spitz/defconfig create mode 100644 recipes-kernel/linux/linux-kexecboot-3.2/spitz/defconfig create mode 100644 recipes-kernel/linux/linux-kexecboot_3.2.bb create mode 100644 recipes-kernel/linux/linux_3.2.bb