Skip to content
Merged
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
4 changes: 4 additions & 0 deletions kas/image-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ header:

target:
- core-image-minimal

local_conf_header:
baseimages: |
IMAGE_INSTALL:append = " zstd"
3 changes: 3 additions & 0 deletions kas/test-new-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ local_conf_header:
# example package to test --ignore-proprietary option
IMAGE_INSTALL:append = " i2c-tools example"
LICENSE_FLAGS_ACCEPTED .= "commercial "
# packages to test new/old packages are reported but not their packageconfig
IMAGE_INSTALL:append = " rsync"
IMAGE_INSTALL:remove = " zstd"