1. 移除安全编译选项。2. 移除NFS工具包
This commit is contained in:
parent
4a5e4ad01f
commit
9be6e94151
|
@ -1,4 +1,4 @@
|
||||||
require conf/distro/include/security_flags.inc
|
#require conf/distro/include/security_flags.inc
|
||||||
MACHINE ??= "aud8516p1v2-consys-slc-128"
|
MACHINE ??= "aud8516p1v2-consys-slc-128"
|
||||||
DISTRO ?= "poky-aud-systemd"
|
DISTRO ?= "poky-aud-systemd"
|
||||||
PACKAGE_CLASSES ?= "package_rpm"
|
PACKAGE_CLASSES ?= "package_rpm"
|
||||||
|
@ -30,5 +30,5 @@ BB_NUMBER_THREADS = "12"
|
||||||
PARALLEL_MAKE = "-j8"
|
PARALLEL_MAKE = "-j8"
|
||||||
|
|
||||||
PACKAGE_EXCLUDE="ntp"
|
PACKAGE_EXCLUDE="ntp"
|
||||||
IMAGE_INSTALL_append = " nfs-utils"
|
#IMAGE_INSTALL_append = " nfs-utils"
|
||||||
ALLOW_EMPTY_libgpg-error = "1"
|
ALLOW_EMPTY_libgpg-error = "1"
|
||||||
|
|
Loading…
Reference in New Issue