summaryrefslogtreecommitdiffstats
path: root/images/enea-edge-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-edge-common.inc')
-rw-r--r--images/enea-edge-common.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/images/enea-edge-common.inc b/images/enea-edge-common.inc
new file mode 100644
index 0000000..5472056
--- /dev/null
+++ b/images/enea-edge-common.inc
@@ -0,0 +1,26 @@
1require images/enea-image-common.inc
2
3IMAGE_FEATURES += "ssh-server-openssh"
4
5IMAGE_INSTALL += " \
6 packagegroup-enea-virtualization \
7 kernel-modules \
8 "
9
10# run-postinsts duplicates dpkg-configure if package_deb is used
11PACKAGE_INSTALL_remove = "${@bb.utils.contains('PACKAGE_CLASSES', 'package_deb', 'run-postinsts', '', d)}"
12
13# After installing packages inside the rootfs, remove backup DPKG status file
14rootfs_postinstall_dpkg_cleanup () {
15 if ${@bb.utils.contains('PACKAGE_CLASSES', 'package_deb', 'true', 'false', d)}; then
16 rm -f ${IMAGE_ROOTFS}/var/lib/dpkg/status-old
17 fi
18}
19ROOTFS_POSTINSTALL_COMMAND_append += " rootfs_postinstall_dpkg_cleanup;"
20
21IMAGE_FSTYPES = "ext4 ext4.gz tar.gz"
22
23# Add ostree specific image types if sota support is set
24IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'sota', 'otaimg wic', ' ', d)}"
25SOTA_CLIENT = ""
26SOTA_CLIENT_PROV = ""