Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 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 ci/base.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ overrides:
oe-core:
commit: 06dd66e6220e5ce4ed4b9af4d8231ae5f0a8ce80
meta-lts-mixins:
commit: 348a9eaaf3991e2329d0cef14dce23fabaef9191
commit: 7d003acce582f952415c75d3f01de20c5ce8180c
bitbake:
commit: 22021758e66737bcf68dfd2b74adc6a0cb1d42d9
meta-arm:
Expand Down
3 changes: 3 additions & 0 deletions conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ LAYERDEPENDS_qcom = "core lts-linux-firmware-mixin"
LAYERRECOMMENDS_qcom = "openembedded-layer meta-arm"
LAYERSERIES_COMPAT_qcom = "wrynose"

# Use the linux-firmware provided by the lts-mixins layer
LTS_LINUX_FIRMWARE_MIXIN_DEFAULT_PREFERENCE = "1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This should be set via setting the DEFAULT_PREFERENCE in the bbappend


LICENSE_PATH += "${LAYERDIR}/licenses"

BBFILES_DYNAMIC += " \
Expand Down
Loading