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
3 changes: 3 additions & 0 deletions recipes-products/images/qcom-multimedia-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ CORE_IMAGE_BASE_INSTALL += " \
wireplumber \
"

# IMSDK currently only used and tested on ARMv8 (aarch64) machines.
CORE_IMAGE_BASE_INSTALL:append:aarch64 = " gst-plugins-imsdk-oss-meta"
Copy link
Contributor

Choose a reason for hiding this comment

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

Two separate commits, please.


# let's make sure we have a good image.
REQUIRED_DISTRO_FEATURES += "wayland"
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CORE_IMAGE_BASE_INSTALL += " \
camx-lemans \
camx-nhx \
camx-talos \
gst-plugins-imsdk \
iris-video-dlkm \
kgsl-dlkm \
libdiag-bin \
Expand Down
Loading