Skip to content

Commit

Permalink
linux-iot2050: Mask the upstream recipe
Browse files Browse the repository at this point in the history
The AUTOREV used in the upstream recipe causes the recipe to be parsed
regardless, which makes the parsing stage very slow if the connection to
GitHub is not good.

Signed-off-by: Baocheng Su <[email protected]>
  • Loading branch information
BaochengSu committed Feb 10, 2025
1 parent 1227237 commit 031769f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/distro/iot2050-debian.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ PREFERRED_VERSION_linux-iot2050-rt-kbuildtarget ?= "${PREFERRED_VERSION_linux-io

KERNEL_NAME ?= "cip"

BBMASK:append = " linux-iot2050_.+-upstream\.bb"

PREFERRED_VERSION_customizations ?= "0.1-iot2050-debian"
PREFERRED_VERSION_customizations-debug ?= "0.1-iot2050-debian"

Expand Down
1 change: 1 addition & 0 deletions kas/opt/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ header:

local_conf_header:
upstream-versions: |
BBMASK:remove = "linux-iot2050_.+-upstream\.bb"
PREFERRED_VERSION_linux-iot2050 = "6.x-upstream"

0 comments on commit 031769f

Please sign in to comment.