mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
frr: add PACKAGECONFIG for fpm
The Forwarding Plane Manager support is optional, make it as PACKAGECONFIG. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2ff1569067
commit
57089566e3
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# The PAM configuration file for the quagga `vtysh' service
|
||||
# The PAM configuration file for the frr `vtysh' service
|
||||
#
|
||||
|
||||
# This allows root to change user infomation without being
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ RDEPENDS:${PN}:class-target = "iproute2 python3-core bash"
|
|||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
|
||||
PACKAGECONFIG:class-native = ""
|
||||
|
||||
PACKAGECONFIG[fpm] = "--enable-fpm,--disable-fpm"
|
||||
PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam"
|
||||
PACKAGECONFIG[grpc] = "--enable-grpc,--disable-grpc,grpc-native grpc"
|
||||
PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp"
|
||||
|
|
@ -52,7 +53,6 @@ EXTRA_OECONF:class-target = "--sbindir=${libdir}/frr \
|
|||
--sysconfdir=${sysconfdir}/frr \
|
||||
--localstatedir=${localstatedir}/run/frr \
|
||||
--enable-vtysh \
|
||||
--enable-fpm \
|
||||
--enable-multipath=64 \
|
||||
--enable-user=frr \
|
||||
--enable-group=frr \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user