Message ID | 20221110124503.274124-2-Quirin.Gylstorff@siemens.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | SWUpdate abort on installing indentical image | expand |
diff --git a/kas/opt/ebg-swu.yml b/kas/opt/ebg-swu.yml index ce37c36..6aa411b 100644 --- a/kas/opt/ebg-swu.yml +++ b/kas/opt/ebg-swu.yml @@ -20,7 +20,7 @@ local_conf_header: SWUPDATE_BOOTLOADER = "efibootguard" IMAGE_INSTALL_remove = "u-boot-script" ebg_swu_image_options: | - CIP_IMAGE_OPTIONS_append = " efibootguard.inc image-uuid.inc" + CIP_IMAGE_OPTIONS_append = " efibootguard.inc" initramfs: | INITRAMFS_INSTALL_append = " initramfs-abrootfs-hook" firmware-binaries: | diff --git a/recipes-core/images/image-uuid.inc b/recipes-core/images/image-uuid.inc deleted file mode 100644 index 5e5a727..0000000 --- a/recipes-core/images/image-uuid.inc +++ /dev/null @@ -1,12 +0,0 @@ -# -# CIP Core, generic profile -# -# Copyright (c) Siemens AG, 2022 -# -# Authors: -# Jan Kiszka <jan.kiszka@siemens.com> -# -# SPDX-License-Identifier: MIT -# - -inherit image_uuid diff --git a/recipes-core/images/swupdate.inc b/recipes-core/images/swupdate.inc index edc41a0..6cf9bb1 100644 --- a/recipes-core/images/swupdate.inc +++ b/recipes-core/images/swupdate.inc @@ -9,6 +9,7 @@ # SPDX-License-Identifier: MIT # +inherit image_uuid inherit swupdate inherit read-only-rootfs