Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- qcom-armv7a
distro:
- name: poky/systemd
yamlfile: ""
yamlfile: 'ci/localconfmods.yml:'
Copy link
Contributor

Choose a reason for hiding this comment

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

localconf.yml?

- name: qcom
yamlfile: 'ci/distro.yml:'
runs-on: [self-hosted, x86]
Expand Down
8 changes: 0 additions & 8 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,10 @@ repos:
meta-poky:

local_conf_header:
base: |
CONF_VERSION = "2"
INIT_MANAGER = "systemd"
PACKAGE_CLASSES = "package_ipk"
INHERIT += "buildstats buildstats-summary"
Copy link
Contributor

Choose a reason for hiding this comment

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

the 3 INHERIT in there, I see them as 'CI' configs that we want to enforce. I think we should keep them here.
First buildstats now is required since f6cfffd, and buildhistory I would like eventually to keep a copy of all our builds, so it would be required too.

rm_work while not needed in CI with throw away instances, is really a nice user feature, which should be kept by default too.

INHERIT += "buildhistory"
INHERIT += "rm_work"
qcomflash: |
IMAGE_CLASSES += "image_types_qcom"
IMAGE_FSTYPES += "qcomflash"
extra: |
DISTRO_FEATURES:append = " efi pni-names"
EXTRA_IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
IMAGE_ROOTFS_EXTRA_SPACE = "307200"

Expand Down
15 changes: 15 additions & 0 deletions ci/localconfmods.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json

header:
version: 14

local_conf_header:
base: |
CONF_VERSION = "2"
INIT_MANAGER = "systemd"
PACKAGE_CLASSES = "package_ipk"
INHERIT += "buildstats buildstats-summary"
INHERIT += "buildhistory"
INHERIT += "rm_work"
extra: |
DISTRO_FEATURES:append = " efi pni-names"
Loading