summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Haener <michael.haener@siemens.com>2024-02-19 10:09:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-12 18:04:02 +0100
commit2292c6180551e6c55dcd4296e4321463ebe29071 (patch)
tree62cec87b9dd524727e349201aa0ffc3da90752f6
parent90faae00038081ab035eba1d7dc7b29f472415e3 (diff)
downloadpoky-2292c6180551e6c55dcd4296e4321463ebe29071.tar.gz
iproute2: add bridge package
Add package for using the bridge tool. (From OE-Core rev: 44121c3080328b22077b212e464be909a508d2c4) 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>
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb b/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb
index 640b3013f1..8c460adf73 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb
@@ -59,6 +59,7 @@ do_install () {
59INSANE_SKIP:${PN}-tc = "dev-so" 59INSANE_SKIP:${PN}-tc = "dev-so"
60 60
61IPROUTE2_PACKAGES =+ "\ 61IPROUTE2_PACKAGES =+ "\
62 ${PN}-bridge \
62 ${PN}-devlink \ 63 ${PN}-devlink \
63 ${PN}-genl \ 64 ${PN}-genl \
64 ${PN}-ifstat \ 65 ${PN}-ifstat \
@@ -91,6 +92,7 @@ FILES:${PN}-tipc = "${base_sbindir}/tipc"
91FILES:${PN}-devlink = "${base_sbindir}/devlink" 92FILES:${PN}-devlink = "${base_sbindir}/devlink"
92FILES:${PN}-rdma = "${base_sbindir}/rdma" 93FILES:${PN}-rdma = "${base_sbindir}/rdma"
93FILES:${PN}-routel = "${base_sbindir}/routel" 94FILES:${PN}-routel = "${base_sbindir}/routel"
95FILES:${PN}-bridge = "${base_sbindir}/bridge"
94 96
95RDEPENDS:${PN}-routel = "python3-core" 97RDEPENDS:${PN}-routel = "python3-core"
96 98