diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-10-18 07:12:03 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-20 08:53:22 +0200 |
| commit | 04aa6c4b63698fba650fcd375059f616a868df96 (patch) | |
| tree | 01f0cb480340419cd3dc93d7c83d90b7b5a428a4 /meta-oe/recipes-support/libteam | |
| parent | b58e57f35d12532af4f4c5b6d85d7c88f30724a2 (diff) | |
| download | meta-openembedded-04aa6c4b63698fba650fcd375059f616a868df96.tar.gz | |
libteam: Add missing dependencies revealed by ptests
Fixes ptests provided kernel has team driver enabled
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit df35bef3ae6411900efdfc3ea5ade23820e9af2f)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libteam')
| -rw-r--r-- | meta-oe/recipes-support/libteam/libteam_1.31.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libteam/libteam_1.31.bb b/meta-oe/recipes-support/libteam/libteam_1.31.bb index ad84389013..c8397e002c 100644 --- a/meta-oe/recipes-support/libteam/libteam_1.31.bb +++ b/meta-oe/recipes-support/libteam/libteam_1.31.bb | |||
| @@ -34,7 +34,13 @@ FILES:${PN}-utils = "${bindir}/bond2team \ | |||
| 34 | " | 34 | " |
| 35 | 35 | ||
| 36 | RDEPENDS:${PN}-utils = "bash" | 36 | RDEPENDS:${PN}-utils = "bash" |
| 37 | RDEPENDS:${PN}-ptest = "python3-core" | 37 | RDEPENDS:${PN}-ptest = "python3-core libteam-utils" |
| 38 | # Ensure kernel has these mods enabled features/net/team/team.scc | ||
| 39 | RRECOMMENDS:${PN} += "kernel-module-team kernel-module-team-mode-activebackup \ | ||
| 40 | kernel-module-team-mode-broadcast \ | ||
| 41 | kernel-module-team-mode-loadbalance \ | ||
| 42 | kernel-module-team-mode-random \ | ||
| 43 | kernel-module-team-mode-roundrobin" | ||
| 38 | 44 | ||
| 39 | do_install_ptest() { | 45 | do_install_ptest() { |
| 40 | install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ | 46 | install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ |
