similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot-native_259.3.bb
rename to meta/recipes-core/systemd/systemd-boot-native_259.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot_259.3.bb
rename to meta/recipes-core/systemd/systemd-boot_259.5.bb
similarity index 99%
rename from meta/recipes-core/systemd/systemd-systemctl-native_259.3.bb
rename to meta/recipes-core/systemd/systemd-systemctl-native_259.5.bb
@@ -26,3 +26,4 @@ do_install:append() {
# added along with it, should be reverted.
install -Dm 0755 ${S}/src/systemctl/systemd-sysv-install.SKELETON ${D}${bindir}/systemd-sysv-install
}
+
@@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=c09786363500a9acc29b147e6e72d2c6 \
file://LICENSE.LGPL2.1;md5=be0aaf4a380f73f7e00b420a007368f2"
-SRCREV = "32bc9ae9f58aed3fa06e111b55fc157a3fe1322b"
+SRCREV = "b3d8fc43e9cb531d958c17ef2cd93b374bc14e8a"
SRCBRANCH = "v259-stable"
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH};tag=v${PV}"
@@ -1,8 +1,8 @@
-From b1ab58d3b4a8164e5978409706d6769f5cfde404 Mon Sep 17 00:00:00 2001
+From 89f135a936a18a9243018df7a8262d595f720480 Mon Sep 17 00:00:00 2001
From: Chen Qi <Qi.Chen@windriver.com>
Date: Thu, 21 Feb 2019 16:23:24 +0800
-Subject: [PATCH 01/16] binfmt: Don't install dependency links at install time
- for the binfmt services
+Subject: [PATCH] binfmt: Don't install dependency links at install time for
+ the binfmt services
use [Install] blocks so that they get created when the service is enabled
like a traditional service.
@@ -25,10 +25,10 @@ Signed-off-by: Scott Murray <scott.murray@konsulko.com>
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/units/meson.build b/units/meson.build
-index 4f47a3b2bd..237870025b 100644
+index 12cf47d797..554c01860a 100644
--- a/units/meson.build
+++ b/units/meson.build
-@@ -154,7 +154,6 @@ units = [
+@@ -160,7 +160,6 @@ units = [
{
'file' : 'proc-sys-fs-binfmt_misc.automount',
'conditions' : ['ENABLE_BINFMT'],
@@ -36,7 +36,7 @@ index 4f47a3b2bd..237870025b 100644
},
{
'file' : 'proc-sys-fs-binfmt_misc.mount',
-@@ -263,7 +262,6 @@ units = [
+@@ -269,7 +268,6 @@ units = [
{
'file' : 'systemd-binfmt.service.in',
'conditions' : ['ENABLE_BINFMT'],
@@ -74,6 +74,3 @@ index 318bf8efc2..6ef684861d 100644
+
+[Install]
+WantedBy=sysinit.target
-2.34.1
-
@@ -1,7 +1,7 @@
-From 08ab9f1eaa86ca2c6a0bb45219a0153495708acb Mon Sep 17 00:00:00 2001
+From 19fef7b162d879df99929664aa08a62cc53d2591 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 5 Sep 2015 06:31:47 +0000
-Subject: [PATCH 02/16] implment systemd-sysv-install for OE
+Subject: [PATCH] implment systemd-sysv-install for OE
Use update-rc.d for enabling/disabling and status command
to check the status of the sysv service
@@ -38,6 +38,3 @@ index cb58d8243b..000bdf6165 100755
;;
*)
usage ;;
-2.34.1
-
@@ -1,7 +1,7 @@
-From a7f6a296707642d05463aec22ea3dfce7d06c989 Mon Sep 17 00:00:00 2001
+From 1a90a477db5b84425b5d7938f5c10d92eed14910 Mon Sep 17 00:00:00 2001
From: Peter Kjellerstedt <pkj@axis.com>
Date: Tue, 21 Jan 2025 05:02:00 +0100
-Subject: [PATCH 03/16] Do not create /var/log/README
+Subject: [PATCH] Do not create /var/log/README
/var/log/README is a link to /usr/share/doc/systemd/README.logs. The
latter is packaged in systemd-doc and likely not installed, which leaves
@@ -28,6 +28,3 @@ index cdef21fa9b..03798c953e 100644
{% if HAVE_SYSV_COMPAT %}
# /run/lock/subsys is used for serializing SysV service execution, and
-2.34.1
-
similarity index 100%
rename from meta/recipes-core/systemd/systemd_259.3.bb
rename to meta/recipes-core/systemd/systemd_259.5.bb
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *systemd,systemd-boot-native,systemd-boot,systemd-systemctl-native* to *259.5,259.5,259.5,259.5* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-systemd-systemd-boot-native-systemd-boot-systemd-sys.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 19e20c8bd7eeb1277fd5c3bebc62b949c608fe17 Mon Sep 17 00:00:00 2001 From: Upgrade Helper <auh@yoctoproject.org> Date: Sun, 15 Mar 2026 05:18:06 +0000 Subject: [PATCH] systemd,systemd-boot-native,systemd-boot,systemd-systemctl-native: upgrade 259.3 -> 259.5,259.3 -> 259.5,259.3 -> 259.5,259.3 -> 259.5 --- ...tive_259.3.bb => systemd-boot-native_259.5.bb} | 0 ...ystemd-boot_259.3.bb => systemd-boot_259.5.bb} | 0 ...259.3.bb => systemd-systemctl-native_259.5.bb} | 1 + meta/recipes-core/systemd/systemd.inc | 2 +- ...-install-dependency-links-at-install-tim.patch | 15 ++++++--------- ...002-implment-systemd-sysv-install-for-OE.patch | 7 ++----- .../0003-Do-not-create-var-log-README.patch | 7 ++----- .../{systemd_259.3.bb => systemd_259.5.bb} | 0 8 files changed, 12 insertions(+), 20 deletions(-) rename meta/recipes-core/systemd/{systemd-boot-native_259.3.bb => systemd-boot-native_259.5.bb} (100%) rename meta/recipes-core/systemd/{systemd-boot_259.3.bb => systemd-boot_259.5.bb} (100%) rename meta/recipes-core/systemd/{systemd-systemctl-native_259.3.bb => systemd-systemctl-native_259.5.bb} (99%) rename meta/recipes-core/systemd/{systemd_259.3.bb => systemd_259.5.bb} (100%)