summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-10-03 23:17:48 -0600
committerMark Hatle <mark.hatle@amd.com>2024-10-09 08:34:47 -0500
commit283e467d73bcac9d8ba7b3bb5d8f97e1a86e5e92 (patch)
tree945a8c0514ddc98f4af3415044d87494c976c438 /meta-xilinx-core
parent5e7a96b162e9bc7e0796af4365c1412d1d9b8c3d (diff)
downloadmeta-xilinx-283e467d73bcac9d8ba7b3bb5d8f97e1a86e5e92.tar.gz
raft: Update rfdc with librfdc
As rfdc recipes are renamed to librfdc update the DEPENDS and RDEPENDS with new recipe name and also fix indentation. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-apps/raft/raft_2024.1.bb17
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
28DEPENDS += "libmetal" 28DEPENDS += "libmetal"
29 29
30RDEPENDS:${PN} += "python3 \ 30RDEPENDS:${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
39PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter" 38PACKAGECONFIG[raftnotebooks] = "enabled,disabled,,packagegroup-xilinx-jupyter"
40PACKAGECONFIG[raftstartup] = "enabled,disabled,,rfdc rfclk libmetal" 39PACKAGECONFIG[raftstartup] = "enabled,disabled,,librfdc librfclk libmetal"
41PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery" 40PACKAGECONFIG[raftstartupsc] = "enabled,disabled,,python3-psutil python3-periphery"
42 41
43do_install() { 42do_install() {