1. 移除安全编译选项。2. 移除NFS工具包

This commit is contained in:
Huang Xin 2022-07-05 08:52:56 -07:00
parent 4a5e4ad01f
commit 9be6e94151
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
require conf/distro/include/security_flags.inc
#require conf/distro/include/security_flags.inc
MACHINE ??= "aud8516p1v2-consys-slc-128"
DISTRO ?= "poky-aud-systemd"
PACKAGE_CLASSES ?= "package_rpm"
@ -30,5 +30,5 @@ BB_NUMBER_THREADS = "12"
PARALLEL_MAKE = "-j8"
PACKAGE_EXCLUDE="ntp"
IMAGE_INSTALL_append = " nfs-utils"
#IMAGE_INSTALL_append = " nfs-utils"
ALLOW_EMPTY_libgpg-error = "1"