linux: Do not put the simone kernel image into package.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 8 Mar 2010 22:07:20 +0000 (23:07 +0100)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 8 Mar 2010 22:07:20 +0000 (23:07 +0100)
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

index d0043c5..0f07aa5 100644 (file)
@@ -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 \