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
17 changes: 17 additions & 0 deletions ci/qcom-distro-multimedia-demo-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json

header:
version: 14
includes:
- ci/qcom-distro-multimedia-image.yml

repos:
meta-browser:
branch: master
url: https://github.com/OSSystems/meta-browser
layers:
meta-chromium:

target:
- qcom-multimedia-demo-image
- qcom-multimedia-demo-proprietary-image
9 changes: 9 additions & 0 deletions recipes-products/images/qcom-multimedia-demo-image.bb
Comment thread
Ashwin-Prabhakar marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require qcom-multimedia-image.bb

SUMMARY = "Feature rich Weston Wayland image with support for browser and other demos"

EXCLUDE_FROM_WORLD = "1"
Comment thread
Ashwin-Prabhakar marked this conversation as resolved.

CORE_IMAGE_BASE_INSTALL += " \
${@bb.utils.contains('BBFILE_COLLECTIONS', 'chromium-browser-layer', 'chromium-ozone-wayland', '', d)} \
"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
require qcom-multimedia-proprietary-image.bb
Comment thread
Ashwin-Prabhakar marked this conversation as resolved.
Comment thread
Ashwin-Prabhakar marked this conversation as resolved.

SUMMARY = "Feature rich Weston Wayland image with support for browser and other demos"

EXCLUDE_FROM_WORLD = "1"

CORE_IMAGE_BASE_INSTALL += " \
${@bb.utils.contains('BBFILE_COLLECTIONS', 'chromium-browser-layer', 'chromium-ozone-wayland', '', d)} \
"
Loading