Skip to content

Commit 5ec0088

Browse files
committed
systemd bbappend: remove MAC-policy override, oe-core has been fixed
This bbappend disabled the MAC renaming policy, upstream openembedded-core has disabled it by default now: openembedded/openembedded-core@9b34a81 Signed-off-by: Koen Kooi <[email protected]>
1 parent 46cb776 commit 5ec0088

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

recipes-core/systemd/systemd_%.bbappend

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,3 @@ do_install:append:qcom() {
1212
${D}${systemd_unitdir}/system/systemd-growfs-root.service.d/growfs-root.conf
1313
}
1414

15-
# This disables the 'mac' policy for pni-names
16-
# We do not want MAC address based naming, for example the wifi on RB1
17-
# gets a new MAC address every boot *and* doesn't support any of the
18-
# naming features. This leads to a new, unpredictable interface name on
19-
# every boot
20-
21-
do_install:append:qcom() {
22-
sed -i -e 's: mac::g' ${D}${nonarch_libdir}/systemd/network/99-default.link
23-
}

0 commit comments

Comments
 (0)