From ef176f27c77cd14e12df6313c098d328b9631fc5 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sun, 16 Aug 2020 01:13:27 +0300 Subject: [PATCH] Raspberry Pi 4: bootcode.bin is not needed --- board/raspberrypi4/postscript.sh | 1 - package/motion/motion.mk | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/board/raspberrypi4/postscript.sh b/board/raspberrypi4/postscript.sh index 89f9d74e88..fcfe918e3b 100755 --- a/board/raspberrypi4/postscript.sh +++ b/board/raspberrypi4/postscript.sh @@ -9,7 +9,6 @@ cp ${BOARD_DIR}/cmdline.txt ${BOOT_DIR} cp ${BOARD_DIR}/initrd.gz ${BOOT_DIR} cp ${IMG_DIR}/zImage ${BOOT_DIR}/kernel.img cp ${IMG_DIR}/bcm2711-rpi-4-b.dtb ${BOOT_DIR} -cp ${RPI_FW_DIR}/bootcode.bin ${BOOT_DIR} cp ${RPI_FW_DIR}/start.elf ${BOOT_DIR} cp ${RPI_FW_DIR}/fixup.dat ${BOOT_DIR} diff --git a/package/motion/motion.mk b/package/motion/motion.mk index effd14924b..a17215b40a 100644 --- a/package/motion/motion.mk +++ b/package/motion/motion.mk @@ -14,7 +14,7 @@ MOTION_CONF_OPTS = --without-pgsql \ --without-sqlite3 \ --without-mysql \ --without-mariadb \ - --with-ffmpeg=$(STAGING_DIR)/usr/lib + --with-ffmpeg ifeq ($(BR2_PACKAGE_RPI_USERLAND),y) MOTION_DEPENDENCIES += rpi-userland