summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libteam
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-10-18 07:12:03 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-20 08:53:22 +0200
commit04aa6c4b63698fba650fcd375059f616a868df96 (patch)
tree01f0cb480340419cd3dc93d7c83d90b7b5a428a4 /meta-oe/recipes-support/libteam
parentb58e57f35d12532af4f4c5b6d85d7c88f30724a2 (diff)
downloadmeta-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.bb8
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
36RDEPENDS:${PN}-utils = "bash" 36RDEPENDS:${PN}-utils = "bash"
37RDEPENDS:${PN}-ptest = "python3-core" 37RDEPENDS:${PN}-ptest = "python3-core libteam-utils"
38# Ensure kernel has these mods enabled features/net/team/team.scc
39RRECOMMENDS:${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
39do_install_ptest() { 45do_install_ptest() {
40 install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ 46 install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/