Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ require qcom-multimedia-image.bb

SUMMARY = "An image built on top of multimedia image for proprietary features"

# Use proprietary diag-router instead of open-source diag
PREFERRED_PROVIDER_virtual-diag-router = "diag-router"
Copy link
Contributor

Choose a reason for hiding this comment

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

It doesn't work this way


# This image is compatible only with aarch64 (ARMv8)
COMPATIBLE_MACHINE = "^$"
COMPATIBLE_MACHINE:aarch64 = "(.*)"
Expand All @@ -11,6 +14,7 @@ CORE_IMAGE_BASE_INSTALL += " \
iris-video-dlkm \
kgsl-dlkm \
qcom-adreno \
virtual-diag-router \
"
CORE_IMAGE_BASE_INSTALL:append = " \
${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-audioreach', ' packagegroup-audioreach', '', d)} \
Expand Down