From 56fd7854342911b737478667a183958119166a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Wed, 22 Nov 2023 02:41:07 +0100 Subject: [PATCH] Revert "board/raspberrypi: handle dtb overlays for all variants" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Peter Korsgaard --- board/raspberrypi/post-build.sh | 3 --- 1 file changed, 3 deletions(-) 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"