Skip to content

Commit

Permalink
linux-iot2050: Add the missing kbuildtarget
Browse files Browse the repository at this point in the history
The kbuildtarget is not preset in the iot2050-debian.conf, this is
causing both the kernels (cip & upstream) to be parsed and generated in
the build process, 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 6, 2025
1 parent d711f6b commit f834e18
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 @@ -18,6 +18,8 @@ HOSTNAME ??= "iot2050-debian"

PREFERRED_VERSION_linux-iot2050 ?= "6.1.%"
PREFERRED_VERSION_linux-iot2050-rt ?= "6.1.%"
PREFERRED_VERSION_linux-iot2050-kbuildtarget ?= "6.1.%"
PREFERRED_VERSION_linux-iot2050-rt-kbuildtarget ?= "6.1.%"

KERNEL_NAME ?= "cip"

Expand Down
1 change: 1 addition & 0 deletions kas/opt/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ header:
local_conf_header:
upstream-versions: |
PREFERRED_VERSION_linux-iot2050 = "6.x-upstream"
PREFERRED_VERSION_linux-iot2050-kbuildtarget = "6.x-upstream"

0 comments on commit f834e18

Please sign in to comment.