Age | Commit message (Collapse) | Author | Files |
|
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The
approach that was taken leads to disagreement and the change was pushed
too early. DISTRO_PR is going to say and will be used inside the package
creation. There will be more disucssion on the list about where to continue
from here.
|
|
* do not install this target binaries to install
they are not useful and were installed into a
false directory
* bump PR on all affected recipes
|
|
Allow a distribution to globally bump the PR of every package
this is useful when there was a change in the toolchain and
every package is going to be different.
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \;
find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \;
Acked-By: Koen Kooi <koen@openembedded.org>
|
|
using dash shell. Some tab/space formatting changes in the recipes.
|
|
* add linuxthread support for am with arm-linuxthreads.patch,
otherwise qt-emebedded 4.4.1 is not buildable
* to enable linuxthreads you have to comment
LINUXTHREADS_OLD=y in uClibc.conf
* include linuxthreads-changes.patch from the uclibc-mailinglist
* add log2 function with uclibc_mathc99.patch, one program
in qt-emebdded 4.4.1 requires this
* bump PR
|
|
and libc6-dev (glibc,eglibc) packages. This helps in using the common name
for tasks which do not care about the libc being used.
This also fixes Bug 4509
-Khem
|
|
1. Adds new recipe for uclibc nptl build. (currently only arm is in)
2. Renames uclibc-cvs to uclibc-svn
3. Revs up the sane rev of svn recipes to tested one.
4. Makes arm_fix_alignment.patch in two versions one for svn and one for 0.9.29 unfortunately changes in svn does not let us apply the 0.9.29 patch on svn cleanly.
-Khem
|
|
build for uclibc-initial_cvs.bb was failing because it was not picking correct uClibc.distro and uClibc.machine files. Also moved the arm-ftruncate patch to files/ because it will be shared by other recipes to be added in future.
|
|
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
|
|
|
|
|
|
|
|
* add the unistd_arm.patch to the svn-recipe too, is not fixed upstream yet
* bump pr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Since the default now for x86 target is arch=i486 this is need for uclibc to build
Bump PR
|
|
|
|
Add patch to allow gettext to compile
|
|
|
|
* OE's strip functionality can't cope with a debugbuild of uclibc yet, so beware
|
|
the OE/uclibc people are displaying for patches sent to the mailinglist, this could break for some configurations
|
|
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
- since they do apparently work (however 20060120, against these patches
have been tested, produces non-working shells such as busybox ash and
bash.)
|
|
- this updates the patch set to svn 20060120, the patches now apply
but the result is non-functional (completely).
|
|
x.x.x+cvsYYYYMMDD format and some includes some minor whitespace cleanup.
|
|
The SVN version now copies 0.9.28 patches, the armeb case should work,
other architectures almost certainly require the uclibc-cvs/*/uClibc.config
copy of the config file to be deleted (if this is done the build will pick
up the config file in uclibc-0.9.28).
|
|
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/20 09:23:46+02:00 hrw.one.pl!hrw
konqueror-embedded_20030705: fixed SRC_URI
2005/05/20 09:03:16+02:00 hrw.one.pl!hrw
uclibc moved to Subversion
BKrev: 428d9442VVwcCCBXw4ms_eaj_1PfSg
|