aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc/uclibc_git.bb
AgeCommit message (Collapse)Author
2011-01-09uclibc_git.bb: Add patches for sub arch variant removal.Khem Raj
* Also Bump to latest revision Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-19uclibc_git.bb: Bump SRCREVKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-03uclibc_git.bb: Bump SRCREV to latest gitKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-26uclibc_git.bb: Bump to latest git revKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-05uclibc: use GENERIC_ARM, because we override the cpu flags anyway, bump PRHenning Heinold
2010-08-05uclibc: try to fix isnan and bump PRHenning Heinold
2010-08-03uclibc_git.bb: move to latest git tip.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27uclibc-git: bump to latest git master, which fixes building of udev >= 151Henning Heinold
2010-07-23uclibc-git: Bump SRCREVKhem Raj
* Remove upstream patch. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21uclibc-git: Update cpu to be arm926t in config for qemuarmKhem Raj
* Fix PIE execution when uclibc is compiled with thumb * Update defconfig for armv5te architecture Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19uclibc-git: Refresh config for mipsel and bump to latest git master.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-15uclibc: fix arm nptl support in the git-versionHenning Heinold
2010-07-15uclibc: update git version, fixes ppc32 nptl errorHenning Heinold
2010-07-09uclibc_git.bb: Bump to tip of git.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08uclibc: Add thumb-interwork as local distro feature to enable bxKhem Raj
* Bump SRC_REV for uclibc_git * Pass SSP_ALL_CFLAGS=${TARGET_LINK_HASH_STYLE} otherwise utils dont get the hash_style right and QA complains. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08uClibc: redo configurationBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-06uclibc-git: Use i686 for qemux86 instead of i386 to accomodate nptlKhem Raj
* NPTL supports i486 onwards so choose a different default for qemu. * Update SRCREV * Add UCLIBC_HAS_LONG_DOUBLE_MATH=y to uClibc.distro Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01uclibc_git.bb: Bump to latest master.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-28uclibc_git.bb: Bump SRCREVKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-15uclibc_git: Bump SRCREVKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-09uclibc_git: keep PV at "git"Bernhard Reutner-Fischer
With this change, you can put PREFERRED_UCLIBC_VERSION="git" into your conf/local.conf once or set PREFERRED_VERSION_uclibc{*}="git" and need not adjust local.conf if the git revision was changed. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-07uclibc_git.bb: Bump SRCREV to latest master.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-02uclibc-git: Move to latest master and enable UCLIBC_HAS_BSD_RES_CLOSEKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-24uclibc_git.bb: Bump SRCREVKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-20uclibc-git: Update machine config for SH3 and SH4Khem Raj
* Bump the SRCREV to latest on git master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-18uclibc-git: Add libm.so to dummy shared objectsKhem Raj
* Generate dummy libm.so in uclibc-initial because ppc gcc-cross libgcc links with libm and it needs the notion of libm when building gcc-cross-intermediate * Cleanup machine config files and rename from .config to .machine * Bump SRCREV to latest master Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-11uclibc_git: Bump SRCREV.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-04-23uclibc/nptl: Remove nptl recipes.Khem Raj
* uclibc nptl has been merged into master upstream. therefore remove the recipes for nptl branch. * Use nptl as default pthreads for uclibc git recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-11uclibc-git: Add UCLIBC_HAS_NFTW to config file.Khem Raj
* Update to latest tip of master upstream. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-10uclibc-git: Typo fix in comments.Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-01uclibc_git: Bump SRCREV to latest upstream.Khem Raj
* Delete patches that are merged upstream. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-25uclibc: Add patches to hide __libc symbols.Khem Raj
* Move to latest tip. * Delete patches merged upstream. * Add patches to hide __libc* symbols. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-01-24uclibc-git: Set UCLIBC_HAS_LIBUTIL=y in distro.configKhem Raj
* Bump SRCREV to latest tip of git. * Add config for qemu x86 and mips. * Drop uclibc_ldso_use_O0.patch gcc 4.4 seems not to need it. * Set UCLIBC_HAS_LIBUTIL=y in distro.config otherwise libutils wont be generated which is needed by apps like pam. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-29uclibc-nptl: Move SRCREV to latest on nptl branch.Khem Raj
* move the SRCREV of git recipe to tip of master. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-01uclibc-nptl: Move to latest revision.Khem Raj
* Add needed fixes to get uclibc nptl compiling. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-31uclibc: Pass ARCH=<TARGET_ARCH>" on make commandline.Khem Raj
Like linux kernel Git version of uclibc mandates that ARCH is passed down from make instead of being computed magically. This will be there in next release 0.9.31 of uclibc. Defining it on make invocation for older releases is no harm. Also move uclibc to use INC_PR Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-08-27uclibc: Make 0.9.30.1 as default if not specifiedKhem Raj
Add C99 double wrappers. Set the default preferences such that 0.9.30.1 is chosen if not specified. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-01uclibc_git: Remove DEFAULT_PREFERENCEKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-01uclibc: Convert eligible uclibc recipes to use git instead of svn.Khem Raj
uclibc has changed its SCM system to git. We need to adjust the recipes to fetch from uclibc git Signed-off-by: Khem Raj <raj.khem@gmail.com>