prepare no-static-libs - requires extensive testing -> postpone

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-09-30 15:50:48 +02:00
parent 88479abcf7
commit 5d00766ce8

View File

@@ -48,6 +48,9 @@ require conf/distro/include/mortsgna.inc
# uncomment to enable security flags - images tested had issues # uncomment to enable security flags - images tested had issues
require conf/distro/include/security_flags.inc require conf/distro/include/security_flags.inc
# disable static libs (not yet tested - might need recipe adjustments)
#require conf/distro/include/no-static-libs.inc
# Prefer openssh over dropbear # Prefer openssh over dropbear
TASK_BASIC_SSHDAEMON = "openssh-ssh openssh-sshd openssh-scp openssh-sftp openssh-sftp-server" TASK_BASIC_SSHDAEMON = "openssh-ssh openssh-sshd openssh-scp openssh-sftp openssh-sftp-server"