sysmocom-defaults: Be a bit more aggressive for the size

E.g. when using musl and trying to build the smallest possible
rootfs. Existing builds should not start to use these flags as
they would be likely to force a big rebuild.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-10 15:50:13 +02:00
parent a11c332fbb
commit 6159c85e74
1 changed files with 15 additions and 0 deletions

View File

@ -20,3 +20,18 @@ INHERIT += " sysmocom-archive-patched-source"
# We use opkg and not rpm/smart
PACKAGE_CLASSES ?= "package_ipk"
# When using uclibc/musl.. avoid pulling in gettext. We do
# not need i18n in our tools right now.
USE_NLS = "no"
# We don't need x11, nfc, selinux, pam in our builds
DISTRO_FEATURES_remove = "x11 nfc selinux pam"
# Get rid off XZ for systemd
PACKAGECONFIG_pn-systemd = "ldconfig"
# From fido on.. build curl with libssl to avoid gnutls
PACKAGECONFIG_pn-curl="ipv6 ssl zlib"