diff options
| -rw-r--r-- | meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb b/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb index a1c77287..a287d8ce 100644 --- a/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb +++ b/meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb | |||
| @@ -27,17 +27,16 @@ SYSTEMD_AUTO_ENABLE:${PN}="enable" | |||
| 27 | 27 | ||
| 28 | DEPENDS += "libmetal" | 28 | DEPENDS += "libmetal" |
| 29 | 29 | ||
| 30 | RDEPENDS:${PN} += "python3 \ | 30 | RDEPENDS:${PN} += "\ |
| 31 | python3-pyro4 \ | 31 | python3 \ |
| 32 | python3-cffi \ | 32 | python3-pyro4 \ |
| 33 | python3-serpent \ | 33 | python3-cffi \ |
| 34 | bash \ | 34 | python3-serpent \ |
| 35 | " | 35 | bash \ |
| 36 | # python3-async \ | 36 | " |
| 37 | # | ||
| 38 | 37 | ||
| 39 | PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter" | 38 | PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter" |
| 40 | PACKAGECONFIG[raftstartup] = "enabled,disabled,,rfdc rfclk libmetal" | 39 | PACKAGECONFIG[raftstartup] = "enabled,disabled,,librfdc librfclk libmetal" |
| 41 | PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery" | 40 | PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery" |
| 42 | 41 | ||
| 43 | do_install() { | 42 | do_install() { |
