Age | Commit message (Collapse) | Author | Files |
|
This fixed a build break on uclibc where
it complained
armv5te-oe-linux-uclibcgnueabi/usr/include/stdlib.h:215:
error: expected '=', ',', ';', 'asm' or '__attribute__' before 'strtouq'
The reason is
u_quad_t is only defined if __USE_BSD is defined
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
into org.openembedded.dev
|
|
Set ZLIB=yes to prevent auto-detection by the lib/configure script,
which only looks in /usr/include.
Ship pci.ids in pci-ids-uncompressed for users of old hal versions.
Pass PREFIX to Make and use the install-lib target to save work.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
* the 'zippy' daughtercard now has working mmc, rtc and ethernet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into oe.dev
|
|
Remove duplicate audio-2008.patch patch line from recipe (fixes build issue
introduced with 013c006d11a59269b9d3adc6cbb6fb8091144965).
Signed-off-by: David-John Willis <John.Willis@Distant-earth.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
|
|
- restructure recipe and add .inc
- Add patch to fix a crash on startup during static initialization of a map
- Add startup script
- Enable curl and smtp
- Add recipe for cvs version
|
|
|
|
|
|
Tested on a armv5te platform using thumb instruction set
|
|
* Added mimetools.py and rfc822.py to python-netclient
* Added python-json package
* Let python-email depend on python-netclient, because email/utils.py depends on base64.py
NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
|
|
dbus-daemon segfaults on mipsel when built with -fPIE/-pie, as outlined in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532821
Removes PIE compilation from the dbus-daemon Makefile as a workaround.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
|
|
|
|
|
|
|
|
nandlogical-klibc-static now)
|
|
|
|
|
|
|
|
|
|
Use $ <command>NAME</command> for all shell commands on the host
throughout the docbook. $ was picked over the other three candidates
due being the oldest one we have used.
|
|
|
|
ignore generated docbook files, ignore temporary vim files
|
|
Use filename and emphasis inside a para to make jade happy.
|
|
Explain how to configure, build and use a Qt Embedded SDK
generated with OpenEmbedded.
|
|
And finally we have a working SDK (tm).
|
|
|
|
|
|
|
|
Using shlibs and ASSUME_SHLIBS should be everything we need to
get proper dependencies into packages. This section should get
more work and the external-poky-toolchain approach should be
copied to simplify this task.
|
|
into org.openembedded.dev
|
|
Patch taken from https://forum.openwrt.org/viewtopic.php?id=20520
Makes sense and seems to work ok.
libgcrypt.inc has --disable-asm in EXTRA_OECONF, yet strangely the configure
script does nothing with this information beyond parsing it. Assembler is
certainly still being used.
http://patchwork.openembedded.org/patch/919/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
Fix build failure due to removal of the h asm constraint in
GCC-4.4 mips port.
http://patchwork.openembedded.org/patch/921/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
* Use of generic linux_2.6.23 recipe
* remove em-x270_2.6.23 recipe (ugly).
* Add a patch that allows to compile with gcc 4.1 compiler.
Signed-off-by: Rafael Campos Las Heras <methril@gmail.com>
Signed-off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
Add curl-add_all_algorithms.patch to 7.19.5 recipe. Fixes curl artifact id 2825989
https://sourceforge.net/tracker/index.php?func=detail&aid=2825989&group_id=976&atid=100976
http://cool.haxx.se/cvs.cgi/curl/lib/ssluse.c#rev1.229
http://patchwork.openembedded.org/patch/928/
Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
this way we will find the qconfig.pri and all library names
will be set correctly. This means that the SDK is usable to
compile Qt applications out of the box.
|
|
They are directly copied into bin/ and not usr/bin. Change
the script to point to the correct location.
|
|
ls -d will list directories as plain files and then cp -R will copy the
contents over.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|