mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
iproute2: add bridge package
Add package for using the bridge tool. (From OE-Core rev: 21689b8984fd426f4e21d729d82444d3a8e230b7) Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7a1e8c444c
commit
2e07f1440f
@@ -59,6 +59,7 @@ do_install () {
|
||||
INSANE_SKIP:${PN}-tc = "dev-so"
|
||||
|
||||
IPROUTE2_PACKAGES =+ "\
|
||||
${PN}-bridge \
|
||||
${PN}-devlink \
|
||||
${PN}-genl \
|
||||
${PN}-ifstat \
|
||||
@@ -91,6 +92,7 @@ FILES:${PN}-tipc = "${base_sbindir}/tipc"
|
||||
FILES:${PN}-devlink = "${base_sbindir}/devlink"
|
||||
FILES:${PN}-rdma = "${base_sbindir}/rdma"
|
||||
FILES:${PN}-routel = "${base_sbindir}/routel"
|
||||
FILES:${PN}-bridge = "${base_sbindir}/bridge"
|
||||
|
||||
RDEPENDS:${PN}-routel = "python3-core"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user