[Buildroot] [git commit] configs/kontron_pitx_imx8m_defconfig: add BR2_GLOBAL_PATCH_DIR

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Jul 23 13:04:11 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=4e026da515de558b87dda7c451a5981320161ba4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Add config option to set the board specific GLOBAL_PATCH_DIR.

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/2750360083

Signed-off-by: Heiko Thiery <heiko.thiery at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 configs/kontron_pitx_imx8m_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/kontron_pitx_imx8m_defconfig b/configs/kontron_pitx_imx8m_defconfig
index ac03871682..460f1a97e9 100644
--- a/configs/kontron_pitx_imx8m_defconfig
+++ b/configs/kontron_pitx_imx8m_defconfig
@@ -6,6 +6,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttymxc2"
 BR2_ROOTFS_POST_BUILD_SCRIPT="board/kontron/pitx-imx8m/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
 BR2_ROOTFS_POST_SCRIPT_ARGS="-c $(BINARIES_DIR)/genimage.cfg"
+BR2_GLOBAL_PATCH_DIR="board/kontron/pitx-imx8m/patches"
 
 # Kernel
 BR2_LINUX_KERNEL=y



More information about the buildroot mailing list