From 4d3121cbcc1ab3911884eea833cddacc46409294 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Mon, 8 Mar 2010 23:07:20 +0100 Subject: 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 file changed, 3 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3