configs/st_demo: update config to use boot-overlay and post-build.sh script

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
This commit is contained in:
Kory Maincent
2022-07-06 14:50:04 +02:00
committed by Thomas Petazzoni
parent 8fac113474
commit 87548f4a39
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ BR2_arm=y
BR2_cortex_a7=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/mp157-overlay/ $(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/dk1-overlay/"
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/mp157-overlay/ $(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/boot-overlay/"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
+2 -1
View File
@@ -2,7 +2,8 @@ BR2_arm=y
BR2_cortex_a7=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/mp157-overlay/ $(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/dk2-overlay/"
BR2_ROOTFS_OVERLAY="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/mp157-overlay/ $(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/boot-overlay/"
BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/post-build.sh"
BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_ST_PATH)/board/stmicroelectronics/stm32mp1/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y