summaryrefslogtreecommitdiffstats
path: root/conf/distro/fsl.conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-04-02 14:58:57 -0500
committerMatthew McClintock <msm@freescale.com>2012-04-02 14:58:57 -0500
commit570c2bc1963aa464050f120cb2487d7090e935a4 (patch)
treec6268bda77ca0be28f4c44d6f4266d87f066d628 /conf/distro/fsl.conf
parent18fd34ab569e7de99d5f72988aa96507a4e059f1 (diff)
downloadmeta-fsl-ppc-570c2bc1963aa464050f120cb2487d7090e935a4.tar.gz
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
Diffstat (limited to 'conf/distro/fsl.conf')
-rw-r--r--conf/distro/fsl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index f74a8d7..32c86d4 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -12,7 +12,7 @@ TARGET_VENDOR_virtclass-multilib-lib64 = "-fsl"
12 12
13LOCALCONF_VERSION = "1" 13LOCALCONF_VERSION = "1"
14 14
15DISTRO_FEATURES = "${DISTRO_FEATURES_LIBC}" 15DISTRO_FEATURES_append = " largefile opengl"
16 16
17SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}" 17SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}"
18SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" 18SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"