summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_255.4.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2024-03-21 13:23:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-23 10:18:20 +0000
commit6b70b8b646bf1b3409d12188b3abb7da8d078878 (patch)
treec5913a8fa6788f62a652dbd6a6df2f9c15c7a7e2 /meta/recipes-core/systemd/systemd_255.4.bb
parent3fa85ab34efb01852729ea04989b139016bbe4bd (diff)
downloadpoky-6b70b8b646bf1b3409d12188b3abb7da8d078878.tar.gz
systemd: enable mac based names in NamePolicy
Some BSPs only provide information to construct a predictable network interface named based on a mac address, so we enable that NamePolicy option. This policy has been adopted for sysvinit as of commit 4a7b42fcf6981d3120c08091a7ed3d4d7bcd41f0. (From OE-Core rev: 37bd8e8dddce9d0b5bfbcf9244225c3b853d7077) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_255.4.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_255.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.4.bb b/meta/recipes-core/systemd/systemd_255.4.bb
index bcef3e6b7a..b02e44d9c0 100644
--- a/meta/recipes-core/systemd/systemd_255.4.bb
+++ b/meta/recipes-core/systemd/systemd_255.4.bb
@@ -28,6 +28,7 @@ SRC_URI += " \
28 file://systemd-pager.sh \ 28 file://systemd-pager.sh \
29 file://0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch \ 29 file://0002-binfmt-Don-t-install-dependency-links-at-install-tim.patch \
30 file://0008-implment-systemd-sysv-install-for-OE.patch \ 30 file://0008-implment-systemd-sysv-install-for-OE.patch \
31 file://0001-NamePolicy.patch \
31 " 32 "
32 33
33# patches needed by musl 34# patches needed by musl