layerscape: put u-boot and ucode images into image staging directory
authorJo-Philipp Wich <jo@mein.io>
Fri, 27 Jan 2017 15:06:31 +0000 (16:06 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 27 Jan 2017 15:53:31 +0000 (16:53 +0100)
commitc6502ce3bb87b6a6a85209d3e67736bd2db21bc7
tree7af829172459e805158e43caf9f2f30a51559852
parent237bd361352446669d4058e423f5e1b27c930004
layerscape: put u-boot and ucode images into image staging directory

Do not put the u-boot and ucode images into the kernel build directory as this
directory might get removed after kernel updates while the u-boot packages
InstallDev recipe is not getting re-executed because it is still considered
current, leading to image build failures later on due to missing images.

To ensure that built bootloader images persist over kernel version updates in
the buildroot, put them into the new STAGING_DIR_IMAGE directory.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/boot/uboot-layerscape-32b/Makefile
package/boot/uboot-layerscape/Makefile
package/firmware/fman-ucode/Makefile
package/firmware/rcw/Makefile
target/linux/layerscape/image/Makefile