Skip to content
Open
Changes from 1 commit
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: 2 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ BBFILES_DYNAMIC += " \
# Release
QCOM_RELEASE = "main"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QLI_RELEASE or QLI_BASELINE would work better from my perspective.

QCOM is too generic to be used here.


INHERIT += "qcom-mirrors"
Copy link
Contributor

@ricardosalveti ricardosalveti Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the file to clo-mirrors instead? It is hosted by codelinaro.


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