configs/kontron_pitx_imx8m_defconfig: add BR2_GLOBAL_PATCH_DIR

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@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022.08.x
Heiko Thiery 2022-07-23 14:32:03 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent f44feac6bc
commit 4e026da515
1 changed files with 1 additions and 0 deletions

View File

@ -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