diff mbox series

configs/kontron_pitx_imx8m_defconfig: add BR2_GLOBAL_PATCH_DIR

Message ID 20220723123202.17977-1-heiko.thiery@gmail.com
State Accepted
Headers show
Series configs/kontron_pitx_imx8m_defconfig: add BR2_GLOBAL_PATCH_DIR | expand

Commit Message

Heiko Thiery July 23, 2022, 12:32 p.m. UTC
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>
---
 configs/kontron_pitx_imx8m_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnout Vandecappelle July 23, 2022, 1:05 p.m. UTC | #1
On 23/07/2022 14:32, Heiko Thiery wrote:
> 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>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   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
diff mbox series

Patch

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