mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
Raspberry Pi (all): install libfdt.so
This commit is contained in:
parent
ca6eb3dc1b
commit
12d90a86ae
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user