[oe-commits] Florian Boor : linux: Do not put the simone kernel image into package.

git version control git at git.openembedded.org
Tue Mar 9 10:09:29 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 4d3121cbcc1ab3911884eea833cddacc46409294
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4d3121cbcc1ab3911884eea833cddacc46409294

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon Mar  8 23:07:20 2010 +0100

linux: Do not put the simone kernel image into package.
The default bootloader configuration expects the kernel in a separate partition. We save quite some precious flash removing the kernel from the filesystem.

---

 recipes/linux/linux_2.6.32.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb
index d0043c5..0f07aa5 100644
--- a/recipes/linux/linux_2.6.32.bb
+++ b/recipes/linux/linux_2.6.32.bb
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r9"
+PR = "r10"
 
 S = "${WORKDIR}/linux-${PV}"
 
@@ -46,6 +46,8 @@ SRC_URI_append_simone = " \
 			file://ep93xx/ep93xx-spi.patch;patch=1 \
 			file://ep93xx/ep93xx-cpuinfo.patch;patch=1 "
 
+FILES_kernel-image_simone = ""
+
 SRC_URI_append_ts72xx = " \
                         file://0001-ts72xx_base.patch;patch=1 \
                         file://0002-ts72xx_force_machine-id.patch;patch=1 \





More information about the Openembedded-commits mailing list