diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-04-25 14:30:30 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-04-25 11:00:43 -0700 |
| commit | 57089566e3f02f84e44e933b3f7d455ae538186b (patch) | |
| tree | f666fed85cfa74f3da2e65c15c9b566aa33837ab /meta-networking/recipes-protocols | |
| parent | 2ff1569067ceb4fb9e16d0b03db0d01475731c34 (diff) | |
| download | meta-openembedded-57089566e3f02f84e44e933b3f7d455ae538186b.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-protocols')
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr/frr.pam | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/frr/frr/frr.pam b/meta-networking/recipes-protocols/frr/frr/frr.pam index 3541a975ae..83c403c2ba 100644 --- a/meta-networking/recipes-protocols/frr/frr/frr.pam +++ b/meta-networking/recipes-protocols/frr/frr/frr.pam | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # | 1 | # |
| 2 | # The PAM configuration file for the quagga `vtysh' service | 2 | # The PAM configuration file for the frr `vtysh' service |
| 3 | # | 3 | # |
| 4 | 4 | ||
| 5 | # This allows root to change user infomation without being | 5 | # This allows root to change user infomation without being |
diff --git a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb index 91e306f08b..b6e180e2c9 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb | |||
| @@ -36,6 +36,7 @@ RDEPENDS:${PN}:class-target = "iproute2 python3-core bash" | |||
| 36 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" | 36 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
| 37 | PACKAGECONFIG:class-native = "" | 37 | PACKAGECONFIG:class-native = "" |
| 38 | 38 | ||
| 39 | PACKAGECONFIG[fpm] = "--enable-fpm,--disable-fpm" | ||
| 39 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam" | 40 | PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam" |
| 40 | PACKAGECONFIG[grpc] = "--enable-grpc,--disable-grpc,grpc-native grpc" | 41 | PACKAGECONFIG[grpc] = "--enable-grpc,--disable-grpc,grpc-native grpc" |
| 41 | PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp" | 42 | PACKAGECONFIG[snmp] = "--enable-snmp,--disable-snmp,net-snmp" |
| @@ -52,7 +53,6 @@ EXTRA_OECONF:class-target = "--sbindir=${libdir}/frr \ | |||
| 52 | --sysconfdir=${sysconfdir}/frr \ | 53 | --sysconfdir=${sysconfdir}/frr \ |
| 53 | --localstatedir=${localstatedir}/run/frr \ | 54 | --localstatedir=${localstatedir}/run/frr \ |
| 54 | --enable-vtysh \ | 55 | --enable-vtysh \ |
| 55 | --enable-fpm \ | ||
| 56 | --enable-multipath=64 \ | 56 | --enable-multipath=64 \ |
| 57 | --enable-user=frr \ | 57 | --enable-user=frr \ |
| 58 | --enable-group=frr \ | 58 | --enable-group=frr \ |
