diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index d2c9d85..c29920e 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -8,6 +8,9 @@ SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" +# add static libs to toolchain builds +SDKIMAGE_FEATURES += "staticdev-pkgs" + MAINTAINER = "MultiTech Systems <oe-devel@multitech.net>" TARGET_VENDOR = "-mlinux" |