Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-12-04 | glibc-package.bbclass: add -s 1048576 (yes, it's a hack) to qemu args to ↵ | Koen Kooi | 1 | |
work on x86_64 hosts | ||||
2008-11-19 | glibc-package: use qemu-i386 when building for i486 architecture | Otavio Salvador | 1 | |
2008-10-19 | glibc: remove ld.so.conf, don't ship ldconfig if USE_LDCONFIG=0 | Phil Blundell | 1 | |
2008-05-20 | glibc: Fix binary locale generation for i586/i686 TARGET_ARCH | Otavio Salvador | 1 | |
2008-05-19 | glibc/linux-libc-headers: make sure that scsi headers are available when ↵ | Tom Rini | 1 | |
needed. Fixes 4262. * commit by Laibsch | ||||
2008-03-01 | glibc: use QEMU_OPTIONS to generate binary locales for armv6 machines (from ↵ | Marcin Juszkiewicz | 1 | |
Poky) | ||||
2007-12-23 | Remove some GNUism and replace cp -a with cp -pPR (once again) | Holger Freyther | 1 | |
I didn't touch the to be installed files, as we have GNU coreutils or at least a compatible busybox version on our targets so far. | ||||
2007-12-05 | glibc-package.bbclass: merge LOCALE_UTF8_ONLY from poky | Koen Kooi | 1 | |
2007-11-17 | glibc: Various tweaks from Poky | Richard Purdie | 1 | |
2007-09-15 | glibc-package.bbclass: fix do_prep_locale_tree | Philipp Zabel | 1 | |
* there are both libgcc_s.so and libgcc_s.so.${someversion} in ${CROSS_DIR}/${TARGET_SYS}/lib | ||||
2007-09-04 | glibc: do not package /usr/include/scsi as it is in libc-linux-headers-dev ↵ | Marcin Juszkiewicz | 1 | |
(from Poky) | ||||
2007-08-25 | glibc-package.bbclass: Correct PACKAGES_DYNAMIC | Richard Purdie | 1 | |
2007-05-31 | glibc-package.bbclass: replace os.path.join with base_path_join to make OE ↵ | Koen Kooi | 1 | |
use the locales from WORKDIR instead of /usr, closes #1821 | ||||
2007-03-25 | glibc, local.conf.sample: Introduce and handle new OE variable, ↵ | Paul Sokolovsky | 1 | |
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. | ||||
2007-03-22 | glibc: recommit my glibc clean-up (minus the one change that broke things) | Rolf Leggewie | 1 | |
only semantic change is what is being discussed in bug 1987 | ||||
2006-12-03 | glibc-package.bbclass: remove bogus --without-fp | Koen Kooi | 1 | |
2006-11-29 | packages/glibc/glibc-package.bbclass: package.bbclass is not yet spacified... | Holger Freyther | 1 | |
Oh use tabs for this method... | ||||
2006-11-29 | packages/glibc/glibc-packages.bbclass: Oh no, tabs :) | Holger Freyther | 1 | |
Use spaces in anonfunc, needed for BitBake trunk to speedup parsing a bit | ||||
2006-11-16 | glibc: use xargs to avoid a long command-line | Justin Patrin | 1 | |
2006-10-26 | glibc-package.bbclass: Fix PACKAGES_DYNAMIC | Richard Purdie | 1 | |
2006-10-16 | glibc-package.bbclass: Make the localedef error more helpful | Richard Purdie | 1 | |
2006-10-04 | glibc-package.bbclass: Add supersecret -r switch to qemu userspace emulator, | Paul Sokolovsky | 1 | |
which allows to override kernel version report to guest apps (otherwise, host kernel version is used, which causes "Kernel too old" errors in glibc startup code in guess, if host kernel is older than 2.6.14-something). Tested with qemu 0.8.2 (and yes, I couldn't find -r switch in qemu doc, taken from a mail by Paul Brook, qemu co-maintainer). | ||||
2006-09-14 | glibc: adjust check for uclibc | Koen Kooi | 1 | |
2006-08-27 | glibc: use libs from /lib instead of for binary locale generation | Philipp Zabel | 1 | |
2006-08-16 | glibc: legitimize package names in locale-base RDEPENDS | Phil Blundell | 1 | |
2006-08-13 | glibc: try to fix locale naming (BZ #1140) | Phil Blundell | 1 | |
2006-08-11 | glibc: Update for keeping the debug information in the correct package | Jamie Lenehan | 1 | |
which is clearer. Use .../* to match files and ignore directories. | ||||
2006-08-11 | glibc: Add glibc-dbg package, and make sure all the .debug files go in to | Jamie Lenehan | 1 | |
it. Bump the PR on all the glibc files since they all include glibc-package.bbclass. Closes #1220 "glibc ships spurious debug info". | ||||
2006-08-10 | glibc-package.bbclass: added libc6 to PACKAGES_DYNAMIC | Frans Meulenbroeks | 1 | |
2006-07-28 | glibc.bbclass: remove spurious '/' | Koen Kooi | 1 | |
2006-05-09 | glibc-packages.bbclass: make use ${libdir}/locale exits before trying to put ↵ | Koen Kooi | 1 | |
stuff in it. Fixes i18n for non pregenerated locales | ||||
2006-03-08 | glibc: move some code around to avoid warnings while parsing. hopefully fix ↵ | Rene Wagner | 1 | |
#729. | ||||
2006-03-08 | glibc: make use of qemu conditional on ENABLE_BINARY_LOCALE_GENERATION which ↵ | Rene Wagner | 1 | |
defaults to disabled. reinstate BINARY_LOCALE_ARCHES and make it a list of regular expressions. - against contrary belief BINARY_LOCALE_ARCHES = "" did disable the new code. - zapping that variable in glibc-package.bbclass as the changeset before this did is not an option since we need to keep track of which arches are supposed to have this enabled. - also, rename USE_BINARY_LOCALE to GLIBC_INTERNAL_USE_BINARY_LOCALE to prevent people who don't understand Python from shooting themselves in the foot. DONT MESS WITH THAT VARIABLE. setting USE_BINARY_LOCALE = "0" will _enable_ the new code since "0" (being a string) evaluates to True in Python. | ||||
2006-03-07 | glibc: make qemu breakage disasters opt-in instead of opt-out | Koen Kooi | 1 | |
2006-03-06 | glibc, package.bbclass: generate old-style binary locales at build time ↵ | Rene Wagner | 1 | |
using qemu. based on a patch originally written by Phil Blundell. fixes hh.org Bug #1385 (localedef OOM issue). - running localedef (in qemu...) for every locale takes a while. set BINARY_LOCALE_ARCHES = "" to avoid the new behaviour. | ||||
2006-01-08 | Add PACKAGES_DYNAMIC to the appropriate .bb files. | Richard Purdie | 1 | |
2005-04-23 | Merge bk://oe-devel@openembedded-devel.bkbits.net/openembedded | Phil Blundell | 1 | |
into mebius.reciva.com:/home/pb/oe/oe 2005/04/23 08:57:40+01:00 reciva.com!pb remove DEPENDS bogosity introduced in last patch BKrev: 426a0021jAVi0ff_4yR6eV_d2ZCHqg | ||||
2005-04-21 | Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/ | Holger Schurig | 1 | |
into mnz66.mn-solutions.de:/usr/src/mnci54/oe 2005/04/21 08:03:47+01:00 reciva.com!pb move some more common glibc bits into glibc-package.bbclass BKrev: 42675160QJABzuRNjNcLgszukeMUTQ | ||||
2005-04-19 | move some common metadata to glibc-package.bbclass; fix DEPENDS/RDEPENDS ↵ | Phil Blundell | 1 | |
typo for catchsegv BKrev: 42649657zxqJhJDJfG8f5EOHIyzHYA | ||||
2004-12-09 | Merge oe-devel@oe-devel.bkbits.net:openembedded | Chris Larson | 1 | |
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA |