diff mbox series

[1/2] Revert "board/raspberrypi: handle dtb overlays for all variants"

Message ID 20231122014108.2430309-1-gael.portay@rtone.fr
State Accepted
Headers show
Series [1/2] Revert "board/raspberrypi: handle dtb overlays for all variants" | expand

Commit Message

Gaël PORTAY Nov. 22, 2023, 1:41 a.m. UTC
This reverts commit 6021f3678b44d43da7057e3135da842cde1ffa05.

That change is no more relevant since the genimage.cfg files are
generated by the commit e37ee5acdc (board/raspberrypi/post-image.sh:
generate genimage config from template if not present), and since the
variant-specific files were dropped off by the commit fc5cdeed72
(board/raspberrypi: drop variant-specific genimage files).

This removes the very last alive piece of change of the commit
6021f3678b (board/raspberrypi: handle dtb overlays for all variants);
the commit is fully reverted now.

Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
---
Maintainers,

Unless I am mistaken, this could gone, right?

Regards,
Gaël
 board/raspberrypi/post-build.sh | 3 ---
 1 file changed, 3 deletions(-)

Comments

Peter Korsgaard Dec. 3, 2023, 5:13 p.m. UTC | #1
On 22/11/2023 02.41, Gaël PORTAY wrote:
> This reverts commit 6021f3678b44d43da7057e3135da842cde1ffa05.
> 
> That change is no more relevant since the genimage.cfg files are
> generated by the commit e37ee5acdc (board/raspberrypi/post-image.sh:
> generate genimage config from template if not present), and since the
> variant-specific files were dropped off by the commit fc5cdeed72
> (board/raspberrypi: drop variant-specific genimage files).
> 
> This removes the very last alive piece of change of the commit
> 6021f3678b (board/raspberrypi: handle dtb overlays for all variants);
> the commit is fully reverted now.
> 
> Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr>
> ---
> Maintainers,
> 
> Unless I am mistaken, this could gone, right?

I believe so, yes.

Committed to next, thanks.
diff mbox series

Patch

diff --git a/board/raspberrypi/post-build.sh b/board/raspberrypi/post-build.sh
index 0bd7bc3d17..73026e5922 100755
--- a/board/raspberrypi/post-build.sh
+++ b/board/raspberrypi/post-build.sh
@@ -14,6 +14,3 @@  elif [ -d ${TARGET_DIR}/etc/systemd ]; then
     ln -sf /lib/systemd/system/getty@.service \
        "${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
 fi
-
-# ensure overlays exists for genimage
-mkdir -p "${BINARIES_DIR}/rpi-firmware/overlays"