From: Florian Boor Date: Mon, 8 Mar 2010 22:07:20 +0000 (+0100) Subject: linux: Do not put the simone kernel image into package. X-Git-Tag: Release-2010-05/1~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3121cbcc1ab3911884eea833cddacc46409294;p=openembedded.git 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. --- diff --git a/recipes/linux/linux_2.6.32.bb b/recipes/linux/linux_2.6.32.bb index d0043c5f50..0f07aa5bf2 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 \