diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-16 17:14:19 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:30:03 +0000 |
commit | baa5010f6f2a61ce1b48a4ccc538bb41e324bad8 (patch) | |
tree | 4b195dcdb78066bf1f63c265bfa3c03e57336eda /meta-agl-core/recipes-core | |
parent | 3b547f1bb19b898f9d3e9a5c824e8b44e947dc26 (diff) |
systemd: enable iptc PACKAGECONFIG
Add iptc to our systemd PACKAGECONFIG tweak so that bridging support
will be available in systemd-networkd.
Bug-AGL: SPEC-4618
Change-Id: I15d003ad69d6ca59613391beb2e78e3c5fe804cc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 69e119b969baa88594b3264709e21037aa783bb7)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28417
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-core')
-rw-r--r-- | meta-agl-core/recipes-core/systemd/systemd_aglcore.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc b/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc index b74a60fb7..a61497ec3 100644 --- a/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc +++ b/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc @@ -6,8 +6,9 @@ SRC_URI += "\ " # enable networkd/resolved support -PACKAGECONFIG:append:pn-systemd = " \ +PACKAGECONFIG:append = " \ ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','systemd','networkd resolved','',d)} \ + iptc \ " do_install:append() { |