summaryrefslogtreecommitdiffstats
path: root/meta-netboot/conf/include/agl-netboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-netboot/conf/include/agl-netboot.inc')
-rw-r--r--meta-netboot/conf/include/agl-netboot.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-netboot/conf/include/agl-netboot.inc b/meta-netboot/conf/include/agl-netboot.inc
index 555629537..2c1307e81 100644
--- a/meta-netboot/conf/include/agl-netboot.inc
+++ b/meta-netboot/conf/include/agl-netboot.inc
@@ -1,3 +1,6 @@
INHERIT += "netboot"
-IMAGE_INSTALL:append:netboot = " curl"
+IMAGE_INSTALL:append:netboot = " \
+ curl \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'resolv-conf-relabel policycoreutils-loadpolicy', '', d)} \
+"