aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-10-21omap machines: remove preferred versions from machine files, the recipes ↵Koen Kooi
already pin those correctly
2010-10-21conf/machine: first batch of preferred_version removal: gcc/glibc/binutilsKoen Kooi
2010-10-21linux(-kexecboot): add recipe for 2.6.36 version + spitz defconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20++dfb: Add a patch to allow compilation with DirectFB 1.4.David Kozub
Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20libchamplain: DEPENDS: add clutter-gtk & sort entries alphabeticalAndreas Mueller
* configure on clean environment failed with checking for GTK... configure: error: Package requirements ( gtk+-2.0 >= 2.12 clutter-gtk-0.10 >= 0.10 ) were not met: No package 'clutter-gtk-0.10' found Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20clutter: remove COMPATIBLE_MACHINEAndreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20base.bbclass: depend on mercurial-native if SRC_URI contains hg://Eric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20log4cxx 0.10.0 recipeTasslehoff Kjappfot
Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20change upstart-0.3.11.bb to compatible with new upstart.incAnatoly Shipitsin
* bump PR * add to SRC_URI example-jobs for upstart-sysvcompat and rc init scripts * add USE_VT and SYSVINIT_ENABLED_GETTYS with default value, similary as in sysvinit recipe * add checksum for example-jobs Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20update upstart.inc for fix upstart-sysvcompatAnatoly Shipitsin
* change upstart-sysvtools to upstart-sysvcompat for right package build * move all sysvcompat tools to upstart-sysvcompat * add to upstart-sysvinit need for sysvcompat services from example-jobs * add inherit update-alternatives for right set and switch between inits * move base directory from /usr to /. This need for update-alternatives work right, see sysvinit recipe * add generation native tty services, similary as in sysvinit recipe * add update alternatives in upstart-sysvcompat and upstart packages Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20Add rc init files for upstart sysvcompatAnatoly Shipitsin
* Add rc, rcS and rcS-default from sysvinit recipe directory, for upstart-sysvcompat Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20remove upstart_0.3.8.bbAnatoly Shipitsin
* remove recipe upstart_0.3.8.bb it's not buildable. I'm got error: wire.c: In function 'upstart_pop_int': wire.c:120: error: 'INT_MIN' undeclared (first use in this function) wire.c:120: error: (Each undeclared identifier is reported only once wire.c:120: error: for each function it appears in.) wire.c:120: error: 'INT_MAX' undeclared (first use in this function) wire.c: In function 'upstart_pop_unsigned': wire.c:196: error: 'UINT_MAX' undeclared (first use in this function) make[2]: *** [wire.lo] Error 1 Not found any recipe depends on it. Signed-off-by: Anatoly Shipitsin <norguhtar@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20clutter-gtk: Bump to 0.10.8Andreas Mueller
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20live555: Add version 20101015 and remove older versionsSean Cross
Live555 gets downloaded from http://www.live555.com/liveMedia/public/ but they only have the latest version available. This patch adds support for the latest version, and removes older packages which cannot build due to missing tarballs. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-imx-git: Fix compile error by making rotary coder a builtinSean Cross
There is a problem with certain functions not being exported in the kernel. This causes a compile error. As a workaround, make the rotary coder a builtin. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-2.6.24: hipox machine fixed memzero.SMario Schuknecht
Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20automake-1.11.1: omit compilation of pyc files on installAndreas Oberritter
* On install, automake calls py-compile, which previously compiled python source code to pyc and pyo, which both got packaged. * The python interpreter in OE contains patches to enable optimization (pyo) by default: 04-default-is-optimized.patch 99-ignore-optimization-flag.patch * automake created pyc files by calling py_compile.compile() and adding the c suffix manually, resulting in identical byte code for both pyc and pyo files. * 0001-py-compile-compile-only-optimized-byte-code.patch applies to automake 1.11 and automake master, but older versions require a slightly modified patch. However, older versions are only pinned by chinook-compat and nylon, so I left them untouched. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua5.1: use standard prefix for Lua librariesPetr Štetiar
In default configuration Lua uses wrong /usr/local/{lib,share} in it's module/script search path. This patch change it to the usage of the standard /usr/{lib,share} directories. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua5.1: link to libpthread when using uclibcPetr Štetiar
When the Lua modules are linked with pthreads, loading them crashes Lua. It's some bug in pthread_create() in uclibc. Anyway, linking Lua against pthread fixes this issue. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua-rs232: use standard prefix for Lua librariesPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20lua-filesystem: use standard prefix for Lua librariesPetr Štetiar
Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20usermanual: update to new style stagingPaul Menzel
Take a look at [1]. [1] http://wiki.openembedded.org/index.php/Legacy_staging Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20gedit_2.30.0: Set `LICENSE` to GPLv2+ for real.Paul Menzel
Set In commit 860f29 [1] `LICENSE` was just set to `GPLv2` instead of `GPLv2+` in contrary to the commit message and the intention. Thanks for Andreas Oberritter to spotting this [2]. [1] http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=master&id=860f2947b54a29becb4686261026c205bf3b9358 [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025823.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20busybox: add ts72xx hwclock-default file and modify hwclock.shPetr Štetiar
This patch simplifies the hwclock.sh init script and adds a possibility to fallback to default RTC device even if the device specified in HWCLOCKDEVICE doesn't exist. Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-2.6.34: ts72xx - update the kernel patchset and defconfigPetr Štetiar
- update the SD card patch so it works on ts7400 board also - update CMDLINE and use UBIFS as rootfs by default - add patch with fix for the ts72xx watchdog driver - build what's possible as modules Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20ts72xx: update machine configPetr Štetiar
- add autoloading of common modules - specify parameters for UBIFS image - move CMDLINE to kernel - update MACHINE_FEATURES - specify KERNEL_IMAGETYPE Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20libsigc++-1.2.5: convert to new style stagingAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20linux-gumstix-2.6.15 & gumstix_2.6.5-gnalm1: removed outdated recipesAsh Charles
* removed two old recipes in the linux kernel with pre-2.6.20 kernel as suggested by Marcin's RFC of 20 Oct 2010. Signed-off-by: Ash Charles <ash@gumstix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20nail_11.21.bb: Fix build failure due to dumbness in a configure-like script.Graham Gower
Presumably this build failure is due to a race condition, whereby the LIBS file contains some garbage when it is autogenerated by the 'makeconfig' script. mipsel-oe-linux-gcc -march=mips32 -L/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-rpath-link,/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib -Wl,-O1 aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o imap.o imap_search.o junk.o lex.o list.o lzw.o macro.o maildir.o main.o md5.o mime.o names.o nss.o openssl.o pop3.o popen.o quit.o send.o sendout.o smtp.o ssl.o strings.o temp.o thread.o tty.o v7.local.o vars.o version.o `grep '^[^#]' LIBS` -o nail mipsel-oe-linux-gcc: o: No such file or directory mipsel-oe-linux-gcc: make: No such file or directory mipsel-oe-linux-gcc: grep: No such file or directory mipsel-oe-linux-gcc: happy: No such file or directory make: *** [nail] Error 1 Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20xoscope_1.12.bb: Fix build failure when comedilib has already been staged.Graham Gower
If comedilib is already staged, xoscope tries to use it and fails to build. mipsel-oe-linux-gcc -march=mips32 -DHAVE_CONFIG_H -I. -I.. -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/gtk-1.2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include/glib-1.2 -I/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/lib/glib/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -isystem/mnt/oe/tmp/sysroots/mipsel-oe-linux/usr/include -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -Wall -MT callbacks.o -MD -MP -MF .deps/callbacks.Tpo -c -o callbacks.o callbacks.c callbacks.c:29:19: error: static declaration of 'window' follows non-static declaration callbacks.h:3:19: note: previous declaration of 'window' was here make[2]: *** [callbacks.o] Error 1 make[2]: Leaving directory `/mnt/oe/tmp/work/mipsel-oe-linux/xoscope-1.12-r1/xoscope-1.12/comedi-glade-src' So disable comedilib support at configure time. I assume since comedi is new to the tree this year and xoscope was added years ago, that comedi support is not desired. Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20qpe-libgaim_1.5.0.bb: Add new location of glib-2.0 headers to compiler ↵Khem Raj
include file search Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20toolchain-external: fix circular recursion if TOOLCHAIN_VENDOR is not definedDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-21sharp-binary-only: remove unused libs/utils for ZaurusAndrea Adami
2010-10-21sharprom-toolchain: remove now obsoleted/unbuildable toolchainAndrea Adami
2010-10-21conf/distro/include: remove obsolete preferred-opie-versions.incPaul Eggleton
Specific version include files should now be used - this old one points to 1.2.2 which is no longer supported in the OE dev branch.
2010-10-21linux-kexecboot: set INITRAMFS_IMAGE = "initramfs-kexecboot-klibc-image"Andrea Adami
* initramfs-kexecboot-image is now *libc agnostic
2010-10-21initramfs-kexecboot-klibc-image: klibc variant of initramfs-kexecboot-imageAndrea Adami
2010-10-21kexec-tools: explicit packaging of kexec and kdumpAndrea Adami
2010-10-21kexecboot: split kexecboot-klibc recipe and oe-stylizeAndrea Adami
2010-10-21zaurus-utils: apply oe-stylizeAndrea Adami
2010-10-20expat: set acpaths=, not =+Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20binutils.inc: Use anon python to grok CONFIGUREOPTSKhem Raj
* Immediate evaluation worked fine when the package was for target but failed for cross because cross bbclass is inherited after this evaluation happens and the configure parameters are pre evaluated which are incorrect for binutils-cross build, therefore we need to evaluate this expression at very end of parsing the recipe Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20preferred-gpe-versions: remove now unused files.Andrea Adami
2010-10-20amsdelta-oe.conf: no need to specify preferred-gpe-versions-2.8Andrea Adami
* default should work flawlessy (implicitly ack'ed on irc by GPE maintainer)
2010-10-20sharprom-compatible: remove unmaintained distro.Andrea Adami
* embedix-2.4 kernels have been moved to obsolete * external toolchain with gcc-2.95 was required * ack'ed by the former OpenZaurus maintainers
2010-10-20expat: use INC_PR, set acpathsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20diffstat: fetch from upstreamChris Larson
Upstream has archived version tarballs, so it seems, so stop relying on debian for the fetching. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-20distro, toolchain-external: override TARGET_VENDOR with TOOLCHAIN_VENDORBen Gardiner
Trying to use an external toolchain like the 2009q1 toolchain from codesourcery has some strange results since the toolchain has vendor 'none' but distributions like angstrom set TARGET_VENDOR unconditionally. This patch overrides the TARGET_VENDOR with the value of TOOLCHAIN_VENDOR, if set. TOOLCHAIN_VENDOR can be set in the local configuration alongside the other TOOLCHAIN_* variables. The override is performed in toolchain-external.inc, as suggested by Koen Kooi [1]. It also reorders the inclusion of the distro and toolchain-* so that toolchain-external can override the value of TARGET_VENDOR, as suggested by Denys Dmytriyenko [2]. Tested with angstrom-2008.1 and the codesourcery 2009q1 toolchain by assigning TOOLCHAIN_VENDOR = "-none" TOOLCHAIN_TYPE = "external" TOOLCHAIN_BRAND = "csl" in addition to putting the CSL in the PATH. [1] http://thread.gmane.org/gmane.comp.handhelds.openembedded/37918/focus=38047 [2] http://thread.gmane.org/gmane.comp.handhelds.openembedded/38176/focus=38188 Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> CC: Koen Kooi <k.kooi@student.utwente.nl> CC: Víctor M. Jáquez L. <vjaquez@igalia.com> CC: CC: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-20linux-openmoko-2.6.34: add patch for jitter less tsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20binutils: bump INC_PR to force rebuildKoen Kooi