All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: poky@yoctoproject.org, richard.purdie@linuxfoundation.org,
	tom.zanussi@intel.com, bruce.ashfield@windriver.com
Cc: Darren Hart <dvhart@linux.intel.com>
Subject: [PATCH 0/4] recipes-kernel: follow-up cleanup
Date: Fri, 18 Feb 2011 16:46:03 -0800	[thread overview]
Message-ID: <cover.1298076091.git.dvhart@linux.intel.com> (raw)

From: Darren Hart <dvhart@linux.intel.com>

The following patches perform some additional cleanup of the kernel metadata.
Obsolete kernel recipes are removed. Unused machine config fragments are
removed. Finally, linux.inc is removed.

This cleans the slate and prepares the way for the next stage of kernel recipe
cleanup which will include refactoring the kernel.bbclass and reworking
linux-dummy to provide a good current example of how to create a custom linux
kernel recipe.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dvhart/linux
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/linux

Thanks,
    Darren Hart <dvhart@linux.intel.com>
---


Darren Hart (4):
  zaurus: remove zaurus linux includes
  linux-2.6.23: remove the linux-2.6.23 recipe
  linux-2.6.33.2: remove linux-2.6.33.2 recipe
  linux.inc: remove the obsolete linux.inc kernel recipe include

 meta/conf/machine/include/zaurus-2.6.inc           |   72 -
 meta/conf/machine/include/zaurus-clamshell.inc     |   15 -
 ...x-gcc-4.3-false-modulo-optimization.patch.patch |   48 -
 .../linux/linux-2.6.23/binutils-buildid-arm.patch  |   16 -
 .../linux-2.6.23/cm-x270/0001-cm-x270-base2.patch  | 2851 -----
 .../cm-x270/0002-cm-x270-match-type.patch          |   25 -
 .../linux-2.6.23/cm-x270/0003-cm-x270-ide.patch    |  186 -
 .../linux-2.6.23/cm-x270/0004-cm-x270-it8152.patch |  496 -
 .../linux-2.6.23/cm-x270/0005-cm-x270-pcmcia.patch |  228 -
 .../linux-2.6.23/cm-x270/0006-ramdisk_load.patch   |   80 -
 .../cm-x270/0007-mmcsd_large_cards-r0.patch        |   36 -
 .../cm-x270/0008-cm-x270-nand-simplify-name.patch  |   25 -
 .../linux/linux-2.6.23/cm-x270/16bpp.patch         |   13 -
 .../linux/linux-2.6.23/cm-x270/defconfig           | 1204 --
 .../linux/linux-2.6.23/em-x270/defconfig           | 1354 ---
 .../em-x270/em-x270-battery-sysfs-fix.patch        |   40 -
 .../linux/linux-2.6.23/em-x270/em-x270.patch       |12063 --------------------
 .../linux/linux-2.6.33.2/mpc8313erdb/defconfig     | 1780 ---
 .../linux/linux-2.6.33.2/qemuarm/defconfig         | 1837 ---
 .../linux/linux-2.6.33.2/qemumips/defconfig        | 1825 ---
 .../linux/linux-2.6.33.2/qemuppc/defconfig         | 1780 ---
 .../linux/linux-2.6.33.2/qemux86/defconfig         | 2160 ----
 meta/recipes-kernel/linux/linux.inc                |   95 -
 meta/recipes-kernel/linux/linux_2.6.23.bb          |   83 -
 meta/recipes-kernel/linux/linux_2.6.33.2.bb        |   15 -
 25 files changed, 0 insertions(+), 28327 deletions(-)
 delete mode 100644 meta/conf/machine/include/zaurus-2.6.inc
 delete mode 100644 meta/conf/machine/include/zaurus-clamshell.inc
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/1300-fix-gcc-4.3-false-modulo-optimization.patch.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/binutils-buildid-arm.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0001-cm-x270-base2.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0002-cm-x270-match-type.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0003-cm-x270-ide.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0004-cm-x270-it8152.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0005-cm-x270-pcmcia.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0006-ramdisk_load.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0007-mmcsd_large_cards-r0.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/0008-cm-x270-nand-simplify-name.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/16bpp.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/cm-x270/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/em-x270/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270-battery-sysfs-fix.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.23/em-x270/em-x270.patch
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.33.2/mpc8313erdb/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.33.2/qemuarm/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.33.2/qemumips/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.33.2/qemuppc/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux-2.6.33.2/qemux86/defconfig
 delete mode 100644 meta/recipes-kernel/linux/linux.inc
 delete mode 100644 meta/recipes-kernel/linux/linux_2.6.23.bb
 delete mode 100644 meta/recipes-kernel/linux/linux_2.6.33.2.bb



             reply	other threads:[~2011-02-19  0:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-19  0:46 Darren Hart [this message]
2011-02-19  0:46 ` [PATCH 3/4] linux-2.6.33.2: remove linux-2.6.33.2 recipe Darren Hart
2011-02-19  0:46 ` [PATCH 1/4] zaurus: remove zaurus linux includes Darren Hart
2011-02-19  0:46 ` [PATCH 4/4] linux.inc: remove the obsolete linux.inc kernel recipe include Darren Hart
2011-02-19  0:46 ` [PATCH 2/4] linux-2.6.23: remove the linux-2.6.23 recipe Darren Hart
2011-02-19  0:51 ` [PATCH 0/4] recipes-kernel: follow-up cleanup Darren Hart
2011-02-19  1:10 ` Bruce Ashfield
2011-02-21 18:00 ` Richard Purdie

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.1298076091.git.dvhart@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=poky@yoctoproject.org \
    --cc=richard.purdie@linuxfoundation.org \
    --cc=tom.zanussi@intel.com \
    /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.