Pull request #42: fix(swupdate): re-adding swupdate and .swu image generation

Merge in ICO/coreos from adding_swupdate to master

* commit '5f658cf199c081bf52306bb4a8ee520f4b729d5e':
  fix(swupdate): re-adding swupdate and .swu image generation
This commit is contained in:
Darko Trogrlic 2023-01-30 16:19:05 +01:00
commit d2681f8f7a
1 changed files with 2 additions and 2 deletions

View File

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