diff --git a/ci/yocto-check-layer.sh b/ci/yocto-check-layer.sh index 580d31d6..a6add435 100755 --- a/ci/yocto-check-layer.sh +++ b/ci/yocto-check-layer.sh @@ -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