Skip to content

Commit

Permalink
ci/yocto-check-layer: check for oe-core/meta, not poky/meta
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <[email protected]>
  • Loading branch information
koenkooi committed Dec 19, 2024
1 parent a36a8e5 commit 1b29f31
Showing 1 changed file with 1 addition and 1 deletion.
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/oe-core/meta $KAS_WORK_DIR/meta-qcom"
# 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 1b29f31

Please sign in to comment.