diff options
| -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 023cea9039..6fe10abe01 100644 --- a/meta-oe/recipes-support/libteam/libteam_1.31.bb +++ b/meta-oe/recipes-support/libteam/libteam_1.31.bb | |||
| @@ -35,7 +35,13 @@ FILES:${PN}-utils = "${bindir}/bond2team \ | |||
| 35 | " | 35 | " |
| 36 | 36 | ||
| 37 | RDEPENDS:${PN}-utils = "bash" | 37 | RDEPENDS:${PN}-utils = "bash" |
| 38 | RDEPENDS:${PN}-ptest = "python3-core" | 38 | RDEPENDS:${PN}-ptest = "python3-core libteam-utils" |
| 39 | # Ensure kernel has these mods enabled features/net/team/team.scc | ||
| 40 | RRECOMMENDS:${PN} += "kernel-module-team kernel-module-team-mode-activebackup \ | ||
| 41 | kernel-module-team-mode-broadcast \ | ||
| 42 | kernel-module-team-mode-loadbalance \ | ||
| 43 | kernel-module-team-mode-random \ | ||
| 44 | kernel-module-team-mode-roundrobin" | ||
| 39 | 45 | ||
| 40 | do_install_ptest() { | 46 | do_install_ptest() { |
| 41 | install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ | 47 | install ${S}/scripts/team_basic_test.py ${D}${PTEST_PATH}/ |
