summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/core-image-minimal-initramfs.bbappend2
-rw-r--r--images/enea-nfv-access-common.inc2
2 files changed, 4 insertions, 0 deletions
diff --git a/images/core-image-minimal-initramfs.bbappend b/images/core-image-minimal-initramfs.bbappend
index 5512158..013463a 100644
--- a/images/core-image-minimal-initramfs.bbappend
+++ b/images/core-image-minimal-initramfs.bbappend
@@ -7,6 +7,8 @@ PACKAGE_INSTALL_append_sota = " ostree-switchroot"
7# run-postinsts does not belong in the minimal initramfs 7# run-postinsts does not belong in the minimal initramfs
8PACKAGE_INSTALL_remove = "run-postinsts" 8PACKAGE_INSTALL_remove = "run-postinsts"
9 9
10PACKAGE_EXCLUDE_x86-64_sota += "grub-common-extras"
11
10create_enea_symlink() { 12create_enea_symlink() {
11 # enea image used in bare metal installation 13 # enea image used in bare metal installation
12 cd ${DEPLOY_DIR_IMAGE} 14 cd ${DEPLOY_DIR_IMAGE}
diff --git a/images/enea-nfv-access-common.inc b/images/enea-nfv-access-common.inc
index df93026..2a7a8c6 100644
--- a/images/enea-nfv-access-common.inc
+++ b/images/enea-nfv-access-common.inc
@@ -10,6 +10,8 @@ IMAGE_INSTALL += " \
10# run-postinsts duplicates dpkg-configure if package_deb is used 10# run-postinsts duplicates dpkg-configure if package_deb is used
11PACKAGE_INSTALL_remove = "${@bb.utils.contains('PACKAGE_CLASSES', 'package_deb', 'run-postinsts', '', d)}" 11PACKAGE_INSTALL_remove = "${@bb.utils.contains('PACKAGE_CLASSES', 'package_deb', 'run-postinsts', '', d)}"
12 12
13PACKAGE_EXCLUDE_x86-64_sota += "grub-common-extras"
14
13# After installing packages inside the rootfs, remove backup DPKG status file 15# After installing packages inside the rootfs, remove backup DPKG status file
14rootfs_postinstall_dpkg_cleanup () { 16rootfs_postinstall_dpkg_cleanup () {
15 if ${@bb.utils.contains('PACKAGE_CLASSES', 'package_deb', 'true', 'false', d)}; then 17 if ${@bb.utils.contains('PACKAGE_CLASSES', 'package_deb', 'true', 'false', d)}; then