feat(swupdate): install swupdate-progress by default
swupdate-progress will automatically restart the device after an update.
This commit is contained in:
parent
34717ecbda
commit
57107f5cea
|
|
@ -14,7 +14,7 @@ FEATURE_PACKAGES_networkmanager = "networkmanager networkmanager-nmcli"
|
|||
FEATURE_PACKAGES_networkmanager-dev-tools = "networkmanager-nmtui"
|
||||
FEATURE_PACKAGES_networkmanager-cockpit = "cockpit-networkmanager"
|
||||
|
||||
FEATURE_PACKAGES_swupdate = "swupdate swupdate-client swupdate-lua"
|
||||
FEATURE_PACKAGES_swupdate = "packagegroup-coreos-swupdate"
|
||||
|
||||
# The cockpit feature automatically install the corresponding
|
||||
# *-cockpit FEATURES_PACKAGES for any image features
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
SUMMARY = "Add CoreOS swupdate backends and integrations packages"
|
||||
DESCRIPTION = "Install swupdate and related components"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
|
||||
PACKAGES = "\
|
||||
${PN} \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
swupdate \
|
||||
swupdate-progress \
|
||||
swupdate-client \
|
||||
swupdate-lua \
|
||||
"
|
||||
Loading…
Reference in New Issue