All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-handheld][PATCH 00/10] Pull request #1
Date: Thu,  1 Sep 2011 17:38:56 +0200	[thread overview]
Message-ID: <cover.1314891222.git.Martin.Jansa@gmail.com> (raw)

Hi,

please merge following changes, they are mostly from meta-zaurus and are needed 
even to parse recipes when MACHINE=spitz.

Tested on core-image-core, where only failing recipe is now zaurusd, because of o-hand repo:
| ERROR: Function 'Fetcher failure for URL: 'svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http'. Please set SRCREV to a valid value' failed

and we should switch that from svn.o-hand.com to 
http://git.yoctoproject.org/cgit/cgit.cgi/zaurusd/ as rest of o-hand recipes in oe-core.

The following changes since commit 3e013ce4211bca15dedbbdc1e714e17d85013746:

  linux-3.0: update to 3.0.1 (2011-08-24 00:09:51 +0100)

are available in the git repository at:
  git://gitorious.org/shr/meta-handheld jansa/sync-with-meta-zaurus

Martin Jansa (10):
  linux-2.6.39: drop files which don't belong here
  linux-2.6.39: upgrade to 2.6.39.4 and import 2 patches from
    meta-zaurus
  linux-kexecboot: import from meta-zaurus
  linux: add some logo files from meta-zaurus
  linux(-kexecboot): move shared definitions to linux-${PV}.inc
  initramfs-kexecboot.inc: import missing file from meta-zaurus
  conf/machine: unify MACHINE_GUI_CLASS/GUI_MACHINE_CLASS to
    MACHINE_GUI_CLASS in all configs
  kexecboot: import from meta-zaurus
  spitz,akita: add iwmmxt to PACKAGE_EXTRA_ARCHS_tune-xscale not
    PACKAGE_EXTRA_ARCHS
  initramfs-kexecboot*image: import from meta-zaurus

 conf/machine/akita.conf                            |    2 +-
 conf/machine/include/initramfs-kexecboot.inc       |   18 +
 conf/machine/include/zaurus.inc                    |    2 +-
 conf/machine/palmt650.conf                         |    2 +-
 conf/machine/palmt680.conf                         |    2 +-
 conf/machine/palmtc.conf                           |    2 +-
 conf/machine/palmtt5.conf                          |    2 +-
 conf/machine/simpad.conf                           |    2 +-
 conf/machine/spitz.conf                            |    2 +-
 recipes-bsp/images/initramfs-kexecboot-image.bb    |   23 +
 .../images/initramfs-kexecboot-klibc-image.bb      |    3 +
 recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm       |   43 +
 recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb         |   56 +
 recipes-bsp/kexecboot/kexecboot-klibc_git.bb       |   12 +
 recipes-bsp/kexecboot/kexecboot.inc                |   61 +
 recipes-bsp/kexecboot/kexecboot_git.bb             |    9 +
 .../linux/files/qvga/logo_linux_clut224.ppm.bz2    |  Bin 0 -> 5547 bytes
 .../linux/files/vga/logo_linux_clut224.ppm.bz2     |  Bin 0 -> 6436 bytes
 recipes-kernel/linux/linux-2.6.39.inc              |   20 +
 ...xx_sharpsl-retain-ops-structure-on-collie.patch |   34 +
 .../linux/linux-2.6.39/locomo_kbd_tweak-r2.patch   |   66 +
 .../linux/linux-2.6.39/om-gta01/defconfig          |  481 -
 .../linux/linux-2.6.39/om-gta02/defconfig          |  490 -
 recipes-kernel/linux/linux-2.6.39/openmoko.patch   |46285 --------------------
 recipes-kernel/linux/linux-2.6.39/shr.patch        | 2021 -
 recipes-kernel/linux/linux-kexecboot.inc           |  145 +
 .../linux/linux-kexecboot/akita/defconfig          |  133 +
 .../linux/linux-kexecboot/c7x0/defconfig           |  135 +
 .../linux/linux-kexecboot/collie/defconfig         |  145 +
 .../linux/linux-kexecboot/poodle/defconfig         |  137 +
 .../linux/linux-kexecboot/spitz/defconfig          |  133 +
 .../linux/linux-kexecboot/tosa/defconfig           |  135 +
 recipes-kernel/linux/linux-kexecboot_2.6.39.bb     |    5 +
 recipes-kernel/linux/linux_2.6.39.bb               |   28 +-
 34 files changed, 1322 insertions(+), 49312 deletions(-)
 create mode 100644 conf/machine/include/initramfs-kexecboot.inc
 create mode 100644 recipes-bsp/images/initramfs-kexecboot-image.bb
 create mode 100644 recipes-bsp/images/initramfs-kexecboot-klibc-image.bb
 create mode 100644 recipes-bsp/kexecboot/kexecboot-cfg/icon.xpm
 create mode 100644 recipes-bsp/kexecboot/kexecboot-cfg_0.1.bb
 create mode 100644 recipes-bsp/kexecboot/kexecboot-klibc_git.bb
 create mode 100644 recipes-bsp/kexecboot/kexecboot.inc
 create mode 100644 recipes-bsp/kexecboot/kexecboot_git.bb
 create mode 100644 recipes-kernel/linux/files/qvga/logo_linux_clut224.ppm.bz2
 create mode 100644 recipes-kernel/linux/files/vga/logo_linux_clut224.ppm.bz2
 create mode 100644 recipes-kernel/linux/linux-2.6.39.inc
 create mode 100644 recipes-kernel/linux/linux-2.6.39/0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch
 create mode 100644 recipes-kernel/linux/linux-2.6.39/locomo_kbd_tweak-r2.patch
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/om-gta01/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/om-gta02/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/openmoko.patch
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/shr.patch
 create mode 100644 recipes-kernel/linux/linux-kexecboot.inc
 create mode 100644 recipes-kernel/linux/linux-kexecboot/akita/defconfig
 create mode 100644 recipes-kernel/linux/linux-kexecboot/c7x0/defconfig
 create mode 100644 recipes-kernel/linux/linux-kexecboot/collie/defconfig
 create mode 100644 recipes-kernel/linux/linux-kexecboot/poodle/defconfig
 create mode 100644 recipes-kernel/linux/linux-kexecboot/spitz/defconfig
 create mode 100644 recipes-kernel/linux/linux-kexecboot/tosa/defconfig
 create mode 100644 recipes-kernel/linux/linux-kexecboot_2.6.39.bb

-- 
1.7.6.1




             reply	other threads:[~2011-09-01 15:44 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-01 15:38 Martin Jansa [this message]
2011-09-01 15:39 ` [meta-handheld][PATCH 01/10] linux-2.6.39: drop files which don't belong here Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 02/10] linux-2.6.39: upgrade to 2.6.39.4 and import 2 patches from meta-zaurus Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 03/10] linux-kexecboot: import " Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 04/10] linux: add some logo files " Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 05/10] linux(-kexecboot): move shared definitions to linux-${PV}.inc Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 06/10] initramfs-kexecboot.inc: import missing file from meta-zaurus Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 07/10] conf/machine: unify MACHINE_GUI_CLASS/GUI_MACHINE_CLASS to MACHINE_GUI_CLASS in all configs Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 08/10] kexecboot: import from meta-zaurus Martin Jansa
2011-09-01 15:39 ` [meta-handheld][PATCH 09/10] spitz, akita: add iwmmxt to PACKAGE_EXTRA_ARCHS_tune-xscale not PACKAGE_EXTRA_ARCHS Martin Jansa
2011-09-01 17:18   ` Koen Kooi
2011-09-01 15:39 ` [meta-handheld][PATCH 10/10] initramfs-kexecboot*image: import from meta-zaurus Martin Jansa
2011-09-01 15:48 ` [meta-handheld][PATCH] zaurusd: switch from svn.o-hand.com to git.yoctoproject.org Martin Jansa
2011-09-01 21:11 ` [meta-handheld][PATCH 00/10] Pull request #1 Paul Eggleton
2011-09-04 21:50 ` 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.1314891222.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.