poky-stx.conf: Add DISTRO_FEATURES

These settings are from the meta-stak-common

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2020-05-15 15:55:10 -07:00
parent fbba5e467c
commit 4e83df2cd3

View File

@ -93,3 +93,6 @@ STX_REL = "19.12"
# For the stx /etc/build.info
STX_ID = "3.0"
STX_BUILD_DATE := "${@time.strftime('%Y-%m-%d %H:%M:%S',time.gmtime())}"
DISTRO_FEATURES_NATIVE_append += " pam systemd "
DISTRO_FEATURES_append += " pam systemd "