Skip to content

Commit

Permalink
nilrt.inc: enable spdx
Browse files Browse the repository at this point in the history
Both inherit spdx and add it to the DISTRO_FEATURES

Signed-off-by: Dylan Turner <dylantdmt@gmail.com>
  • Loading branch information
dylan-matthew-turner committed Apr 18, 2023
1 parent fa2af9d commit 73553b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf/distro/nilrt.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ DISTRO_FEATURES += "\
pam \
ptest \
selinux \
virtualization \
virtualization \
create-spdx \
"

# Because NIRLT uses opkg so intimately, assert that the rootfs should always
# be made of IPKs.
PACKAGE_CLASSES =+ "package_ipk"

# Clean *most* package work directories
INHERIT += " rm_work "
INHERIT += " rm_work create-spdx "
RM_WORK_EXCLUDE += " \
niconsole-image \
niconsole-image-safe \
Expand Down Expand Up @@ -166,3 +167,4 @@ IPK_FEED_URIS += "\
NIOE-${TUNE_PKGARCH}##${NILRT_LOCAL_FEED_URI}/${TUNE_PKGARCH} \
NI-main-software##${NILRT_MACHINE_FEED_URI_nimain} \
"

0 comments on commit 73553b7

Please sign in to comment.