22 lines
646 B
Plaintext
22 lines
646 B
Plaintext
require conf/distro/sota.conf.inc
|
|
require netmodule-linux.conf
|
|
DISTRO = "netmodule-linux-ostree"
|
|
DISTRO_VARIANT = " with ostree"
|
|
|
|
# This variable is set in sota.conf.inc and is forcing a timestamp on several files,
|
|
# including /etc/version
|
|
# It must be set but empty to keep our custom /etc/version file
|
|
REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
|
|
|
|
OSTREE_INITRAMFS_FSTYPES = "ext4.gz.u-boot"
|
|
OSTREE_COMMIT_SUBJECT = "${IMAGE_BASENAME};${DISTRO_VERSION}"
|
|
|
|
# Unneeded tools added by sota class
|
|
IMAGE_INSTALL:remove = "aktualizr aktualizr-info"
|
|
|
|
SOTA_CLIENT = " "
|
|
SOTA_CLIENT_PROV = " "
|
|
|
|
OSTREE_KERNEL = "fitImage-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}"
|
|
|