Petr Štetiar 52564e65d5 at91: sama7: fix racy SD card image generation
We've few low spec (make -j3) build workers attached to the 22.03
buildbot instance which from time to time exhibit following build
failure during image generation:

 + dd bs=512 if=root.ext4 of=openwrt-22.03-snapshot-r20028-43d71ad93e-at91-sama7-microchip_sama7g5-ek-ext4-sdcard.img.gz.img seek=135168 conv=notrunc
 dd: failed to open 'root.ext4': No such file or directory

Thats likely due to the fact, that on buildbots we've
`TARGET_PER_DEVICE_ROOTFS=y` which produces differently named filesystem
image in the SD card image target dependency chain:

 make_ext4fs -L rootfs ... root.ext4+pkg=68b329da

and that hardcoded root.ext4 becomes available from other target in the
later stages. So lets fix this issue by using IMAGE_ROOTFS Make variable
which should contain proper path to the root filesystem image.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 5c3679e39b615ff29c9315f810e8e15775cc2d01)
2023-02-08 09:16:43 +01:00
..
2023-01-28 20:08:14 +01:00
2022-08-28 07:24:59 +02:00
2023-02-05 20:43:19 +01:00
2023-01-28 20:08:14 +01:00
2023-01-28 20:07:11 +01:00
2022-12-06 23:27:06 +01:00
2023-02-05 20:43:19 +01:00
2022-03-11 00:04:05 +01:00
2023-01-28 20:07:11 +01:00
2023-02-05 20:43:19 +01:00
2023-01-28 20:07:11 +01:00
2022-12-15 01:26:25 +01:00
2022-11-01 13:56:10 +01:00
2023-01-28 20:07:11 +01:00
2022-11-01 13:56:10 +01:00
2023-01-28 20:07:11 +01:00
2022-11-11 16:25:29 +02:00
2023-02-05 20:43:19 +01:00
2022-12-15 01:26:25 +01:00
2022-07-30 17:21:47 +02:00
2023-01-03 01:24:21 +01:00
2022-11-27 15:43:08 +01:00