Raspberry Pi (all): install libfdt.so

This commit is contained in:
Calin Crisan 2020-09-06 00:00:08 +03:00
parent ca6eb3dc1b
commit 12d90a86ae
4 changed files with 12 additions and 0 deletions

View File

@ -20,3 +20,6 @@ cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR}
# copy overlays
mkdir -p ${BOOT_DIR}/overlays
cp ${RPI_FW_DIR}/overlays/*.dtbo ${BOOT_DIR}/overlays
# libfdt.so doesn't get installed automatically, for some reason
cp ${BUILD_DIR}/rpi-userland-*/build/lib/libfdt.so ${TARGET}/usr/lib

View File

@ -17,3 +17,6 @@ cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR}
# copy overlays
mkdir -p ${BOOT_DIR}/overlays
cp ${RPI_FW_DIR}/overlays/*.dtbo ${BOOT_DIR}/overlays
# libfdt.so doesn't get installed automatically, for some reason
cp ${BUILD_DIR}/rpi-userland-*/build/lib/libfdt.so ${TARGET}/usr/lib

View File

@ -19,3 +19,6 @@ cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR}
# copy overlays
mkdir -p ${BOOT_DIR}/overlays
cp ${RPI_FW_DIR}/overlays/*.dtbo ${BOOT_DIR}/overlays
# libfdt.so doesn't get installed automatically, for some reason
cp ${BUILD_DIR}/rpi-userland-*/build/lib/libfdt.so ${TARGET}/usr/lib

View File

@ -15,3 +15,6 @@ cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR}
# copy overlays
mkdir -p ${BOOT_DIR}/overlays
cp ${RPI_FW_DIR}/overlays/*.dtbo ${BOOT_DIR}/overlays
# libfdt.so doesn't get installed automatically, for some reason
cp ${BUILD_DIR}/rpi-userland-*/build/lib/libfdt.so ${TARGET}/usr/lib