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
17 changes: 17 additions & 0 deletions ci/qcom-quickboot.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

# By default, this YAML enables QuickBoot feature.
# But, subsystems (Audio, Camera, Display) can be enabled individually.
#
# For example, set the variable as below
# To enable display only : QUICKBOOT_SUBSYSTEMS = "display"
# To enable audio and display : QUICKBOOT_SUBSYSTEMS = "audio display"
# To enable all : QUICKBOOT_SUBSYSTEMS = "audio camera display"
#
local_conf_header:
quickboot_features: |
DISTRO_FEATURES:append = " quickboot"
QUICKBOOT_SUBSYSTEMS = " "
Loading