diff options
author | Jesse Gilles <jgilles@multitech.com> | 2015-05-04 13:26:53 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2015-05-04 13:26:53 -0500 |
commit | e4c292e0fb5d2a840b2ce9d4d28875aaf547b93e (patch) | |
tree | 230d3065ad5441d5bb2a44d2eb4ab6c281e585d8 /conf | |
parent | 5fa3f310c5de4c62f05efc7562d867f8cc622893 (diff) | |
download | meta-mlinux-e4c292e0fb5d2a840b2ce9d4d28875aaf547b93e.tar.gz meta-mlinux-e4c292e0fb5d2a840b2ce9d4d28875aaf547b93e.tar.bz2 meta-mlinux-e4c292e0fb5d2a840b2ce9d4d28875aaf547b93e.zip |
mlinux: add dev-pkgs, dbg-pkgs back to SDKIMAGE_FEATURES (don't append)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/mlinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/mlinux.conf b/conf/distro/mlinux.conf index c29920e..f55d9d1 100644 --- a/conf/distro/mlinux.conf +++ b/conf/distro/mlinux.conf @@ -9,7 +9,7 @@ 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" +SDKIMAGE_FEATURES = "dev-pkgs dbg-pkgs staticdev-pkgs" MAINTAINER = "MultiTech Systems <oe-devel@multitech.net>" |