|
@@ -4,6 +4,21 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
+# When updating systemd, take care of the following:
|
|
|
+# - Check if the requirements have changed (see README), in particular
|
|
|
+# arch and headers
|
|
|
+# - If yes, propagate the dependencies to BR2_INIT_SYSTEMD
|
|
|
+# - If the required kernel options have changed, update the Config.in
|
|
|
+# help text and the list of KCONFIG_ENABLE_OPT.
|
|
|
+# - Check if there are new meson_options. Make sure all options are set
|
|
|
+# explicitly (usually to default value).
|
|
|
+# - If there are new services:
|
|
|
+# - create new options for them (if they really are optional);
|
|
|
+# - create a new _USER if necessary;
|
|
|
+# - create new directory (with _PERMISSIONS) if necessary.
|
|
|
+# - Diff sysusers.d with the previous version
|
|
|
+# - Diff factory/etc/nsswitch.conf with the previous version
|
|
|
+# (details are often sprinkled around in README and manpages)
|
|
|
SYSTEMD_VERSION = 250.1
|
|
|
SYSTEMD_SITE = $(call github,systemd,systemd-stable,v$(SYSTEMD_VERSION))
|
|
|
SYSTEMD_LICENSE = \
|