mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

We already have a distro feature that controls the static/non-static configuration of libgcrypt: 'vmsep' To avoid build errors on distros that don't have static libgcrypt available, we move the CONFIG_STATIC config to a fragment and only enable it whent he distro feature is set. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
13 lines
262 B
INI
13 lines
262 B
INI
CONFIG_INIT=y
|
|
CNOFIG_FEATURE_UTMP=y
|
|
CONFIG_RUNLEVEL=y
|
|
CONFIG_FEATURE_USE_INITTAB=y
|
|
CONFIG_HALT=y
|
|
CONFIG_POWEROFF=y
|
|
CONFIG_FEATURE_KILL_DELAY=0
|
|
CONFIG_TELINIT_PATH=""
|
|
CONFIG_INIT_TERMINAL_TYPE=""
|
|
|
|
# CONFIG_FEATURE_SHADOWPASSWDS is not set
|
|
CONFIG_USE_BB_PWD_GRP=y
|