fix(swupdate): re-adding swupdate and .swu image generation

This commit is contained in:
Darko Trogrlic 2023-01-30 16:04:07 +01:00
parent 711b0f08bd
commit 5f658cf199
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ functionality installed."
inherit coreos-image
IMAGE_FEATURES += "ssh-server podman dev-tools cockpit networkmanager"
IMAGE_INSTALL:append = " packagegroup-core-full-cmdline"
IMAGE_FEATURES += "ssh-server podman dev-tools cockpit networkmanager swupdate"
IMAGE_INSTALL:append = " packagegroup-core-full-cmdline swupdate-www"