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
4 changes: 0 additions & 4 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,6 @@ jobs:
if: always()
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false

- uses: ./.github/actions/print-build-output
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- next

permissions:
checks: write
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ for the implementation details.
compatibility with the most recent Yocto Project release.
- **all stable branch up until styhead:** Legacy branches maintained by Linaro,
prior to the migration to [Qualcomm-linux](https://github.com/qualcomm-linux).
- **next:** For testing workflow changes before being merged to master.

## Machine Support

Expand Down
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BBFILES_DYNAMIC += " \

# Set default provider for virtual-diag-router to avoid warnings
# when both diag and diag-router are available
PREFERRED_RPROVIDER_virtual-diag-router ?= "diag"
PREFERRED_RPROVIDER_virtual-diag-router ?= "diag-router"

# Location for layer-specific Python helpers
addpylib ${LAYERDIR}/lib qcom
Expand Down
Loading