openwrtv4/target/linux/at91
Jo-Philipp Wich b9aca834e8 at91: fix image building with CONFIG_TARGET_MULTI_PROFILE
The current image build code has a number of race conditions and interface
contract violations in the custom image build steps:

 - Build/install-zImage, solely used by at91, relies on $(PROFILE_SANITIZED)
   which is not available when building with CONFIG_TARGET_MULTI_PROFILE

 - Build/at91-sdcard, which may run concurrently, creates scratch files at
   fixed locations and manipulates target files directly which can lead
   to file corruption and other unexpected failures

Rename the install-zImage macro to at91-install-zImage and move it to the
at91 image Makefile since this target is the sole user. Also utilize "$@"
as output file name and switch the usage of $(PROFILE_SANITIZED) to
$(DEVICE_NAME) in order to fix naming under multi profile builds.

Fix the at91-sdcard macro to construct scratch file paths relative to "$@",
which is guaranteed to be unique and store the final artifact output in "$@"
as well, instead of inside $(BIN_DIR). The generic image build code takes
care of moving a build steps "$@" output to the final destination in a
concurrency-safe manner.

Finally remove the broken install-zImage from the generic image-commands
Makefile.

Fixes: d7a679a036 ("at91: Install zImage.")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-02-14 15:47:16 +01:00
..
base-files at91: Add SAMA5D4 device 2017-09-20 09:01:02 +02:00
files/arch/arm/boot/dts at91: remove unused at91part driver 2017-10-22 15:17:42 +02:00
image at91: fix image building with CONFIG_TARGET_MULTI_PROFILE 2018-02-14 15:47:16 +01:00
legacy at91: refresh kernel configuration 2017-10-14 00:32:39 +02:00
patches-4.9 at91: update to kernel 4.9 2017-10-22 15:15:55 +02:00
sama5 at91: sama5: activate fpu 2018-01-02 07:14:09 +01:00
config-4.9 at91: update to kernel 4.9 2017-10-22 15:15:55 +02:00
Makefile at91: update to kernel 4.9 2017-10-22 15:15:55 +02:00
modules.mk at91: udc driver was missing deps 2016-02-16 16:25:16 +00:00