imx6: fix generating bootfs in imagebuilder (FS#102)
authorJo-Philipp Wich <jo@mein.io>
Sat, 20 Aug 2016 18:17:51 +0000 (20:17 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 20 Aug 2016 18:23:32 +0000 (20:23 +0200)
commit35be9284668d19a565d354a33febb508b0e28131
tree3189685d2b390fdef340d7d62a9630a125b9674c
parentc9e6b173f7477f3ff29d4c7c589f7ce5b360eeba
imx6: fix generating bootfs in imagebuilder (FS#102)

The image builder does not bundle sub-directories within $(KERNEL_BUILD_DIR),
therfore the intermediate "ventana-uImage.boot" directory is not shipped,
leading to failures with "make image" later on.

To circumvent the issue, store the intermediate boot files as tar archive
instead of putting them into a directory to ensure that they end up in the
final image builder tarball. Fixes FS#102

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/imx6/image/Makefile