Revert "board/raspberrypi: handle dtb overlays for all variants"
This reverts commit6021f3678b
. That change is no more relevant since the genimage.cfg files are generated by the commite37ee5acdc
(board/raspberrypi/post-image.sh: generate genimage config from template if not present), and since the variant-specific files were dropped off by the commitfc5cdeed72
(board/raspberrypi: drop variant-specific genimage files). This removes the very last alive piece of change of the commit6021f3678b
(board/raspberrypi: handle dtb overlays for all variants); the commit is fully reverted now. Signed-off-by: Gaël PORTAY <gael.portay@rtone.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ad21d833e0
commit
56fd785434
@ -14,6 +14,3 @@ elif [ -d ${TARGET_DIR}/etc/systemd ]; then
|
|||||||
ln -sf /lib/systemd/system/getty@.service \
|
ln -sf /lib/systemd/system/getty@.service \
|
||||||
"${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
"${TARGET_DIR}/etc/systemd/system/getty.target.wants/getty@tty1.service"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ensure overlays exists for genimage
|
|
||||||
mkdir -p "${BINARIES_DIR}/rpi-firmware/overlays"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user