Skip to content

Commit

Permalink
ci: kas: meta-qcom is no longer a dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Dechesne <[email protected]>
  • Loading branch information
ndechesne committed Nov 28, 2024
1 parent 0420415 commit 961f9f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ defaults:
repos:
meta-qcom-hwe:

meta-qcom:
url: https://github.com/Linaro/meta-qcom

poky:
url: https://git.yoctoproject.org/git/poky
layers:
Expand Down
2 changes: 1 addition & 1 deletion ci/yocto-check-layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CMD="$CMD $TOPDIR"
# Disable auto layer discovery
CMD="$CMD --no-auto"
# Layers to process for dependencies
CMD="$CMD --dependency $KAS_WORK_DIR/poky/meta $KAS_WORK_DIR/meta-qcom"
CMD="$CMD --dependency $KAS_WORK_DIR/poky/meta"
# Disable automatic testing of dependencies
CMD="$CMD --no-auto-dependency"
# Set machines to all machines defined in this BSP layer
Expand Down

0 comments on commit 961f9f8

Please sign in to comment.