aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
AgeCommit message (Collapse)Author
2013-05-02libvpx: do not hardcode -mfloat-api=softfp for ARM buildsMarcin Juszkiewicz
| Configuring for target 'armv7-linux-gcc' | enabling armv7 | enabling armv6 | enabling armv5te | enabling fast_unaligned | Unable to invoke compiler: arm-oe-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon --sysroot=/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv7a -O2 -pipe -g -feliminate-unused-debug-types -fPIC -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wno-unused | | Configuration failed. This could reflect a misconfiguration of your | toolchains, improper options selected, or another problem. If you | don't see any useful error messages above, the next step is to look | at the configure error log file (config.err) to determine what | configure was trying to do when it died. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-05-02p910nd: Fix the lock directory useOtavio Salvador
The original code uses a subdir inside of /var/lock which is hard for us to manage as it may be running in tmpfs; we did change it for avoid the subdir so it just works. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-04-05libdvdread: Update to newer GIT serverOtavio Salvador
Daniel has moved to newer GIT server and also imported the Debian packages on it so the previously used hash is not available. Update accordingly. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-04-05kernel bbclass: return to original directory in do_deployChase Maupin
* During the base kernel_do_deploy function the directory is changed to DEPLOYDIR in order to do some cleanup and symlinking. However, the directory is not changed back to the original starting directory ${S} at the end. For append functions this means that the starting directory is not ${S} as expected but instead ${DEPLOYDIR}. For functions like the do_deploy_append in recipes-kernel/linux/linux-dtb.inc there is an assumption that you are still in the source directory and not the DEPLOYDIR. Without this change the .dtb files are not copied because the check for the existence of ${DTS_FILE} which is a relative path from the ${S} directory fails. This means that the .dtb files are not copied into the deploy directory and subsequently the deploy/images directory. In the log.do_deploy file you will see lines like: Warning: arch/arm/boot/dts/xxxxx.dts is not available! This fix has also been picked up in the oe-core kernel.bbclass: http://cgit.openembedded.org/openembedded-core/commit/?id=fd5d80ab1a405cb4ef94f2cde25f8c251da490f0 Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-04-05guile: remove from meta-oe, there is newer version in oe-coreRoss Burton
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-03-03mg: add recipe for version 20110905Mario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-03-03samba: Split libnss-winbind packageOtavio Salvador
This allows for applications to resolv wins without the winbindd and sambad. Change-Id: Iaa86154a59e758b37f28796963e6550ed2d30464 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-19cryptsetup: import from oe-classicMartin Jansa
* add LIC_FILES_CHKSUM * depend on util-linux (renamed from util-linux-ng) * depend on lvm2 instead of device-mapper * inherit gettext Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-19lvm2: upgrade to 2.02.97 which is compatible with newer udevMartin Jansa
* older versions are using symbols removed in newer udev | dmsetup.c:985: error: undefined reference to 'udev_get_dev_path' | collect2: error: ld returned 1 exit status | make[1]: *** [dmsetup] Error 1 | make[1]: Leaving directory `/OE/jansa-test/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/lvm2/2.02.85-r2.0/LVM2.2.02.85/tools' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-19ca-certificates: upgrade to 20130119Martin Jansa
* old archive is no longer on upstream URL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-02-15xf86-video-geode: Update to 2.11.14Otavio Salvador
Change-Id: Ia42af02f16e22f6d1ecd9e437dc875c8e267a84a Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-15samba: add new package libwbclient to avoid libsmbclient dragging in sambaAndreas Müller
To find which dependency dragged in samba in folder image readelf was performed: > readelf -d usr/lib/libsmbclient.so Dynamic section at offset 0x4bfec0 contains 36 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libc.so.6] 0x00000001 (NEEDED) Shared library: [libtalloc.so.2] 0x00000001 (NEEDED) Shared library: [libtdb.so.1] 0x00000001 (NEEDED) Shared library: [libwbclient.so.0] 0x00000001 (NEEDED) Shared library: [libresolv.so.2] 0x00000001 (NEEDED) Shared library: [libnsl.so.1] 0x00000001 (NEEDED) Shared library: [libdl.so.2] 0x00000001 (NEEDED) Shared library: [librt.so.1] 0x00000001 (NEEDED) Shared library: [libz.so.1] 0x00000001 (NEEDED) Shared library: [libpthread.so.0] 0x00000001 (NEEDED) Shared library: [libgcc_s.so.1] 0x0000000e (SONAME) Library soname: [libsmbclient.so.0] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-15samba: disable avahi and build without aclFahad Usman
disable avahi and acl to avoid some random build failures. We do not want samba to auto-detect the presence of avahi and/or acl, explicitly disabling or enabling them guarantees a more predictable build process Signed-off-by: Fahad Usman <fahad_usman@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-15samba: Fix build on Fedora 17Ting Liu
* Fedora 17 has /bin/perl, this causes samba build to put perl interpreter path as /bin/perl But we set perl location for target as /usr/bin/perl * This mismatch of perl path causes failure of rootfs image creation: | error: Failed dependencies: | /bin/perl is needed by samba-3.6.8-r3.ppce5500 * MJ: fixed whitespaces Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-15samba: added gnu-configize for AArch64 supportMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-15samba: remove empty /sbinMartin Jansa
* fixes: samba-3.6.8: samba: Files/directories were installed but not shipped /sbin Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-15samba: split winbind into winbind and libwinbindMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-01libdbi: import from OE-classic and update to latest 0.8.4Eric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-01php: cleanup QA warningsMarcin Juszkiewicz
php-native had: WARNING: The recipe php-native is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.filemap /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.lock /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.depdblock /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.depdb /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/pear.php.net.reg /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/pecl.php.net.reg /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/doc.php.net.reg /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/__uri.reg /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/.alias/pear.txt /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/.alias/pecl.txt /home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/x86_64-linux/usr/lib/php/.channels/.alias/phpdocs.txt Please verify which package should provide the above files. php had: WARNING: QA Issue: php: Files/directories were installed but not shipped /.filemap /.lock /.depdblock /.depdb /var /.registry /.channels /home /var/run /var/log /var/volatile /var/volatile/run /var/volatile/log /etc/php-fpm.conf.default /.registry/.channel.pecl.php.net /.registry/.channel.doc.php.net /.registry/.channel.__uri /.channels/pear.php.net.reg /.channels/pecl.php.net.reg /.channels/doc.php.net.reg /.channels/__uri.reg /.channels/.alias /.channels/.alias/pear.txt /.channels/.alias/pecl.txt /.channels/.alias/phpdocs.txt /home/hrw /home/hrw/HDD /home/hrw/HDD/devel /home/hrw/HDD/devel/canonical /home/hrw/HDD/devel/canonical/aarch64 /home/hrw/HDD/devel/canonical/aarch64/openembedded /home/hrw/HDD/devel/canonical/aarch64/openembedded/build Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-02-01php: add apache configuration for php-fpmMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-01php: enable php-fpmEric BENARD
- php-fpm is an alternative PHP FastCGI implementation which seems to be now prefered to php-fcgi - this patch enable the build of php-fpm and packages it in its own package - it's tested with hiawatha on an armv5te target Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-01php: enable gettext and sqliteEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-01php: upgrade to 5.3.19Eric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-02-01gammu: import from OE-classic and upgrade to 1.32.0Eric BENARD
- provide default configuration files for both gammu and gammu-smsd - enable MySQL support - enable libdbi support Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2013-01-31qconnman: update git repo URLMartin Jansa
* it was probably renamed on github, old SRCREV works Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-31qconnman-e: fix unpackaged files QA warningMartin Jansa
* fixes: qconnman-e-0.0+gitr1+f976b18c7c5584627224784801803e9fd3ebe0ff: qconnman-e: Files/directories were installed but not shipped /usr/share /usr/share/qconnman /usr/share/qconnman/i18n /usr/share/qconnman/i18n/pt_BR.qm Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-31mm-common: inherit gnomebase instead of gnomeMartin Jansa
* gnomebase is enough and gnome pulls a lot of extra dependencies Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07openmotif: Avoid use os Xos.h from hostOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07openmotif: Disable printing supportOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07openmotif: Update SRC_URI and add libxft in dependsOtavio Salvador
The file couldn't be found in the official repository and it seems unmaintained as it had processing errors when trying to register to be able to download the last release. Researching in the web a mirror has been found and than we're using now this mirror so fetch works again. During build test, from a clean tmp directory we found that libxft is a hard dependency so we add it to depends list. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07xf86-video-geode: Add rdepends on EXA Xorg moduleOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07packagegroup-cli-tools: remove mdbus2, mterm2, mkdump, mioctlMarcin Juszkiewicz
Missing or unbuildable dependency chain was: ['mdbus2'] Missing or unbuildable dependency chain was: ['mterm2'] Missing or unbuildable dependency chain was: ['mkdump'] Missing or unbuildable dependency chain was: ['mioctl'] Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07midori: move to meta-gnome due to libnotifyMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07mplayer2: move lame into ENTERPRISE_DISTRO checkMarcin Juszkiewicz
Lame was in two places in build dependencies. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07devilspie2: move to meta-gnome (libwnck is there)Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07fbreader: move to meta-gpe due to libgpewidget dependencyMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2013-01-07python-phoneutils: drop due to lack of libphone-utilsMarcin Juszkiewicz
ERROR: Nothing PROVIDES 'libphone-utils' (but meta-openembedded/meta-oe/recipes-devtools/python/python-phoneutils_git.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'python-phoneutils' has no buildable providers. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-13samba: update waf-as-source.patch to applyMartin Jansa
* and Applying patch waf-as-source.patch ... File buildtools/bin/waf-svn is not empty after patch; not deleting ... Patch waf-as-source.patch does not apply (enforce with -f) I've dropped this chunk and now it builds * there is also WARNING about unpackaged but empty base_sbindir WARNING: QA Issue: samba: Files/directories were installed but not shipped /sbin created by do_install in samba.inc but used only when cifs is built, maybe we should remove it from samba.inc now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-13gypsy: added to meta-oe/recipes-navigationAndrei Dinu
Added gypsy to meta-oe/recipes-navigation Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-12-10xinput-calibrator: remove hardcoded path from xinput_calibrator.desktopMario Domenech Goulart
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10gphoto2: fix gettext build errorKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10Revert "libgphoto2: fix build"Peter A. Bigot
This reverts commit 5febf70d37c7e9cf55fa7de5285531a810312e3a. Patch made in response to oe-core commit 841ea3c1c breaks builds using oe-core danny branch which branched before that commit. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Acked-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10xinput-calibrator: update to 2012 Aug 2nd's git snapshotMario Domenech Goulart
Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10openbox: separate package for configuration files (openbox-config)Mario Domenech Goulart
Change-Id: I528392100854fb73c2a14973fd1bfa9c94e836a7 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10freerdp: update to the latest commit (2012-11-20) in the stable-1.0 branchMario Domenech Goulart
Change-Id: I9b872c1aa9a17e6ef9dc0fd4b18dfe9f354f62a6 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-12-10freerdp: disable man pages generationMario Domenech Goulart
Man pages generation uses xmlto, and it seems that it is currently broken on OE. Change-Id: I1dccb9339c20b0b898344cf60c02a705d9c32794 Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Eric Bénard <eric@eukrea.com>
2012-11-23README: update to dannyEric BENARD
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2012-11-22Revert "qt4-embedded: drop bbappend for 4.8.1"Koen Kooi
This reverts commit d08ee5a51d4e89ae587d170f8b99062689841428.
2012-11-22Revert "qt4-x11-free: drop bbappend for 4.8.1"Koen Kooi
This reverts commit bb3d744481c148ef570d9dfe0eb5f6821d02318b.
2012-11-22qt4-embedded: drop bbappend for 4.8.1Martin Jansa
* 4.8.1 was removed in oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>