Skip to content

Commit

Permalink
ci.yml: Use poky dir for finding sstate-cache-management.sh
Browse files Browse the repository at this point in the history
We changed to use poky for core layer

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Aug 17, 2022
1 parent 02e4667 commit 754ed6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
/bin/bash -c ". ./qemuarm64-envsetup.sh && resulttool report build/tmp/log/oeqa"
- name: Clean shared state
run: |
/bin/bash -c ". ./qemuarm64-envsetup.sh && ./sources/openembedded-core/scripts/sstate-cache-management.sh -d -y"
/bin/bash -c ". ./qemuarm64-envsetup.sh && ./sources/poky/scripts/sstate-cache-management.sh -d -y"

0 comments on commit 754ed6b

Please sign in to comment.