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 <gabriel.valcazar@digi.com>
This commit is contained in:
parent
be5466cc51
commit
dbdaf63bfc
|
|
@ -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"
|
||||||
Loading…
Reference in New Issue