* [PATCH] poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix)
@ 2012-04-19 22:03 Richard Purdie
2012-04-19 23:26 ` Darren Hart
0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2012-04-19 22:03 UTC (permalink / raw)
To: poky; +Cc: Hart, Darren
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 327cc1e..8aa8383 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -64,16 +64,6 @@ ASSUME_PROVIDED += "pkgconfig$"
# Comment out any of the lines below to disable them in the build
DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
-# Building meta-toolchain currently imposes some additional requirements:
-# If you do not plan to build meta-toolchain, you can save ~461KB by
-# commenting out the DISTRO_FEATURES_LIBC_TOOLCHAIN assignment
-# gettext needs wchar, m4 needs spawn and locale, elfutils needs ftraverse
-DISTRO_FEATURES_LIBC_TOOLCHAIN = "libc-posix-clang-wchar \
- libc-spawn libc-locale-code \
- libc-ftraverse libc-libm-big \
- libc-posix-regexp-glibc \
- "
-
# Required for "who"
DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp"
@@ -83,7 +73,6 @@ DISTRO_FEATURES_LIBC = "${DISTRO_FEATURES_LIBC_TINY} \
${DISTRO_FEATURES_LIBC_MINIMAL} \
${DISTRO_FEATURES_LIBC_REGEX} \
${DISTRO_FEATURES_LIBC_NET} \
- ${DISTRO_FEATURES_LIBC_TOOLCHAIN} \
"
# Comment out any of the lines below to disable them in the build
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix)
2012-04-19 22:03 [PATCH] poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix) Richard Purdie
@ 2012-04-19 23:26 ` Darren Hart
0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2012-04-19 23:26 UTC (permalink / raw)
To: Richard Purdie; +Cc: poky
Please include a commit log which indicates the gettext fix at least so
people can find details on how this is now handled.
Content is fine (and way awesome btw):
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
On 04/19/2012 03:03 PM, Richard Purdie wrote:
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
> index 327cc1e..8aa8383 100644
> --- a/meta-yocto/conf/distro/poky-tiny.conf
> +++ b/meta-yocto/conf/distro/poky-tiny.conf
> @@ -64,16 +64,6 @@ ASSUME_PROVIDED += "pkgconfig$"
> # Comment out any of the lines below to disable them in the build
> DISTRO_FEATURES_LIBC_TINY = "libc-libm libc-crypt"
>
> -# Building meta-toolchain currently imposes some additional requirements:
> -# If you do not plan to build meta-toolchain, you can save ~461KB by
> -# commenting out the DISTRO_FEATURES_LIBC_TOOLCHAIN assignment
> -# gettext needs wchar, m4 needs spawn and locale, elfutils needs ftraverse
> -DISTRO_FEATURES_LIBC_TOOLCHAIN = "libc-posix-clang-wchar \
> - libc-spawn libc-locale-code \
> - libc-ftraverse libc-libm-big \
> - libc-posix-regexp-glibc \
> - "
> -
> # Required for "who"
> DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin"
> DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp"
> @@ -83,7 +73,6 @@ DISTRO_FEATURES_LIBC = "${DISTRO_FEATURES_LIBC_TINY} \
> ${DISTRO_FEATURES_LIBC_MINIMAL} \
> ${DISTRO_FEATURES_LIBC_REGEX} \
> ${DISTRO_FEATURES_LIBC_NET} \
> - ${DISTRO_FEATURES_LIBC_TOOLCHAIN} \
> "
>
> # Comment out any of the lines below to disable them in the build
>
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-19 23:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19 22:03 [PATCH] poky-tiny: Drop now unneeded DISTRO_FEATURES_LIBC_TOOLCHAIN (after gettext fix) Richard Purdie
2012-04-19 23:26 ` Darren Hart
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.