From: Matthew McClintock Date: Mon, 2 Apr 2012 19:58:57 +0000 (-0500) Subject: Revert "fsl.conf: make DISTRO_FEATURES minimal as possible" X-Git-Tag: 2.1~534^2~486 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3666711d737031c11fec1b5d27dd4ec9435e39eb;p=meta-freescale.git Revert "fsl.conf: make DISTRO_FEATURES minimal as possible" This reverts commit 314ce1065833306d44f3cd42ffbd9f330e2c02b5. This is causing issues with larger images that don't build when X11 is disabled. We need to defer this issue until after our release --- diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index f74a8d74..32c86d45 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -12,7 +12,7 @@ TARGET_VENDOR_virtclass-multilib-lib64 = "-fsl" LOCALCONF_VERSION = "1" -DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}" +DISTRO_FEATURES_append = " largefile opengl" SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"