From dbdaf63bfcd52f0321494cdc1ff1b8f91653fe89 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 3 Feb 2025 18:01:39 +0100 Subject: [PATCH] freescale: linux-imx-headers: replace linux-imx repo with linux-dey This recipe extracts a small set of UAPI header files form the linux-imx tree. However, the revision these headers are extracted from is already present in our linux fork, so bitbake is currently fetching the linux-imx repo to obtain some files that it can also obtain from our fork. This is impractical because the repo in question is quite large (~2.80 GiB) and only getting larger with time. By modifying the recipe to use our linux fork instead of NXP's, we avoid having to fetch NXP's repo. Signed-off-by: Gabriel Valcazar --- .../recipes-kernel/linux/linux-imx-headers_6.6.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/linux/linux-imx-headers_6.6.bbappend diff --git a/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/linux/linux-imx-headers_6.6.bbappend b/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/linux/linux-imx-headers_6.6.bbappend new file mode 100644 index 000000000..cceb38d38 --- /dev/null +++ b/meta-digi-arm/dynamic-layers/freescale-layer/recipes-kernel/linux/linux-imx-headers_6.6.bbappend @@ -0,0 +1,6 @@ +# Copyright (C) 2025, Digi International Inc. + +# In terms of the i.MX linux headers, the ones in our fork are identical to the +# ones in the i.MX fork, so there's no reason to download the entire i.MX Linux +# repo to get headers that are already available in ours. +SRC_URI = "${LINUX_GIT_URI};nobranch=1"