Skip to content

Commit 2ea7d23

Browse files
author
Alex J Lennon
committed
Fix yocto-check-layer syntax error
�� Syntax Error Fix: - Remove invalid --no-auto-dependencies flag - The flag doesn't exist in yocto-check-layer script - Restore working yocto-check-layer command syntax - Ensure distro layer CI validation runs without syntax errors This fixes the syntax error that was causing the yocto-check-layer command to fail in distro layer CI.
1 parent 7934f54 commit 2ea7d23

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/distro-layer-validation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,10 @@ jobs:
270270
echo "Testing basic recipe parsing..."
271271
bitbake -p || echo "Parse test completed"
272272
273-
# Run the layer check (only check current layer, not dependencies)
273+
# Run the layer check
274274
echo "Running yocto-check-layer..."
275275
python3 ../build/layers/openembedded-core/scripts/yocto-check-layer \
276276
--layer .. \
277-
--no-auto-dependencies \
278277
--output-log ../distro-layer-check-${{ matrix.yocto_branch }}.log \
279278
|| echo "yocto-check-layer completed with issues"
280279

0 commit comments

Comments
 (0)