Age | Commit message (Collapse) | Author | Files |
|
|
|
staging layout
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* there are both libgcc_s.so and libgcc_s.so.${someversion} in
${CROSS_DIR}/${TARGET_SYS}/lib
|
|
|
|
and '9c6ceb61576fa98453a24fedb60c9d2b23d79c72'
|
|
|
|
|
|
(from Poky)
|
|
|
|
|
|
|
|
|
|
|
|
intermediate doesnt supply things like gconv.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* this is WIP, but it completes do_compile
* Need to bother Khem about how to do localegen the eglibc way
|
|
|
|
|
|
|
|
glibc-intermediate: add 2.6
|
|
|
|
use the locales from WORKDIR instead of /usr, closes #1821
|
|
|
|
take 3 in GCC.
|
|
|
|
tracking down the culprit
* This is not a proper fix, we still need to find out wht __ARMEB__ isn't defined
|
|
* Not bumping PR, to save people trouble. Leaving for decision to OE maintainers.
|
|
GLIBC_GENERATE_LOCALES
to limit set of generated binary locales.
* If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales
generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge
time-savior for developmental builds. Format: list of locale.encoding pairs
with spaces as separators, e.g.:
GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8"
* Check your distro for minimal set of locales required. Old-time default is
"en_GB.UTF-8 de_DE.UTF-8 fr_FR.UTF-8".
* Angstrom requires en_GB only.
* This commit does not changes the default, which is still generation of all
available locales.
* Closes #1966.
|
|
only semantic change is what is being discussed in bug 1987
|
|
and 'e68c7275015e0b7f4e92aa7483c3d7038567a3dc'
|
|
and 'c3ff8bda76176ba50e264f8fde35b69773d69eb5'
|
|
and 'b9293118c194a01c44b71ffff72e461a3fe86807'
|
|
|
|
|
|
|
|
|
|
|