aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-08-02qwt: Skip the already-stripped QA test.yocto-2.2.4yocto-2.2.3yocto-2.2.2morty-16.0.4morty-16.0.3morty-16.0.2mortyPhilip Balister
In 2013, the poky reference distribution made already-stripped an error not a warning. So if you try to build gnuradio with poky, it fails. Since qt4 is not being updated and should go away eventually, skip the check here. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-11-01qt4: add patch which fixes 24-bit color depthyocto-2.2.1morty-16.0.12.3_M32.3_M22.3_M1Stefan Agner
This makes sure Qt4 works well with frame buffer using [23:0] R:G:B (little endian) pixel format. See also: https://bugreports.qt.io/browse/QTBUG-56740 Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-11-01nativesdk-qt4-tools: ensure --disable-static is not passedCody P Schafer
This recipe presumes it can build the qt4-tools as static, and does not install any of it's built libraries. If we don't remove `--disable-static`, it attempts to use non-existent shared libraries (many of them aren't even built), resulting in either link failures at build time or (occasionally) at populate_sdk time due to the lack of a provider for the shared libraries. Signed-off-by: Cody P Schafer <dev@codyps.com>
2016-11-01qt4-embedded: Default to build tslib when touchscreen is definedMike Looijmans
When "touchscreen" is in the MACHINE_FEATURES, packagegroup-core-qt4e will RDEPEND on qt4-embedded-plugin-mousedriver-tslib, but that library is not being built by default, resulting in an error like: opkg_prepare_url_for_install: Couldn't find anything to satisfy 'qt4-embedded-plugin-mousedriver-tslib'. To prevent that from happening, add "tslib" to the default PACKAGECONFIG when touchscreen is defined. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
2016-11-01packagegroup-core-qt4e.bb: mv tslib from rdepends to rrecommendsMax Krummenacher
Commit c4671873af5ab6c7d15ca397538f154c11c3486e made the build of tslib a PACKAGECONFIG. By default tslib components are not built. Thus a build for a machine with "MACHINE_FEATURES" "touchscreen" fails for missing tslib components. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2016-08-25packagegroup-core-qt4e: updates based on tslib dependencyyocto-2.2morty-16.0.02.2_M3Maxin B. John
Since tslib dependency is optional, update the location of qt4-embedded-plugin-mousedriver-tslib which depends on it. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-08-25qt4-embedded.inc: provide PACKAGECONFIG for tslibMaxin B. John
make tslib dependency optional Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-28qt4-native: inhibit strip for debug packagesyocto-2.1.3yocto-2.1.2yocto-2.1.1krogoth-15.0.3krogoth-15.0.2krogoth-15.0.1krogothTim Orling
[YOCTO #10039] Apply the same patch from qt4-4.8.7.inc to qt4-native. This will avoid "already-stripped" QA warnings Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-28qt4-native: fix build for gcc-6Tim Orling
[YOCTO #10039] Apply patches from qt4-4.8.7.inc to qt4-native as well. (Now that Fedora-24 host is gcc-6) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-07-06qt4-native: disable precompiled headers2.2_M2Andreas Oberritter
Using precompiled headers may lead to errors in parallel builds: | In file included from <command-line>:0:0: | /usr/include/stdc-predef.h:59:1: error: one or more PCH files were found, but they were invalid | #endif | ^ | /usr/include/stdc-predef.h:59:1: error: use -Winvalid-pch for more information | /usr/include/stdc-predef.h:59:1: fatal error: .pch/release-shared-emb-x86_64/QtCore: No such file or directory Upstream bug report: http://lists.qt-project.org/pipermail/development/2014-July/017689.html Precompiled headers have been disabled for target builds from the beginning (commit 46bdf066 in OE-Core). Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2016-07-06qt4-embedded: remove dependency on DirectFBPaul Eggleton
DirectFB is about to be removed from OE-Core, so we shouldn't (and don't need to) depend upon it here. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-05-26qt4: Add patch to allow builds of webkit with gcc v62.2_M1Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-05-25qt4: Fix build with gcc-6Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-08qt4-4.8.7: Add support for nios2yocto-2.1krogoth-15.0.0Marek Vasut
Add necessary bits to build Qt4 for NIOS2 architecture. Signed-off-by: Marek Vasut <marex@denx.de>
2016-01-21python-pyqt: Add recipe.Philip Balister
* Recipe copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister <philip@balister.org>
2016-01-21sip: Add recipe.Philip Balister
* Recipe copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister <philip@balister.org>
2016-01-21qwt: Add recipe.Philip Balister
* Copied from meta-openembedded/jethro. * Used by GNU Radio. Signed-off-by: Philip Balister <philip@balister.org>
2016-01-11Change collection name to 'qt4-layer'Otavio Salvador
Most layers use the '-layer' suffix for the collection, so we should follow same pattern here. This is part of [YOCTO: #8898]. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-12-16qt4: add UPSTREAM_CHECK_URI/_REGEX2.1_M1Ross Burton
Signed-off-by: Ross Burton <ross.burton@intel.com>
2015-12-16qt4-4.8.7: fix build for mips n32Robert Yang
Issue: LIN8-1720 If _ABIN32 is defined, it should go into 32 bit branch. Fixed: ./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = int; FROM = double]': runtime/JSValueInlineMethods.h:495:44: required from here ./wtf/Assertions.h:326:47: error: size of array is negative #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-27Initial commitAlexander Kanavin
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>