Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The repository runs policy checks and standalone OpenEmbedded builds.

## Build flow

`pr.yml` and `push.yml` call `build-openembedded.yml`. Metadata setup and layer checks use GitHub-hosted runners. Compilation uses the `[self-hosted, qcom-u2404, amd64]` project runner pool and reuses `/efs/qli/meta-qcom/downloads` and `/efs/qli/meta-qcom/sstate-cache`. Each compilation job has an isolated temporary build directory; only the OpenEmbedded downloads and sstate caches are shared. Pull requests from forks skip the OpenEmbedded build because untrusted fork code must not execute on credential-bearing self-hosted runners or write to shared caches; a maintainer must reproduce the change on a repository branch.
`pr.yml` and `push.yml` call `build-openembedded.yml`. Metadata setup and layer checks use GitHub-hosted runners. Compilation uses the `[self-hosted, qcom-u2404, amd64]` project runner pool and reuses `/efsx/qli/meta-qcom/downloads` and `/efsx/qli/meta-qcom/sstate-cache`. Each compilation job has an isolated temporary build directory; only the OpenEmbedded downloads and sstate caches are shared. Pull requests from forks skip the OpenEmbedded build because untrusted fork code must not execute on credential-bearing self-hosted runners or write to shared caches; a maintainer must reproduce the change on a repository branch.

The standalone matrix builds every recipe in this layer for `qemuarm`, `qemuarm64` and `qemux86-64` with `DISTRO = "nodistro"`.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-openembedded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read

env:
CACHE_DIR: /efs/qli/meta-qcom
CACHE_DIR: /efsx/qli/meta-qcom
KAS_CLONE_DEPTH: 1

jobs:
Expand Down
Loading