From 3666711d737031c11fec1b5d27dd4ec9435e39eb Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 2 Apr 2012 14:58:57 -0500 Subject: [PATCH] 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 --- meta-fsl-ppc/conf/distro/fsl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.40.1