Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions recipes-core/packagegroups/packagefeed-ni-core.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ inherit packagegroup
RDEPENDS:${PN} = "\
packagegroup-base \
packagegroup-core-boot \
packagegroup-core-standalone-sdk-target \
packagegroup-core-x11 \
packagegroup-kernel-module-build \
packagegroup-ni-base \
packagegroup-ni-contributors \
packagegroup-ni-crio \
Expand All @@ -16,11 +19,9 @@ RDEPENDS:${PN} = "\
packagegroup-ni-restoremode \
packagegroup-ni-runmode \
packagegroup-ni-safemode \
packagegroup-ni-snac \
packagegroup-ni-tzdata \
packagegroup-ni-wifi \
packagegroup-core-x11 \
packagegroup-core-standalone-sdk-target \
packagegroup-kernel-module-build \
dkms \
bolt \
"
Expand Down
12 changes: 12 additions & 0 deletions recipes-core/packagegroups/packagegroup-ni-snac.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUMMARY = "Open source package dependencies for the NILRT SNAC configuration."
LICENSE = "MIT"


inherit packagegroup


RDEPENDS:${PN} = "\
cryptsetup \
ntp \
tmux \
"