diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2010-03-08 23:07:20 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2010-03-08 23:07:20 +0100 |
commit | 4d3121cbcc1ab3911884eea833cddacc46409294 (patch) | |
tree | 4c4f16a0b516f643ec478ec81ce3cc0c89fbad91 | |
parent | f83598d5154e9ce84a73de982c7ac494d797794d (diff) |
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.
-rw-r--r-- | 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 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 \ |