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 <[email protected]>
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%)
diff --git a/meta/recipes-core/systemd/systemd-boot-native_259.3.bb
b/meta/recipes-core/systemd/systemd-boot-native_259.5.bb
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
diff --git a/meta/recipes-core/systemd/systemd-boot_259.3.bb
b/meta/recipes-core/systemd/systemd-boot_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
diff --git a/meta/recipes-core/systemd/systemd-systemctl-native_259.3.bb
b/meta/recipes-core/systemd/systemd-systemctl-native_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
index 3d01d60e9c..6b6b2795a1 100644
--- a/meta/recipes-core/systemd/systemd-systemctl-native_259.3.bb
+++ b/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
}
+
diff --git a/meta/recipes-core/systemd/systemd.inc
b/meta/recipes-core/systemd/systemd.inc
index 52171acad5..b636d6e8b4 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -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}"
diff --git
a/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch
b/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch
index 8061ff1000..d79a58103b 100644
---
a/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch
+++
b/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch
@@ -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 <[email protected]>
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 <[email protected]>
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
-
diff --git
a/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch
b/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch
index 7529abe668..f29b6bb87d 100644
---
a/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch
+++
b/meta/recipes-core/systemd/systemd/0002-implment-systemd-sysv-install-for-OE.patch
@@ -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 <[email protected]>
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
-
diff --git
a/meta/recipes-core/systemd/systemd/0003-Do-not-create-var-log-README.patch
b/meta/recipes-core/systemd/systemd/0003-Do-not-create-var-log-README.patch
index 1d3c4f83c0..14b7a84158 100644
--- a/meta/recipes-core/systemd/systemd/0003-Do-not-create-var-log-README.patch
+++ b/meta/recipes-core/systemd/systemd/0003-Do-not-create-var-log-README.patch
@@ -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 <[email protected]>
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
-
diff --git a/meta/recipes-core/systemd/systemd_259.3.bb
b/meta/recipes-core/systemd/systemd_259.5.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd_259.3.bb
rename to meta/recipes-core/systemd/systemd_259.5.bb
--
2.47.1
packages/x86-64-v3-poky-linux/systemd-boot: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot: SRC_URI changed from "git://github.com/systemd/systemd.git;protocol=https;branch=v259-stable;tag=v259.3" to "git://github.com/systemd/systemd.git;protocol=https;branch=v259-stable;tag=v259.5" packages/x86-64-v3-poky-linux/systemd-boot: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-dbg: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-dbg: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-dev: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-dev: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-doc: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-doc: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-locale: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-locale: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-src: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-src: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-staticdev: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot-staticdev: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd-boot/systemd-boot: PKGSIZE changed from 141824 to 142336 (+0%) packages/x86-64-v3-poky-linux/systemd: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd: SRC_URI changed from "git://github.com/systemd/systemd.git;protocol=https;branch=v259-stable;tag=v259.3 file://touchscreen.rules file://00-create-volatile.conf file://org.freedesktop.hostname1_no_polkit.conf file://00-hostnamed-network-user.conf file://init file://99-default.preset file://systemd-pager.sh file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch file://0002-implment-systemd-sysv-install-for-OE.patch file://0003-Do-not-create-var-log-README.patch" to "git://github.com/systemd/systemd.git;protocol=https;branch=v259-stable;tag=v259.5 file://touchscreen.rules file://00-create-volatile.conf file://org.freedesktop.hostname1_no_polkit.conf file://00-hostnamed-network-user.conf file://init file://99-default.preset file://systemd-pager.sh file://0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch file://0002-implment-systemd-sysv-install-for-OE.patch file://0003-Do-not-create-var-log-README.patch" packages/x86-64-v3-poky-linux/systemd: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libnss-myhostname: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libnss-myhostname: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libnss-mymachines: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libnss-mymachines: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libnss-resolve: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libnss-resolve: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libnss-systemd: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libnss-systemd: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libsystemd-shared: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libsystemd-shared: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libsystemd: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libsystemd: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/libudev: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/libudev: PV changed from "259.3" to "259.5" Changes to packages/x86-64-v3-poky-linux/systemd (sysroot): /usr/share/zsh/site-functions/_systemd-id128 was added /usr/share/zsh/site-functions/_userdbctl was added packages/x86-64-v3-poky-linux/systemd/systemd-analyze: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-analyze: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-bash-completion: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-bash-completion: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-binfmt: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-binfmt: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-container: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-container: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-crypt: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-crypt: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-dbg: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-dbg: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-dbg: PKGSIZE changed from 91957760 to 91976848 (+0%) packages/x86-64-v3-poky-linux/systemd/systemd-dev: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-dev: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-dev: PKGSIZE changed from 251959 to 252198 (+0%) packages/x86-64-v3-poky-linux/systemd/systemd-doc: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-doc: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-extra-utils: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-extra-utils: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-gui: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-gui: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-initramfs: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-initramfs: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-journal-gatewayd: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-journal-gatewayd: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-journal-remote: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-journal-remote: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-journal-upload: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-journal-upload: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-kernel-install: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-kernel-install: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ar: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ar: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-be+latin: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-be+latin: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-be: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-be: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-bg: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-bg: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ca: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ca: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-cs: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-cs: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-da: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-da: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-de: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-de: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-el: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-el: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-es: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-es: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-et: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-et: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-eu: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-eu: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-fi: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-fi: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-fr: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-fr: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-gl: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-gl: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-he: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-he: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-hi: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-hi: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-hr: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-hr: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-hu: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-hu: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ia: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ia: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-id: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-id: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-it: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-it: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ja: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ja: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ka: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ka: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-kab: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-kab: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-km: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-km: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-kn: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-kn: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ko: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ko: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-kw: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-kw: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-lt: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-lt: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-nl: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-nl: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-pa: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-pa: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-pl: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-pl: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-pt-br: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-pt-br: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-pt: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-pt: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ro: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ro: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-ru: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-ru: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-si: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-si: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-sk: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-sk: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-sl: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-sl: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-sr: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-sr: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-sv: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-sv: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-tr: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-tr: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-uk: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-uk: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-zh-cn: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-zh-cn: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-locale-zh-tw: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-locale-zh-tw: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-mime: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-mime: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-networkd: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-networkd: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-networkd: PKGSIZE changed from 2291717 to 2295813 (+0%) packages/x86-64-v3-poky-linux/systemd/systemd-rpm-macros: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-rpm-macros: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-src: FILELIST: directory renamed /usr/src/debug/systemd/259.3/src/libsystemd-network -> /usr/src/debug/systemd/259.5/src/libsystemd-network, directory renamed /usr/src/debug/systemd/259.3/src/system-update-generator -> /usr/src/debug/systemd/259.5/src/system-update-generator, directory renamed /usr/src/debug/systemd/259.3/src/stdio-bridge -> /usr/src/debug/systemd/259.5/src/stdio-bridge, directory renamed /usr/src/debug/systemd/259.3/src/validatefs -> /usr/src/debug/systemd/259.5/src/validatefs, directory renamed /usr/src/debug/systemd/259.3/src/userdb -> /usr/src/debug/systemd/259.5/src/userdb, directory renamed /usr/src/debug/systemd/259.3/src/udev/scsi_id -> /usr/src/debug/systemd/259.5/src/udev/scsi_id, directory renamed /usr/src/debug/systemd/259.3/src/include/override -> /usr/src/debug/systemd/259.5/src/include/override, directory renamed /usr/src/debug/systemd/259.3/src/update-utmp -> /usr/src/debug/systemd/259.5/src/update-utmp, d irectory renamed /usr/src/debug/systemd/259.3/src/include/override/sys -> /usr/src/debug/systemd/259.5/src/include/override/sys, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-daemon -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-daemon, directory renamed /usr/src/debug/systemd/259.3/src/mute-console -> /usr/src/debug/systemd/259.5/src/mute-console, directory renamed /usr/src/debug/systemd/259.3/src/fsck -> /usr/src/debug/systemd/259.5/src/fsck, directory renamed /usr/src/debug/systemd/259.3/src/udev/cdrom_id -> /usr/src/debug/systemd/259.5/src/udev/cdrom_id, directory renamed /usr/src/debug/systemd/259.3/src/quotacheck -> /usr/src/debug/systemd/259.5/src/quotacheck, directory renamed /usr/src/debug/systemd/259.3/src/delta -> /usr/src/debug/systemd/259.5/src/delta, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-id128 -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-id128, directory renamed /usr/src/debug/systemd/259.3/src/mount -> /usr/src/deb ug/systemd/259.5/src/mount, directory renamed /usr/src/debug/systemd/259.3/src/include/uapi/linux/hdlc -> /usr/src/debug/systemd/259.5/src/include/uapi/linux/hdlc, directory renamed /usr/src/debug/systemd/259.3/src/include/uapi/linux/can -> /usr/src/debug/systemd/259.5/src/include/uapi/linux/can, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-path -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-path, directory renamed /usr/src/debug/systemd/259.3/src/login -> /usr/src/debug/systemd/259.5/src/login, directory renamed /usr/src/debug/systemd/259.3/src/kernel-install -> /usr/src/debug/systemd/259.5/src/kernel-install, directory renamed /usr/src/debug/systemd/259.3/src/tty-ask-password-agent -> /usr/src/debug/systemd/259.5/src/tty-ask-password-agent, directory renamed /usr/src/debug/systemd/259.3/src/network/generator -> /usr/src/debug/systemd/259.5/src/network/generator, directory renamed /usr/src/debug/systemd/259.3/src/id128 -> /usr/src/debug/systemd/259.5/src/id12 8, directory renamed /usr/src/debug/systemd/259.3/src/ptyfwd -> /usr/src/debug/systemd/259.5/src/ptyfwd, directory renamed /usr/src/debug/systemd/259.3/src/libudev -> /usr/src/debug/systemd/259.5/src/libudev, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-login -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-login, directory renamed /usr/src/debug/systemd/259.3/src/gpt-auto-generator -> /usr/src/debug/systemd/259.5/src/gpt-auto-generator, directory renamed /usr/src/debug/systemd/259.3/src/systemd -> /usr/src/debug/systemd/259.5/src/systemd, directory renamed /usr/src/debug/systemd/259.3/src/busctl -> /usr/src/debug/systemd/259.5/src/busctl, directory renamed /usr/src/debug/systemd/259.3/src/cgls -> /usr/src/debug/systemd/259.5/src/cgls, directory renamed /usr/src/debug/systemd/259.3/src/run-generator -> /usr/src/debug/systemd/259.5/src/run-generator, directory renamed /usr/src/debug/systemd/259.3/src/fundamental -> /usr/src/debug/systemd/259.5/src/fundamental, di rectory renamed /usr/src/debug/systemd/259.3/src/analyze -> /usr/src/debug/systemd/259.5/src/analyze, directory renamed /usr/src/debug/systemd/259.3/src/libc -> /usr/src/debug/systemd/259.5/src/libc, directory renamed /usr/src/debug/systemd/259.3/src/core -> /usr/src/debug/systemd/259.5/src/core, directory renamed /usr/src/debug/systemd/259.3/src/rfkill -> /usr/src/debug/systemd/259.5/src/rfkill, directory renamed /usr/src/debug/systemd/259.3/src/udev/v4l_id -> /usr/src/debug/systemd/259.5/src/udev/v4l_id, directory renamed /usr/src/debug/systemd/259.3/src/debug-generator -> /usr/src/debug/systemd/259.5/src/debug-generator, directory renamed /usr/src/debug/systemd/259.3/src/fstab-generator -> /usr/src/debug/systemd/259.5/src/fstab-generator, directory renamed /usr/src/debug/systemd/259.3/src/include/uapi/linux/sched -> /usr/src/debug/systemd/259.5/src/include/uapi/linux/sched, directory renamed /usr/src/debug/systemd/259.3/src/nss-mymachines -> /usr/src/debug/systemd/259.5/src/nss-m ymachines, directory renamed /usr/src/debug/systemd/259.3/src/cgtop -> /usr/src/debug/systemd/259.5/src/cgtop, directory renamed /usr/src/debug/systemd/259.3/src/timesync -> /usr/src/debug/systemd/259.5/src/timesync, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-resolve -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-resolve, directory renamed /usr/src/debug/systemd/259.3/src/hostname -> /usr/src/debug/systemd/259.5/src/hostname, directory renamed /usr/src/debug/systemd/259.3/src/timedate -> /usr/src/debug/systemd/259.5/src/timedate, directory renamed /usr/src/debug/systemd/259.3/src/vconsole -> /usr/src/debug/systemd/259.5/src/vconsole, directory renamed /usr/src/debug/systemd/259.3/src/dissect -> /usr/src/debug/systemd/259.5/src/dissect, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-netlink -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-netlink, directory renamed /usr/src/debug/systemd/259.3/src/tmpfiles -> /usr/src/debug/systemd/259.5/sr c/tmpfiles, directory renamed /usr/src/debug/systemd/259.3/src/udev/dmi_memory_id -> /usr/src/debug/systemd/259.5/src/udev/dmi_memory_id, directory renamed /usr/src/debug/systemd/259.3/src/include/uapi/linux -> /usr/src/debug/systemd/259.5/src/include/uapi/linux, directory renamed /usr/src/debug/systemd/259.3/src/network/netdev -> /usr/src/debug/systemd/259.5/src/network/netdev, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-network -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-network, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-hwdb -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-hwdb, directory renamed /usr/src/debug/systemd/259.3/src/bootctl -> /usr/src/debug/systemd/259.5/src/bootctl, directory renamed /usr/src/debug/systemd/259.3/src/include/override/net -> /usr/src/debug/systemd/259.5/src/include/override/net, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-device -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-d evice, directory renamed /usr/src/debug/systemd/259.3/src/include/override/linux -> /usr/src/debug/systemd/259.5/src/include/override/linux, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-varlink -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-varlink, directory renamed /usr/src/debug/systemd/259.3/src/nss-resolve -> /usr/src/debug/systemd/259.5/src/nss-resolve, directory renamed /usr/src/debug/systemd/259.3/src/notify -> /usr/src/debug/systemd/259.5/src/notify, directory renamed /usr/src/debug/systemd/259.3/src/machine -> /usr/src/debug/systemd/259.5/src/machine, directory renamed /usr/src/debug/systemd/259.3/src/ask-password -> /usr/src/debug/systemd/259.5/src/ask-password, directory renamed /usr/src/debug/systemd/259.3/src/growfs -> /usr/src/debug/systemd/259.5/src/growfs, directory renamed /usr/src/debug/systemd/259.3/src/include/uapi/linux/netfilter -> /usr/src/debug/systemd/259.5/src/include/uapi/linux/netfilter, directory renamed /usr/src/debug/systemd/259 .3/src/sulogin-shell -> /usr/src/debug/systemd/259.5/src/sulogin-shell, directory renamed /usr/src/debug/systemd/259.3/src/basic -> /usr/src/debug/systemd/259.5/src/basic, directory renamed /usr/src/debug/systemd/259.3/src/user-sessions -> /usr/src/debug/systemd/259.5/src/user-sessions, directory renamed /usr/src/debug/systemd/259.3/src/path -> /usr/src/debug/systemd/259.5/src/path, directory renamed /usr/src/debug/systemd/259.3/src/creds -> /usr/src/debug/systemd/259.5/src/creds, directory renamed /usr/src/debug/systemd/259.3/src/rc-local-generator -> /usr/src/debug/systemd/259.5/src/rc-local-generator, directory renamed /usr/src/debug/systemd/259.3/src/binfmt -> /usr/src/debug/systemd/259.5/src/binfmt, directory renamed /usr/src/debug/systemd/259.3/src/network/wait-online -> /usr/src/debug/systemd/259.5/src/network/wait-online, directory renamed /usr/src/debug/systemd/259.3/src/nss-systemd -> /usr/src/debug/systemd/259.5/src/nss-systemd, directory renamed /usr/src/debug/systemd/25 9.3/src/udev/ata_id -> /usr/src/debug/systemd/259.5/src/udev/ata_id, directory renamed /usr/src/debug/systemd/259.3/src/locale -> /usr/src/debug/systemd/259.5/src/locale, directory renamed /usr/src/debug/systemd/259.3/src/include/override/netinet -> /usr/src/debug/systemd/259.5/src/include/override/netinet, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-event -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-event, directory renamed /usr/src/debug/systemd/259.3/src/network/tc -> /usr/src/debug/systemd/259.5/src/network/tc, directory renamed /usr/src/debug/systemd/259.3/src/reply-password -> /usr/src/debug/systemd/259.5/src/reply-password, directory renamed /usr/src/debug/systemd/259.3/src/detect-virt -> /usr/src/debug/systemd/259.5/src/detect-virt, directory renamed /usr/src/debug/systemd/259.3/src/sysctl -> /usr/src/debug/systemd/259.5/src/sysctl, directory renamed /usr/src/debug/systemd/259.3/src/sysv-generator -> /usr/src/debug/systemd/259.5/src/sysv-generator, directory renamed /usr/src/debug/systemd/259.3/src/network -> /usr/src/debug/systemd/259.5/src/network, directory renamed /usr/src/debug/systemd/259.3/src/hibernate-resume -> /usr/src/debug/systemd/259.5/src/hibernate-resume, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-bus -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-bus, directory renamed /usr/src/debug/systemd/259.3/src/udev/fido_id -> /usr/src/debug/systemd/259.5/src/udev/fido_id, directory renamed /usr/src/debug/systemd/259.3/src/battery-check -> /usr/src/debug/systemd/259.5/src/battery-check, directory renamed /usr/src/debug/systemd/259.3/src/machine-id-setup -> /usr/src/debug/systemd/259.5/src/machine-id-setup, directory renamed /usr/src/debug/systemd/259.3/src/ssh-generator -> /usr/src/debug/systemd/259.5/src/ssh-generator, directory renamed /usr/src/debug/systemd/259.3/src/storagetm -> /usr/src/debug/systemd/259.5/src/storagetm, directory renamed /usr/src/debug/systemd/259.3/src/systemctl -> /usr/sr c/debug/systemd/259.5/src/systemctl, directory renamed /usr/src/debug/systemd/259.3/src/journal-remote -> /usr/src/debug/systemd/259.5/src/journal-remote, directory renamed /usr/src/debug/systemd/259.3/src/shared -> /usr/src/debug/systemd/259.5/src/shared, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-journal -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-journal, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-common -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-common, directory renamed /usr/src/debug/systemd/259.3/src/run -> /usr/src/debug/systemd/259.5/src/run, directory renamed /usr/src/debug/systemd/259.3/src/backlight -> /usr/src/debug/systemd/259.5/src/backlight, directory renamed /usr/src/debug/systemd/259.3/src/journal -> /usr/src/debug/systemd/259.5/src/journal, directory renamed /usr/src/debug/systemd/259.3/src/remount-fs -> /usr/src/debug/systemd/259.5/src/remount-fs, directory renamed /usr/src/debug/systemd/259.3/src/bless-boo t -> /usr/src/debug/systemd/259.5/src/bless-boot, directory renamed /usr/src/debug/systemd/259.3/src/socket-proxy -> /usr/src/debug/systemd/259.5/src/socket-proxy, directory renamed /usr/src/debug/systemd/259.3/src/getty-generator -> /usr/src/debug/systemd/259.5/src/getty-generator, directory renamed /usr/src/debug/systemd/259.3/src/nspawn -> /usr/src/debug/systemd/259.5/src/nspawn, directory renamed /usr/src/debug/systemd/259.3/src/udev/mtd_probe -> /usr/src/debug/systemd/259.5/src/udev/mtd_probe, directory renamed /usr/src/debug/systemd/259.3/src/vpick -> /usr/src/debug/systemd/259.5/src/vpick, directory renamed /usr/src/debug/systemd/259.3/src/modules-load -> /usr/src/debug/systemd/259.5/src/modules-load, directory renamed /usr/src/debug/systemd/259.3/src/factory-reset -> /usr/src/debug/systemd/259.5/src/factory-reset, directory renamed /usr/src/debug/systemd/259.3/src/resolve -> /usr/src/debug/systemd/259.5/src/resolve, directory renamed /usr/src/debug/systemd/259.3/src/shutdown -> /usr/src/debug/systemd/259.5/src/shutdown, directory renamed /usr/src/debug/systemd/259.3/src/ac-power -> /usr/src/debug/systemd/259.5/src/ac-power, directory renamed /usr/src/debug/systemd/259.3/src/sysusers -> /usr/src/debug/systemd/259.5/src/sysusers, directory renamed /usr/src/debug/systemd/259.3/src/udev/net -> /usr/src/debug/systemd/259.5/src/udev/net, directory renamed /usr/src/debug/systemd/259.3/src/hwdb -> /usr/src/debug/systemd/259.5/src/hwdb, directory renamed /usr/src/debug/systemd/259.3/src/varlinkctl -> /usr/src/debug/systemd/259.5/src/varlinkctl, directory renamed /usr/src/debug/systemd/259.3/src/udev -> /usr/src/debug/systemd/259.5/src/udev, directory renamed /usr/src/debug/systemd/259.3/src/libsystemd/sd-json -> /usr/src/debug/systemd/259.5/src/libsystemd/sd-json, directory renamed /usr/src/debug/systemd/259.3/src/random-seed -> /usr/src/debug/systemd/259.5/src/random-seed, directory renamed /usr/src/debug/systemd/259.3/src/socket-activate -> /usr/src/debug/sys temd/259.5/src/socket-activate, directory renamed /usr/src/debug/systemd/259.3/src/udev/iocost -> /usr/src/debug/systemd/259.5/src/udev/iocost, directory renamed /usr/src/debug/systemd/259.3/src/volatile-root -> /usr/src/debug/systemd/259.5/src/volatile-root, directory renamed /usr/src/debug/systemd/259.3/src/update-done -> /usr/src/debug/systemd/259.5/src/update-done, directory renamed /usr/src/debug/systemd/259.3/src/sleep -> /usr/src/debug/systemd/259.5/src/sleep, directory renamed /usr/src/debug/systemd/259.3/src/escape -> /usr/src/debug/systemd/259.5/src/escape, directory renamed /usr/src/debug/systemd/259.3/src/environment-d-generator -> /usr/src/debug/systemd/259.5/src/environment-d-generator, directory renamed /usr/src/debug/systemd/259.3/src/nss-myhostname -> /usr/src/debug/systemd/259.5/src/nss-myhostname packages/x86-64-v3-poky-linux/systemd/systemd-src: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-src: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-src: PKGSIZE changed from 28261141 to 28268079 (+0%) packages/x86-64-v3-poky-linux/systemd/systemd-staticdev: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-staticdev: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-udev-rules: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-udev-rules: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-ukify: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-ukify: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-vconsole-setup: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-vconsole-setup: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-zsh-completion: FILELIST: added "/usr/share/zsh/site-functions/_userdbctl /usr/share/zsh/site-functions/_systemd-id128" packages/x86-64-v3-poky-linux/systemd/systemd-zsh-completion: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd-zsh-completion: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd-zsh-completion: PKGSIZE changed from 119521 to 125126 (+5%) packages/x86-64-v3-poky-linux/systemd/systemd: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/systemd: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/systemd: PKGSIZE changed from 10384833 to 10393667 (+0%) packages/x86-64-v3-poky-linux/systemd/udev-bash-completion: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/udev-bash-completion: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/udev-hwdb: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/udev-hwdb: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/udev-hwdb: PKGSIZE changed from 9267527 to 9344619 (+1%) packages/x86-64-v3-poky-linux/systemd/udev: PKGV changed from 259.3 [default] to 259.5 [default] packages/x86-64-v3-poky-linux/systemd/udev: PV changed from "259.3" to "259.5" packages/x86-64-v3-poky-linux/systemd/udev: PKGSIZE changed from 1032844 to 1033144 (+0%)
NOTE: Reconnecting to bitbake server... Loading cache...done. Loaded 0 entries from dependency cache. Parsing recipes...done. Parsing of 950 .bb files complete (0 cached, 950 parsed). 1971 targets, 64 skipped, 0 masked, 0 errors. Removing 1 recipes from the allarch sysroot...done. Summary: There was 1 ERROR message, returning a non-zero exit code. ERROR: Nothing PROVIDES 'systemd' systemd was skipped: using DISTRO 'poky', which is missing required DISTRO_FEATURES: 'systemd usrmerge'
Changes to packages/x86-64-v3-poky-linux/systemd (sysroot): /usr/share/zsh/site-functions/_systemd-id128 was added /usr/share/zsh/site-functions/_userdbctl was added packages/x86-64-v3-poky-linux/systemd/systemd-zsh-completion: FILELIST: added "/usr/share/zsh/site-functions/_systemd-id128 /usr/share/zsh/site-functions/_userdbctl"
0001-systemd-systemd-boot-native-systemd-boot-systemd-sys.patch
Description: Binary data
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#233117): https://lists.openembedded.org/g/openembedded-core/message/233117 Mute This Topic: https://lists.openembedded.org/mt/118327894/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
