- Feb 23, 2014
 - 
- 
Martin Jansa authored
* python-ecore, python-edbus, python-edje, python-elementary, python-emotion, python-evas are now built from single source tree * announcements: 1.8.0: http://sourceforge.net/mailarchive/message.php?msg_id=31728838 1.8.1: http://sourceforge.net/mailarchive/message.php?msg_id=31862842 * be aware that upgrade-path wont probably work correctly and that you have to manually cleanup your sysroots before migrating to new shared efl recipe, for details see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* it improves upgrade-path, it's not perfect and I was testing it only on my SHR images which include lot of efl stuff, but not all, so some packages can still be a bit different Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* eina, evas, eio, efreet, edbus2, ecore, ethumb, emotion, embryo, edje are now built from single source tree * announcements: efl & friends http://sourceforge.net/mailarchive/message.php?msg_id=31733071 EFL 1.8.4 release http://sourceforge.net/mailarchive/message.php?msg_id=31826305 EFL 1.8.5 release http://sourceforge.net/mailarchive/message.php?msg_id=31895179 * be aware that upgrade-path wont probably work correctly and that you have to manually cleanup your sysroots before migrating to new shared efl recipe, for details see https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Matthieu CRAPET authored
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Khem Raj authored
Update to latest git kernel internal headers has got resuffled so adjust to that split modules out into packages of their own otherwise debug split logic gets confused when packaging the kernel modules Package debug info generated from newly added test cases Put .a files in staticdev package install modules in usual location Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Matthieu CRAPET authored
Useful CLI tool for XML data manipulation. Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Khem Raj authored
python-setuptools has been removed in OE-Core Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Koen Kooi authored
When using a recent cross-binutils you need this fix as well, so move it from -native to the .inc. Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Roy Li authored
Once babald becomes a background daemon, it should not output information to stdout, so need to close stdout. In fact, other daemons close their stdout when they run into background, like ospfd, isisd and bgpd, by calling daemon() which is in lib/daemon.c Closing the stdout can fix a tee hang issue { #/usr/sbin/babeld -d |tee tmp } Signed-off-by:Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Diego Sueiro authored
libao compiling is failing because of a dependency on esound. Adding PACKAGECONFIG to fix the issue. Signed-off-by:
Diego Sueiro <diego.sueiro@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Feb 21, 2014
 - 
- 
Koen Kooi authored
PAM plugins belong in ${PN}, don't let the .so suffix fool you. Signed-off-by:Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Khem Raj authored
libmicrohttpd is needed by systemd-journald-gatewayd Remove older recipes and move to recipes-support Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Matthieu CRAPET authored
Some bash completion commands are already provided by util-linux recipe. Also disable parallel build because "symlinks" rule is buggy (see completions/Makefile.am). Signed-off-by:
Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Lukas Bulwahn authored
After python-m2crypto was reported as failed task in bitbake world on 2014-02-08 by Martin Jansa, I investigated python-m2crypto with MACHINE = "qemux86-64" setting. When compiling python-m2crypto for qemux86-64, the setup.py aborts in the swig call with: | swig -python -I[...]/tmp-eglibc/sysroots/qemux86-64/usr/include/python2.7 -I[...]/tmp-eglibc/sysroots/qemux86-64/usr/include -includeall -o SWIG/_m2crypto_wrap.c SWIG/_m2crypto.i | [...]/tmp-eglibc/sysroots/qemux86-64/usr/include/openssl/opensslconf.h:41: Error: Unable to find 'openssl/opensslconf-32.h' | error: command 'swig' failed with exit status 1 | ERROR: python setup.py build_ext execution failed. | WARNING: exit code 1 from a shell command. To compile for x86-64 architecture, opensslconf.h shall include opensslconf-64.h, not opensslconf-32.h. Properly including opensslconf-64.h can be configured through the bits/wordsize.h header and setting the __x86_64__ directive in the swig call. To set the directive, the SWIG_FEATURES variable for x86-64 is set and exported in the recipe. Compiling python-m2crypto for qemumips still fails and needs further adjustments, but is not addressed here. This patch follows Khem Raj's suggestion on the openembedded-devel mailing list after submission of the first commit to this issue. Signed-off-by:
Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Khem Raj authored
We need to point KERNEL_INC at include-generic otherwise we end up with errors like | from src/parser/st_i2c_parser.c:42: | /home/kraj/work/angstrom-2013.12/build/tmp-angstrom_v2013_12-eglibc/sysroots/beaglebone/usr/src/kernel/include/linux/wait.h:8:25: fatal error: asm/current.h: No such file or directory | #include <asm/current.h> | ^ | compilation terminated. | make[2]: *** [i2c_tests] Error 1 Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Jonathan Liu authored
Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Feb 19, 2014
 - 
- 
Koen Kooi authored
* Patch was applied upstream, delete it * Add coreutils dep to stop scripts from erroring out * bump PE to since 'git' > '036' Signed-off-by:Koen Kooi <koen@dominion.thruhere.net>
 
 - 
 - Feb 18, 2014
 - 
- 
Jack Mitchell authored
Signed-off-by:
Jack Mitchell <jack@embed.me.uk> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Koen Kooi authored
This builds the server and the sharding helper, but not the CLI. The CLI will need a libv8 recipe since fixing the built-in copy to cross build is too much work. Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* ftsynth.h header was moved to freetype2 and vlc is broken since: commit 7cbf6060ac14b0f4d2f038f821ca980be0d46cb0 Author: Ross Burton <ross.burton@intel.com> Date: Mon Nov 11 17:25:22 2013 +0000 Subject: freetype: upgrade to 2.5.0.1 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* V4L2_CID_HCENTER and V4L2_CID_VCENTER removed from linux v3.9 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Andreas Oberritter authored
* Use _git version suffix, because it really is a Git recipe. * Create an inc file to be shared between qt4x11 and qt4e. * Use CONFIG+=notests, because CONFIG+=notest has no effect now. * Reorder some variables according to style guide. * Remove unneeded PROVIDES for ${PN}-plugin, which is already listed in PACKAGES. * Hardcode branch to master, because no other branch exists upstream. * Simplify do_install. * Don't overwrite EXTRA_QMAKEVARS_PRE, because qt4e.bbclass uses it to pass on QT_LIBINFX. * Generalize QT_IMPORTS_DIR to make it valid for qte. Signed-off-by:Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Feb 17, 2014
 - 
- 
Koen Kooi authored
See http://patches.openembedded.org/patch/65311/ Signed-off-by:
Koen Kooi <koen.kooi@linaro.org>
 
 - 
 - Feb 16, 2014
 - 
- 
Andrea Adami authored
Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
 
 - 
 - Feb 14, 2014
 - 
- 
Matthieu Crapet authored
This library is usefull for userspace netfilter log messages (c.f. iptables and -j NFLOG target). libnetfilter-conntrack, libnetfilter-cttimeout, libnetfilter-cthelper and libnetfilter-queue are already available since december of 2012. Signed-off-by:
Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Feb 12, 2014
 - 
- 
Roy Li authored
Signed-off-by:
Roy Li <rongqing.li@windriver.com> Acked-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Roy Li authored
it should be CPP, not cpp; this typOS makes vtysh unable to work. Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Roy Li authored
The rpath, which configuration computers, is a host-related path in cross-compile environment; In fact, need to not add rpath into elf file. WARNING: QA Issue: package inetutils-ftp contains bad RPATH /buildarea/build/new/bitbake_build/tmp/sysroots/qemux86-64/usr/lib64 in file /buildarea/build/new/bitbake_build/tmp/work/x86_64-wrs-linux/inetutils/1.9.1-r1/packages-split/inetutils-ftp/usr/bin/ftp.inetutils Signed-off-by:
Roy Li <rongqing.li@windriver.com> Reviewed-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Feb 04, 2014
 - 
- 
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Feb 01, 2014
 - 
- 
chase maupin authored
* The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/..... where the rest of the URL is based on the major version on PHP being downloaded. This is a change from the previous download server which had a flattened directory structure so that all versions were available in a single location. * To account for this change in the directory structure a variable called PHP_MAJVER is used based off of the PV to point the SRC_URI to the proper subdirectory. * This issue wsa first noted by Joshua Vanderpool at Joshua.Vanderpool@raymondcorp.com and there was discussion at http://lists.openembedded.org/pipermail/openembedded-devel/2014-January/093757.html * This patch has been commited to that master branch Signed-off-by:
Chase Maupin <chase.maupin@ti.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Koen Kooi authored
Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Javier Viguera authored
The wrong option was breaking the build with: configure: error: invalid package name: systemdsystemunitdir= Signed-off-by:
Javier Viguera <javier.viguera@digi.com> Reviewed-by:
Otavio Salvador <otavio@ossystems.com.br> Acked-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Koen Kooi authored
This needs a 3.11.x kernel or newer for the configfs stuff. Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Koen Kooi authored
See http://patches.openembedded.org/patch/65311/ Signed-off-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Nick D'Ademo authored
Signed-off-by:
Nick D'Ademo <nickdademo@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Ming Liu authored
Also add --enable-libunwind option for samba source3, otherwise, it will be auto-detected from sysroot, which will lead implicit results. Signed-off-by:
Ming Liu <ming.liu@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Koen Kooi authored
Technically it won't work without, but it's possible to build the firmware into the kernel, so use RRECOMMENDS. Signed-off-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Andreas Oberritter authored
Includes a fix to use /sbin/init instead of an obsolete path to systemd. Signed-off-by:
Andreas Oberritter <obi@opendreambox.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Jan 23, 2014
 - 
- 
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Reviewed-by:
Hongxu Jia <hongxu.jia@windriver.com>
 
 -