diff options
| author | Michael Haener <michael.haener@siemens.com> | 2024-02-19 10:09:41 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-16 08:07:03 +0100 |
| commit | 2e07f1440f36d0efc304f1dbe8c1b577ce561460 (patch) | |
| tree | b773120d2cc5fe4e007f7e2f2a4decebff4d859b | |
| parent | 7a1e8c444c3285b3b6f586d4294636588f1e9518 (diff) | |
| download | poky-2e07f1440f36d0efc304f1dbe8c1b577ce561460.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_6.7.0.bb | 2 |
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 () { | |||
| 59 | INSANE_SKIP:${PN}-tc = "dev-so" | 59 | INSANE_SKIP:${PN}-tc = "dev-so" |
| 60 | 60 | ||
| 61 | IPROUTE2_PACKAGES =+ "\ | 61 | IPROUTE2_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" | |||
| 91 | FILES:${PN}-devlink = "${base_sbindir}/devlink" | 92 | FILES:${PN}-devlink = "${base_sbindir}/devlink" |
| 92 | FILES:${PN}-rdma = "${base_sbindir}/rdma" | 93 | FILES:${PN}-rdma = "${base_sbindir}/rdma" |
| 93 | FILES:${PN}-routel = "${base_sbindir}/routel" | 94 | FILES:${PN}-routel = "${base_sbindir}/routel" |
| 95 | FILES:${PN}-bridge = "${base_sbindir}/bridge" | ||
| 94 | 96 | ||
| 95 | RDEPENDS:${PN}-routel = "python3-core" | 97 | RDEPENDS:${PN}-routel = "python3-core" |
| 96 | 98 | ||
