diff options
| author | Jesse Gilles <jgilles@multitech.com> | 2015-05-01 15:46:32 -0500 |
|---|---|---|
| committer | Jesse Gilles <jgilles@multitech.com> | 2015-05-01 15:46:32 -0500 |
| commit | 5fa3f310c5de4c62f05efc7562d867f8cc622893 (patch) | |
| tree | bddd8a7b71eb07a60f5a5b3a80151d43a19671ac | |
| parent | 8e95719fc263d5852588525998b2099468341e9d (diff) | |
| download | meta-mlinux-atmel-5fa3f310c5de4c62f05efc7562d867f8cc622893.tar.gz meta-mlinux-atmel-5fa3f310c5de4c62f05efc7562d867f8cc622893.tar.bz2 meta-mlinux-atmel-5fa3f310c5de4c62f05efc7562d867f8cc622893.zip | |
mlinux: add static libs to toolchain
| -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" |
