aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-08-11usermanual: Pass proper arguments to tar.Holger Hans Peter Freyther
2009-08-11usermanual: Some more spelling fixesHolger Hans Peter Freyther
2009-08-11usermanual: First round of spell checkingHolger Hans Peter Freyther
2009-08-11usermanual: Improve consistency in displaying shell commandsHolger Hans Peter Freyther
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.
2009-08-11usermanual: Do not ask to use svn for bitbakeHolger Hans Peter Freyther
2009-08-11Ignore some files with a .gitignoreHolger Hans Peter Freyther
ignore generated docbook files, ignore temporary vim files
2009-08-11usermanual: Fix the make pdf target.Holger Hans Peter Freyther
Use filename and emphasis inside a para to make jade happy.
2009-08-11usermanual: Provide a section on Qt Embedded SDKHolger Hans Peter Freyther
Explain how to configure, build and use a Qt Embedded SDK generated with OpenEmbedded.
2009-08-11meta-toolchain-qte: Set the QMAKESPEC...Holger Hans Peter Freyther
And finally we have a working SDK (tm).
2009-08-11libbonobo: add 2.24.1Steve Sakoman
2009-08-11libart-lgpl: add 2.3.20Steve Sakoman
2009-08-11usermanual: Start a chapter on how to build your own SDK.Holger Hans Peter Freyther
2009-08-11usermanual: Only advertize using shlibs for external toolchainsHolger Hans Peter Freyther
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.
2009-08-10Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev
2009-08-11libgcrypt.inc: Fix libgcrypt compilation with GCC-4.4 on mipsGraham Gower
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>
2009-08-11libmad_0.15.1b: fix libmad compilation with GCC-4.4 on mipsGraham Gower
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>
2009-08-11Update the em-x270 machine to work with linux_2.6.23.Rafael Campos Las Heras
* 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>
2009-08-11curl-7.19.5: Fix for curl artifact 2825989Marc Olzheim
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>
2009-08-11qt4: Make it possible to set the QMAKE_QT_CONFIG variableHolger Hans Peter Freyther
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.
2009-08-11meta-toolchain-qte: Fix the paths to the helper utilitiesHolger Hans Peter Freyther
They are directly copied into bin/ and not usr/bin. Change the script to point to the correct location.
2009-08-10eglibc-package.bbclass glibc-package.bbclass: Use ls -d in do_prep_locale_treeMarc Olzheim
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>
2009-08-10python-sip_4.8.2.bb: Add new recipe for python-sipManuel Pietschmann
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-10bitbake.conf: Initialize empty PACKAGE_EXTRA_ARCHS conditionally.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-08-10angstrom: move to glib 2.21.4Koen Kooi
2009-08-10checksums: add gvfs checksumKoen Kooi
2009-08-10linux-davinci: add defconfig for dm365-evmKoen Kooi
2009-08-10gvfs: add 1.3.3Steve Sakoman
2009-08-10gnome-vfs: add 2.24.1, share patches with 2.22.0Steve Sakoman
2009-08-10opencv: Bump SRCREV, explicitly build with ffmpegSteve Sakoman
2009-08-10task-beagleboard-demo: make gnash armv7a specific since it's using boost ↵Koen Kooi
atomic ops which are missing for pre-v7 arms
2009-08-10Angstrom source mirror: don't mirror avisKoen Kooi
Angstrom feed builder: build more stuff
2009-08-10linux-davinci: update git recipeKoen Kooi
2009-08-10icu: Fix compilation for mips using -fPIC on the rematch.oGraham Gower
/home/grg/oe/tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: rematch.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC http://patchwork.openembedded.org/patch/920/ Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-10portmap-unslung: Drop the recipe as it is obsoleteHolger Hans Peter Freyther
According to Mike Westerhof it is obsolete and can be removed: http://patchwork.openembedded.org/patch/922/
2009-08-10portmap_6.0: Fix building on mipsel with gcc4.3Graham Gower
with gcc-4.4 and provides the following: | tmp/cross/mipsel/lib/gcc/mipsel-angstrom-linux/4.4.1/../../../../mipsel-angstrom-linux/bin/ld: portmap.o: relocation R_MIPS_HI16 against `__gnu_local_gp' can not be used when making a shared object; recompile with -fPIC The CFLAGS in portmap's Makefile contains -fpie, but is ignored. The CFLAGS I've added below are constructed from portmap's Makefile. When built with gcc-4.3.3 the resultant binary no longer segfaults. Signed-Off-By: Holger Hans Peter Freyther <zecke@selfish.org>
2009-08-10qt4: Hack out the pg_config invocation on configureHolger Hans Peter Freyther
Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something about /usr/include. There is no need for us to check pg_config, hack it out.
2009-08-09Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Koen Kooi
into org.openembedded.dev
2009-08-09gnome-python: add 2.26.1Steve Sakoman
2009-08-09gconf-editor: add 2.26.0Steve Sakoman
2009-08-09gnome-common: one more bit of cleanupSteve Sakoman
2009-08-09gnome-common: restructure recipes to use gnome-common.inc, add 2.26.0Steve Sakoman
2009-08-09task-qte-toolchain-target: Do not install the full qt4-embeddedHolger Hans Peter Freyther
Do not install debug packages and examples making the SDK a bit smaller.
2009-08-09xcalibrate: Use increment-able PV format as other git version recipes do.Stanislav Brabec
2009-08-09usermanual: Grammar fix.Holger Hans Peter Freyther
2009-08-09uclibc-initial_0.9.30.1.bb: Fix do_stage for ubuntu karmicHolger Hans Peter Freyther
gcc4.4 and glibc 2.10 complain that getline already has a different signature. Rename the version in the unidef.c.
2009-08-09Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded ↵Khem Raj
into org.openembedded.dev
2009-08-09tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCHKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-09pciutils_3.1.2.bb: Dont install gzipped versio of pci.ids its not there.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-09sanity.bbclass: Correct typo to refer to PACKAGE_EXTRA_ARCHSKhem Raj
We were using EXTRA_PACKAGE_ARCHS which was sort of misleading if you started to search for this variable. It was a typo hence fixed as obvious. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-09qt4-x11-free.inc: Do not override the var set by qt4-x11-free-glesHolger Hans Peter Freyther
Another attempt to fix the dependencies of qt4-x11-free-gles. Do not make libqt4-FOO-dev depend on qt4-x11-free-gles which will drag in more dependencies. A better fix would be to build the OpenVG graphicsengine unconditionally and build the screendriver out of this tree and install it as a plugin. Do the same change to qt4-embedded.inc.