Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-handheld][PATCH 0/5] Kernel 3.1 and cleanings
@ 2011-11-18  0:36 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
                   ` (4 more replies)
  0 siblings, 5 replies; 29+ messages in thread
From: Andrea Adami @ 2011-11-18  0:36 UTC (permalink / raw)
  To: openembedded-devel

* Initial commit of kernel 3.1 patchset 1
*  tested on Zaurus devices
*  defconfig refinements needed for hx4700 and h1940 (untested)
*
* Removed 2.6.39 and 3.0.1 kernel versions
* Removed git versions (unused by our couple of kernel devs)

Andrea Adami (5):
  linux(kexecboot): initial commit of kernel 3.1 updated to patchset 1
  linux: remove linux-3.0.1. hx4700 is up to 3.1 now.
  linux(kexecboot): remove kernels 2.6.39
  linux-kexecboot: remove now unused git version
  linux: remove unused git version

 recipes-kernel/linux/linux-2.6.39.inc              |   20 -
 ...xx_sharpsl-retain-ops-structure-on-collie.patch |   34 -
 recipes-kernel/linux/linux-2.6.39/akita/defconfig  |  381 ----
 recipes-kernel/linux/linux-2.6.39/c7x0/defconfig   |  378 ----
 recipes-kernel/linux/linux-2.6.39/collie/defconfig |  324 ----
 recipes-kernel/linux/linux-2.6.39/h1940/defconfig  | 1704 ------------------
 .../linux/linux-2.6.39/locomo_kbd_tweak-r2.patch   |   66 -
 recipes-kernel/linux/linux-2.6.39/poodle/defconfig |  379 ----
 recipes-kernel/linux/linux-2.6.39/spitz/defconfig  |  381 ----
 recipes-kernel/linux/linux-2.6.39/tosa/defconfig   |  381 ----
 ...port-for-the-HTC-ASIC3.-Underlying-suppor.patch |   50 -
 .../hx4700/0002-tmio_mmc_irq-race.patch            |  114 --
 ...e-tmio_mmc_dma.o-when-CONFIG_MMC_SDHI-is-.patch |   29 -
 ...CF-support-for-the-HTC-ASIC3.-Underlying-.patch |  254 ---
 .../hx4700/0005-Suspend-unbalanced-irqs.patch      |   34 -
 .../linux/linux-3.0.1/hx4700/0006-suspend.patch    |   55 -
 ...007-hx4700-change-led-trigger-assignments.patch |   31 -
 recipes-kernel/linux/linux-3.0.1/hx4700/defconfig  | 1822 --------------------
 ...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 ++++
 recipes-kernel/linux/linux-3.1/h1940/defconfig     | 1704 ++++++++++++++++++
 ...port-for-the-HTC-ASIC3.-Underlying-suppor.patch |   50 +
 .../linux-3.1/hx4700/0002-tmio_mmc_irq-race.patch  |  114 ++
 ...e-tmio_mmc_dma.o-when-CONFIG_MMC_SDHI-is-.patch |   29 +
 ...CF-support-for-the-HTC-ASIC3.-Underlying-.patch |  254 +++
 .../hx4700/0005-Suspend-unbalanced-irqs.patch      |   34 +
 .../linux/linux-3.1/hx4700/0006-suspend.patch      |   55 +
 ...007-hx4700-change-led-trigger-assignments.patch |   31 +
 recipes-kernel/linux/linux-3.1/hx4700/defconfig    | 1822 ++++++++++++++++++++
 .../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 ++++
 .../linux/linux-kexecboot-2.6.39/akita/defconfig   |  133 --
 .../linux/linux-kexecboot-2.6.39/c7x0/defconfig    |  135 --
 .../linux/linux-kexecboot-2.6.39/collie/defconfig  |  145 --
 .../linux/linux-kexecboot-2.6.39/poodle/defconfig  |  137 --
 .../linux/linux-kexecboot-2.6.39/spitz/defconfig   |  133 --
 .../linux/linux-kexecboot-2.6.39/tosa/defconfig    |  135 --
 ...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           |   17 +-
 .../linux/linux-kexecboot/spitz/defconfig          |  129 --
 recipes-kernel/linux/linux-kexecboot_2.6.39.bb     |    5 -
 recipes-kernel/linux/linux-kexecboot_3.1.bb        |   25 +
 recipes-kernel/linux/linux-kexecboot_git.bb        |    2 -
 recipes-kernel/linux/linux.inc                     |    4 +-
 recipes-kernel/linux/linux/spitz/defconfig         |  379 ----
 recipes-kernel/linux/linux_2.6.39.bb               |    9 -
 recipes-kernel/linux/linux_3.0.1.bb                |   22 -
 recipes-kernel/linux/linux_3.1.bb                  |   35 +
 recipes-kernel/linux/linux_git.bb                  |   10 -
 60 files changed, 7266 insertions(+), 7821 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-2.6.39.inc
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/0001-pcmcia-pxa2xx_sharpsl-retain-ops-structure-on-collie.patch
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/akita/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/c7x0/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/collie/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/h1940/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/locomo_kbd_tweak-r2.patch
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/poodle/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/spitz/defconfig
 delete mode 100644 recipes-kernel/linux/linux-2.6.39/tosa/defconfig
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0001-Add-LED-support-for-the-HTC-ASIC3.-Underlying-suppor.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0002-tmio_mmc_irq-race.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0003-Only-compile-tmio_mmc_dma.o-when-CONFIG_MMC_SDHI-is-.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0004-Add-PCMCIA-CF-support-for-the-HTC-ASIC3.-Underlying-.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0005-Suspend-unbalanced-irqs.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0006-suspend.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/0007-hx4700-change-led-trigger-assignments.patch
 delete mode 100644 recipes-kernel/linux/linux-3.0.1/hx4700/defconfig
 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/h1940/defconfig
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0001-Add-LED-support-for-the-HTC-ASIC3.-Underlying-suppor.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0002-tmio_mmc_irq-race.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0003-Only-compile-tmio_mmc_dma.o-when-CONFIG_MMC_SDHI-is-.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0004-Add-PCMCIA-CF-support-for-the-HTC-ASIC3.-Underlying-.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0005-Suspend-unbalanced-irqs.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0006-suspend.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/0007-hx4700-change-led-trigger-assignments.patch
 create mode 100644 recipes-kernel/linux/linux-3.1/hx4700/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
 delete mode 100644 recipes-kernel/linux/linux-kexecboot-2.6.39/akita/defconfig
 delete mode 100644 recipes-kernel/linux/linux-kexecboot-2.6.39/c7x0/defconfig
 delete mode 100644 recipes-kernel/linux/linux-kexecboot-2.6.39/collie/defconfig
 delete mode 100644 recipes-kernel/linux/linux-kexecboot-2.6.39/poodle/defconfig
 delete mode 100644 recipes-kernel/linux/linux-kexecboot-2.6.39/spitz/defconfig
 delete mode 100644 recipes-kernel/linux/linux-kexecboot-2.6.39/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
 delete mode 100644 recipes-kernel/linux/linux-kexecboot/spitz/defconfig
 delete mode 100644 recipes-kernel/linux/linux-kexecboot_2.6.39.bb
 create mode 100644 recipes-kernel/linux/linux-kexecboot_3.1.bb
 delete mode 100644 recipes-kernel/linux/linux-kexecboot_git.bb
 delete mode 100644 recipes-kernel/linux/linux/spitz/defconfig
 delete mode 100644 recipes-kernel/linux/linux_2.6.39.bb
 delete mode 100644 recipes-kernel/linux/linux_3.0.1.bb
 create mode 100644 recipes-kernel/linux/linux_3.1.bb
 delete mode 100644 recipes-kernel/linux/linux_git.bb

-- 
1.7.3.4




^ permalink raw reply	[flat|nested] 29+ messages in thread

end of thread, other threads:[~2011-11-24 13:02 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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                   ` [meta-handheld 0/6] Kernel upgrade Martin Jansa
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox