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
8 changes: 8 additions & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@ jobs:
type: default
include:
# Additional builds for specific machines
- machine: qcom-armv8a
distro:
name: nodistro-nogl
yamlfile: ':ci/test-oe-nogl.yml'
kernel:
type: default
dirname: ""
yamlfile: ""
- machine: qcom-armv8a
distro:
name: qcom-distro
Expand Down
18 changes: 18 additions & 0 deletions ci/test-oe-nogl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json

header:
version: 14

repos:
meta-openembedded:
url: https://github.com/openembedded/meta-openembedded
patches:
plain:
repo: meta-qcom
path: patches/meta-oe/0001-mariadb-fix-building-for-the-ARMv8.3-A-and-later-sys.patch
Comment thread
quaresmajose marked this conversation as resolved.
layers:
meta-oe:

local_conf_header:
nogl: |
DISTRO_FEATURES:remove = "opengl"
Loading