Re: [oe] [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable

2017-05-17 Thread Anders Darander
5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7" > -SRC_URI[sha256sum] = > "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e" > + > +S = "${WORKDIR}/git" > + > inherit autotools -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- ___

Re: [oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-21 Thread Anders Darander
Hi, * Dengke Du <dengke...@windriver.com> [170421 12:18]: > On 2017年04月18日 20:20, Anders Darander wrote: > > * Dengke Du <dengke...@windriver.com> [170412 07:42]: > > > 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf > > Why do you need to add

Re: [oe] [PATCH V2] crash: 7.1.5 -> 7.1.8

2017-04-18 Thread Anders Darander
* Dengke Du <dengke...@windriver.com> [170412 07:42]: > 2. Add the "id" to HOSTTOOLS in meta-oe/layer.conf Why do you need to add `id` to HOSTTOOLS? We're normally trying to _increase_ determinism in builds, not reduce it... Cheers, Anders -- Anders Darander, Seni

Re: [oe] [meta-browser][PATCH 2/2] README: add -s to git send-email example

2017-01-27 Thread Anders Darander
be made. Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

[oe] [meta-qt5][PATCH] cmake_qt5.bbclass: add qtbase-native to DEPENDS

2017-01-25 Thread Anders Darander
) | WORKDIR/recipe-sysroot/usr/lib/cmake/Qt5/Qt5Config.cmake:31 (find_package) | CMakeLists.txt:56 (find_package) | This is solved by adding qtbase-native to the exported DEPENDS. Signed-off-by: Anders Darander <and...@chargestorm.se> --- classes/cmake_qt5.bbclass | 2 +- 1 file chan

Re: [oe] [meta-python][PATCH] python3-wekzeug: update RDEPENDS to pull in http module

2016-12-22 Thread Anders Darander
lib/python3.5/ If `http` doesn't require much of the other stuf in python3-misc, could you split out python3-http? Not that I'm using python3-werkzeug, but I've been contemplating it... Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- ___

Re: [oe] [meta-oe][PATCH] rapidjson: add initial recipe

2016-12-19 Thread Anders Darander
* Andre McCurdy <armccu...@gmail.com> [161219 15:46]: > On Mon, Dec 19, 2016 at 6:26 AM, Anders Darander <and...@chargestorm.se> > wrote: > > * Andre McCurdy <armccu...@gmail.com> [161219 15:12]: > >> On Mon, Dec 19, 2016 at 6:08 AM, Andre McCurdy <armc

Re: [oe] [meta-oe][PATCH] rapidjson: add initial recipe

2016-12-19 Thread Anders Darander
es. > What's the recommended way to fetch from a git tag which doesn't sit > on a branch? Use nobranch=1, see eg meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb. Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- __

Re: [oe] [meta-oe] packagegroup-core-eclipse-debug

2016-11-01 Thread Anders Darander
er is no longer provided? Sure, I haven't built master for some time, but it's still added in http://git.openembedded.org/openembedded-core/tree/meta/recipes-devtools/gdb/gdb.inc Besides, what's needed for eclipse-debugging, is gdbserver on the target. Cheers, Anders -- Anders Darander, Senior S

Re: [oe] Using EXTERNALSRC in practice

2016-06-21 Thread Anders Darander
ttp://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#var-FILESEXTRAPATHS Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.

[oe] [meta-networking][krogoth][PATCH] dnsmasq: get systemd only working again

2016-04-26 Thread Anders Darander
ystemd. Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> Acked-by: Anders Darander <and...@chargestorm.se> Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Signed-off-by: Joe MacDonald <joe_macdon...@mentor.com> (cherry picked from commit 237ade5065

Re: [oe] [meta-networking][PATCH v3] dnsmasq: get systemd only working again

2016-04-21 Thread Anders Darander
ope it strikes the right balance > > between not duplicating too much and not making things too complex to > > maintain later on. > Or, rather, this one. :-) This one works fine for my use-case! ;-) Thus, Acked-by: Anders Darander <and...@chargestorm.se> Cheers, Anders

Re: [oe] [meta-networking][PATCH v3] dnsmasq: get systemd only working again

2016-04-20 Thread Anders Darander
* Anders Darander <and...@chargestorm.se> [160420 10:24]: > * Joe MacDonald <joe_macdon...@mentor.com> [160419 17:36]: > > From: Mark Asselstine <mark.asselst...@windriver.com> > > The changes made in commit 2497cf2960537152427c99629b2af412787eb6c2 > >

Re: [oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-19 Thread Anders Darander
to start DNS forwarder and DHCP server.[[0m Apr 08 11:07:27 ccu systemd[1]: [[0;1;39mdnsmasq.service: Unit entered failed state.[[0m Apr 08 11:07:27 ccu systemd[1]: [[0;1;39mdnsmasq.service: Failed with result 'exit-code'.[[0m -- Anders Darander, Senior System Architect ChargeStorm AB / eSto

Re: [oe] [meta-networking][PATCH] dnsmasq: get systemd only working again

2016-04-18 Thread Anders Darander
c/resolv.conf. Or submit a change which will work with systemd. > Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com> > --- Acked-by: Anders Darander <and...@chargestorm.se> -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- ___

Re: [oe] [meta-networking][PATCH] dnsmasq: steal resolvconf support from Ubuntu

2016-04-06 Thread Anders Darander
during installation. When patching out that removal, I'm also seeing that dnsmasq dies after a few minuts. Cheers, Anders > +ExecStopPre=/etc/init.d/dnsmasq systemd-stop-resolvconf > +ExecReload=/bin/kill -HUP $MAINPID > [Install] > WantedBy=multi-use

[oe] [meta-python][PATCH 1/1] python-werkzeug: add required RDEPENDS

2016-02-22 Thread Anders Darander
The following RDEPENDS were necessary to be able to properly start a simple demo app (and also enable debug traces). Signed-off-by: Anders Darander <and...@chargestorm.se> --- meta-python/recipes-devtools/python/python-werkzeug.inc | 14 ++ 1 file changed, 14 insertions(+)

[oe] [meta-python][PATCH 0/1] Add RDEPENDS to python-werkzeug

2016-02-22 Thread Anders Darander
the bbappend to apply for all versions (2016-02-20 14:51:57 +0100) are available in the git repository at: git://github.com/darander/meta-openembedded python-werkzeug-rdepends https://github.com/darander/meta-openembedded/tree/python-werkzeug-rdepends Anders Darander (1): python-werkzeug: add

Re: [oe] [meta-python] Python Flask recipes

2016-02-22 Thread Anders Darander
r keep them split > out? I'd lean towards merging them in meta-python. Currently (according to the layerindex) we have python-flask in: * meta-virtualization * meta-uav * meta-python and if I understood your other email correct, there's also your meta-python-flask layer. I'd think that t

Re: [oe] [meta-python][PATCH] python-cryptography, python-cryptography-vectors: uprev

2015-11-25 Thread Anders Darander
er name in oe-core? Otherwise, I'd assume that Mark did the right thing to add it here. Cheers, Anders > Regards, > --Tim > On Mon, Nov 23, 2015 at 9:13 AM, Mark Asselstine < > mark.asselst...@windriver.com> wrote: -- Anders Darander, Senior System

Re: [oe] [OE-core] RFC: Reference updater filesystem

2015-11-23 Thread Anders Darander
ed for normal operation. How flexible to you intend to make this system? Allow everything that swupdate supports? Or a specific subset? Cheers, Anders -- Anders Darander, Senior System Architect ChargeStorm AB / eStorm AB -- ___ Openembedded-devel ma

Re: [oe] OE/Yocto developer survey

2015-10-29 Thread Anders Darander
[ ] Other Do you use any any of the tooling projects (https://www.yoctoproject.org/tools-resources/projects) such as ADT, Hob, Toaster, etc? None yet. -- Anders Darander ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] meta-toolchain-qt5, qttools-plugins and -nomake examples

2015-10-22 Thread Anders Darander
Then it'll be added if it exist, while you won't get any errors if it doesn't exist. Cheers, Anders -- Anders Darander ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-qt5][PATCH] qtbase: fix QA warning of host uid leakage

2015-10-19 Thread Anders Darander
* Martin Jansa <martin.ja...@gmail.com> [151015 21:48]: > On Thu, Oct 15, 2015 at 08:21:27PM +0200, Anders Darander wrote: > > Two files in /usr/lib, were own by the uid of the build process. > > Signed-off-by: Anders Darander <and...@chargestorm.se> > > --- >

Re: [oe] [meta-qt5][PATCH v2] qtbase: fix QA warning of host uid leakage

2015-10-19 Thread Anders Darander
* Anders Darander <and...@chargestorm.se> [151019 08:17]: > fi > -cp -a ${B}/lib/libqt* ${D}${libdir} > +install -m 0644 ${B}/lib/libqt* ${D}${libdir} V2 changes cp directly to install, instead of running chown. (As was done in V1). Cheers, Anders > # Remov

[oe] [meta-qt5][PATCH v2] qtbase: fix QA warning of host uid leakage

2015-10-19 Thread Anders Darander
By using cp, the wrong uid ended up in the package. Use install, as that will automatically handle the uid and gid. Signed-off-by: Anders Darander <and...@chargestorm.se> --- recipes-qt/qt5/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-

[oe] [meta-qt5][PATCH] qtbase: fix QA warning of host uid leakage

2015-10-15 Thread Anders Darander
Two files in /usr/lib, were own by the uid of the build process. Signed-off-by: Anders Darander <and...@chargestorm.se> --- recipes-qt/qt5/qtbase_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 39d02a9..99ac208

[oe] [meta-webserver][PATCH 1/1] webmin: fix QA host-user-contaminated

2015-10-13 Thread Anders Darander
way as is done in bin_package.bbclass. By doing that, we're not getting any QA-errors from host-user-contaminated. Signed-off-by: Anders Darander <and...@chargestorm.se> --- meta-webserver/recipes-webadmin/webmin/webmin_1.750.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff

[oe] [meta-webserver][PATCH 0/1] Fix host-user-contamination QA warning for webmin

2015-10-13 Thread Anders Darander
-user-cont https://github.com/darander/meta-openembedded/tree/host-user-cont Anders Darander (1): webmin: fix QA host-user-contaminated meta-webserver/recipes-webadmin/webmin/webmin_1.750.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) -- 2.6.1

Re: [oe] [meta-oe][PATCH] parted_1.8.6.bb: add parted that not GPLv3

2015-09-01 Thread Anders Darander
e in > meta-oe. That would help non-GPLv3 versions of GPLv3 packages, but it > might be useful in other cases too. Well, changing the priority might have effects on peoples current builds; most likely effects that you don't anticipate during an upgrade. And at least periodically, meta-oe has modifi

Re: [oe] [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4

2015-04-26 Thread Anders Darander
to the recipe? If you look at meta-systemd today, you'll see that there's only a minor number of recipes from oe-core, that's being appended. All the other recipes that previously where appended to from meta-systemd, has got their systemd support directly in their own recipes. Cheers, Anders -- Anders

Re: [oe] [meta-oe][PATCH]indent: license should be GPLv3

2015-04-07 Thread Anders Darander
* Bian Naimeng bia...@cn.fujitsu.com [150407 09:31]: The license of indent should be GPLv3 No that I'm using this recipe myself, but, indeed the license is wrong. Acked-by: Anders Darander and...@chargestorm.se -- Anders Darander ChargeStorm AB / eStorm AB

Re: [oe] How is the process to add a recipe to meta-oe?

2015-03-13 Thread Anders Darander
to them to respond and let you know. Cheers, Anders -- Anders Darander ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-oe][PATCH v2] socorro-syms: Make usage less verbose

2015-02-26 Thread Anders Darander
# BREAKPAD_BIN = YourBinary +# inherit socorro-syms # We depend on Breakpad creating the original symbol file. -DEPENDS += breakpad +inherit breakpad PACKAGE_PREPROCESS_FUNCS += symbol_file_preprocess PACKAGES =+ ${PN}-socorro-syms -- Anders Darander ChargeStorm AB / eStorm AB

Re: [oe] [meta-oe][PATCH] socorro-syms: Add Breakpad symbol generation adapted for Socorro

2015-02-25 Thread Anders Darander
Just a small nitpick or comment. On 24 Feb 2015 14:25, Daniel Markus daniel.mar...@leica-geosystems.com wrote: . +# +# Use example: +# +# inherit breakpad +# inherit socorro-syms +# BREAKPAD_BIN = YourBinary +# + +# We depend on Breakpad creating the original symbol file. +DEPENDS +=

Re: [oe] Cross canadian gcc configuration

2014-12-15 Thread Anders Darander
is poisoned by intention. Try sourcing the environment script from the SDK, and use $CC instead of invoking the compiler binary directly. See git commit 04b725511a505c582a3abdf63d096967f0320779 in openembedded-core. Jacob -- Anders Darander ChargeStorm AB / eStorm AB

Re: [oe] [meta-qt5][PATCH 1/2] nativesdk-qtbase.inc: avoid removing directories, namely /usr/lib itself

2014-12-08 Thread Anders Darander
} \ -not -name 'libQt5Bootstrap.a' \ -- Anders Darander ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] [meta-qt5][PATCH 1/1] qmake5: set OE_QMAKE_INCDIR_QT

2014-12-01 Thread Anders Darander
ping * Anders Darander and...@chargestorm.se [141027 12:32]: This is set when generation an SDK, and thus would be usefull to have also when bitbaking. That allows us to use this in *.prf files which is used both when bitbaking as well as when using the SDK. Signed-off-by: Anders Darander

[oe] [meta-oe][PATCH 0/1] Correct file extension of breakpad generated symbol file

2014-10-29 Thread Anders Darander
/darander/meta-openembedded b04cda902acec696949a585033404d1c6ef1ed50 https://github.com/darander/meta-openembedded/tree/breakpad-sym Anders Darander (1): breakpad: correct the file suffix of the symbol file meta-oe/classes/breakpad.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[oe] [meta-oe][PATCH 1/1] breakpad: correct the file suffix of the symbol file

2014-10-29 Thread Anders Darander
minidump_stackwalk looks for a .sym file extension. Correct the extension used for the generated file. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/classes/breakpad.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/classes/breakpad.bbclass b

[oe] [meta-qt5][PATCH 1/1] qmake5: set OE_QMAKE_INCDIR_QT

2014-10-27 Thread Anders Darander
This is set when generation an SDK, and thus would be usefull to have also when bitbaking. That allows us to use this in *.prf files which is used both when bitbaking as well as when using the SDK. Signed-off-by: Anders Darander and...@chargestorm.se (cherry picked from commit

[oe] [meta-qt5][PATCH 0/1] Add OE_QMAKE_INCDIR_QT

2014-10-27 Thread Anders Darander
9a4c0b393bf031acace5c2cc00d625a24c639d1c: maliit-framework-qt5: Update SRCREV (2014-10-21 15:33:05 +0200) are available in the git repository at: git://github.com/darander/meta-qt5 9a0b3d2f7e1ac7e854430fe1e93271c71f574083 https://github.com/darander/meta-qt5/tree/qtsdk Anders Darander (1): qmake5: set OE_QMAKE_INCDIR_QT

[oe] [meta-qt5][PATCH v2 0/1] Enable nativesdk-qtbase to keep additional libraries

2014-10-20 Thread Anders Darander
setting (2014-10-16 17:35:21 -0300) are available in the git repository at: git://github.com/darander/meta-qt5 a29d8e60f63d6545ed84d6b72caf46bc0d1e7b78 https://github.com/darander/meta-qt5/tree/nativesdk-qtbase Anders Darander (1): nativesdk-qtbase: make it possible to keep additional libraries

[oe] [meta-qt5][PATCH v2 1/1] nativesdk-qtbase: make it possible to keep additional libraries

2014-10-20 Thread Anders Darander
In some usecases for the nativesdk, you might need some build tools that are built upon Qt5. This means that we're having a need to keep more of the libraries build by nativsdk-qtbase. This patch adds the infrastructure to support that Signed-off-by: Anders Darander and...@chargestorm.se

[oe] [meta-qt5][PATCH 1/1] nativesdk-qtbase: make it possible to keep additional libraries

2014-10-16 Thread Anders Darander
In some usecases for the nativesdk, you might need some build tools that are built upon Qt5. This means that we're having a need to keep more of the libraries build by nativsdk-qtbase. This patch adds the infrastructure to support that Signed-off-by: Anders Darander and...@chargestorm.se

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Anders Darander
Hi, * Nick D'Ademo nickdad...@gmail.com [141013 01:50]: Has anyone had any success at all building a Qt5-based recipe with CMake? Yes, I've at least got a local recipe here building KDSoap, which uses cmake. On Wed, Oct 8, 2014 at 1:41 PM, Nick D'Ademo nickdad...@gmail.com wrote: Looks

Re: [oe] [meta-qt5] What is needed to build a recipe with CMake?

2014-10-13 Thread Anders Darander
, and as long as I can get it to build... However, Martin gave you a hint to look at meta-webos-port for more recipes using cmake. Have you inherited cmake_qt5? That class ought to set everything up for you. Cheers, Anders On Mon, Oct 13, 2014 at 6:10 PM, Anders Darander [1

Re: [oe] [meta-oe] [PATCH 1/1] breakpad: install static library

2014-10-03 Thread Anders Darander
Hi, * Anders Darander and...@chargestorm.se [141002 11:49]: Thanks, I'll re-test and send a v2 once I've made a clean build. I've marked this patched as Not applicable in pathchwork. This time I should've done my homework a lot better. The patch originates from a customers project, however

Re: [oe] [meta-oe] [PATCH 1/1] breakpad: install static library

2014-10-02 Thread Anders Darander
* Martin Jansa martin.ja...@gmail.com [141001 17:19]: On Mon, Sep 29, 2014 at 03:10:30PM +0200, Anders Darander wrote: In order to build against breakpad when using an SDK, we need to also package libbreakpad_client.a. The SDK will then need to add breakpad-staticdev

[oe] [meta-oe] [PATCH 0/1] Make it possible to use breakpad in an SDK

2014-09-29 Thread Anders Darander
/breakpad-sdk Anders Darander (1): breakpad: install static library meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 3 +++ 1 file changed, 3 insertions(+) -- 2.1.1 -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe] [PATCH 1/1] breakpad: install static library

2014-09-29 Thread Anders Darander
In order to build against breakpad when using an SDK, we need to also package libbreakpad_client.a. The SDK will then need to add breakpad-staticdev to TOOLCHAIN_TARGET_TASK. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 3 +++ 1

Re: [oe] [meta-webserver][PATCH 1/1] webmin: drop allarch

2014-06-25 Thread Anders Darander
* Paul Eggleton paul.eggle...@linux.intel.com [140625 09:46]: On Tuesday 24 June 2014 09:54:12 Anders Darander wrote: * runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH -inherit allarch

[oe] [meta-webserver][PATCH 0/1] webmin: Drop allarch

2014-06-24 Thread Anders Darander
(2014-06-21 19:22:29 +0200) are available in the git repository at: git://github.com/darander/meta-oe 1b5c27f39444bed435c8c050b2fb6def74a5adb8 https://github.com/darander/meta-oe/tree/webmin-noallarch Anders Darander (1): webmin: drop allarch meta-webserver/recipes-webadmin/webmin

[oe] [meta-webserver][PATCH 1/1] webmin: drop allarch

2014-06-24 Thread Anders Darander
* runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH Signed-off-by: Anders Darander and...@chargestorm.se --- meta-webserver/recipes-webadmin/webmin/webmin_1.620.bb | 2 +- 1 file changed, 1 insertion

Re: [oe] [meta-webserver][PATCH 2/2] webmin: split out webmin themes

2014-06-23 Thread Anders Darander
On 23 Jun 2014 19:40, Martin Jansa martin.ja...@gmail.com wrote: It isn't caused by your patch, but current webmin recipe is inheritting allarch and then adding runtime dependency on TUNE_PKGARCH perl, so it's causing webmin rebuilds every time MACHINE is changed (to MACHINE with different

[oe] [meta-webserver][PATCH 1/2] webmin: allow override of webmin login and password

2014-06-13 Thread Anders Darander
Don't hardcode the webmin login and password in the install script. Instead, extract them to variables, to allow us to override them in a bbappend. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-webserver/recipes-webadmin/webmin/webmin_1.620.bb | 7 +-- 1 file changed, 5

[oe] [meta-webserver][PATCH 0/2] webmin: themes and logins

2014-06-13 Thread Anders Darander
issue (2014-06-13 13:38:12 +0200) are available in the git repository at: git://github.com/darander/meta-oe 362107ac6702cb380c86a7ac249b52f558d2b923 https://github.com/darander/meta-oe/tree/webmin Anders Darander (2): webmin: allow override of webmin login and password webmin: split out

[oe] [meta-webserver][PATCH 2/2] webmin: split out webmin themes

2014-06-13 Thread Anders Darander
The default set of themes taks up ~13MB, with a couple of them weighting in at ~5MB each. Let's split the themes to separate packages, to allow a considerable size reduction of the core webmin package (from +15MB to 2.1MB on my build host). Signed-off-by: Anders Darander and...@chargestorm.se

Re: [oe] [meta-qt5][PATCH] qtbase.inc: Enable accessibility by default

2014-05-15 Thread Anders Darander
-- Anders Darander ChargeStorm AB / eStorm AB -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Re: [oe] xfce4-dev-tools fails to build on master-next

2014-04-23 Thread Anders Darander
/log.do_compile.22389) I can only see xdt-autogen.in.in (not xdt-autogen.in) in the scripts directory. This is the same with the previous version however. Has anyone else seen this? Thanks! Adam -- Anders Darander ChargeStorm AB / eStorm AB

[oe] [meta-oe][PATCH 2/2] breakpad: update to latest svn

2014-04-23 Thread Anders Darander
The old license file, COPYING has been renamed to LICENSE. It has also been appended with the the disclaimer from src/common/convert_UTF.h (see r1285). Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 5 +++-- 1 file changed, 3

[oe] [meta-oe][PATCH 0/2] Breakpad fix and upgrade

2014-04-23 Thread Anders Darander
/darander/meta-oe/tree/breakpad-cflags Anders Darander (2): breakpad.bbclass: set includedir in CXXFLAGS breakpad: update to latest svn meta-oe/classes/breakpad.bbclass | 1 + meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions

[oe] [meta-oe][PATCH 1/2] breakpad.bbclass: set includedir in CXXFLAGS

2014-04-23 Thread Anders Darander
Previously this was only set in CFLAGS. An build issue was discovered while convering in internal application from Qt4 to Qt5. As a result of this, the required header files were no longer found, until we also set CXXFLAGS. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/classes

[oe] [meta-oe][PATCH v2 1/1] ktap: add configs for elfutils and ffi

2014-01-09 Thread Anders Darander
(enforced when building ktap-module). Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb | 5 - meta-oe/recipes-kernel/ktap/ktap.inc | 2 ++ meta-oe/recipes-kernel/ktap/ktap_0.4.bb| 11 ++- 3 files changed, 16

[oe] [meta-oe][PATCH 1/1] ktap: add configs for elfutils and ffi

2014-01-07 Thread Anders Darander
(enforced when building ktap-module). Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb | 5 - meta-oe/recipes-kernel/ktap/ktap.inc | 2 ++ meta-oe/recipes-kernel/ktap/ktap_0.4.bb| 12 +++- 3 files changed, 17

[oe] [meta-oe][PATCH 0/1] ktap: deterministic build

2014-01-07 Thread Anders Darander
in the git repository at: git://github.com/darander/meta-oe ktap_v0.4 https://github.com/darander/meta-oe/tree/ktap_v0.4 Anders Darander (1): ktap: add configs for elfutils and ffi meta-oe/recipes-kernel/ktap/ktap-module_0.4.bb | 5 - meta-oe/recipes-kernel/ktap/ktap.inc | 2

Re: [oe] [meta-oe][PATCH 1/1] ktap: add configs for elfutils and ffi

2014-01-07 Thread Anders Darander
* Martin Jansa martin.ja...@gmail.com [140107 14:08]: On Tue, Jan 07, 2014 at 01:39:49PM +0100, Anders Darander wrote: diff --git a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb index f5dd62f..a703aec 100644 --- a/meta-oe/recipes-kernel/ktap/ktap_0.4

Re: [oe] [meta-oe][WIP][PATCH 1/8] ktap: upgrade to 0.4

2014-01-01 Thread Anders Darander
be based on this one instead of the v0.3 recipe. So if we want a quick fix for the bitbake fetcher issue, take this patch. Acked-by: Anders Darander and...@chargestorm.se -- Anders Darander ChargeStorm AB  Tel: +46 702 44 84 36  Drottninggatan 20   Email: and...@chargestorm.se 602 24

Re: [oe] Regarding layers and their versioning.

2013-10-21 Thread Anders Darander
Søren Holm s...@sgh.dk wrote: Hello What is the best way to manage a private repo with recipes as well as meta-oe, meta-core and meta-angstrom. Currently I have a private repo that has the layers attached as submodules. Is that a crazy setup or what? We're doing the same internally at

Re: [oe] [PATCH 0/2] Breakpad and ktap recipes

2013-10-19 Thread Anders Darander
Martin Jansa martin.ja...@gmail.com wrote: On Fri, Oct 18, 2013 at 07:14:09AM +0200, Anders Darander wrote: I'm going to resend this series with the correct prefix added. Are they the same, just with prefix added? Yes, they are the same. Had I known that you already had them included

[oe] [meta-oe][PATCH 1/2] breakpad: add initial recipe

2013-10-17 Thread Anders Darander
Breakpad is an open-source multi-platform crash reporting system. Apart from the breakpad recipe, add a bbclass for applications that want to use this library. This bbclass will set up the include path and also generate the symbol file. Signed-off-by: Anders Darander and...@chargestorm.se

Re: [oe] [PATCH 0/2] Breakpad and ktap recipes

2013-10-17 Thread Anders Darander
I'm going to resend this series with the correct prefix added. Anders Darander and...@chargestorm.se wrote: These are a couple of recipes that we've been using internally for some time. They were developed and mostly used on a dylan-based setup. Testing has primarily been performed on ARM

[oe] [meta-oe][PATCH 0/2] Breakpad and ktap recipes

2013-10-17 Thread Anders Darander
://github.com/darander/meta-oe/tree/breakpad-ktap Anders Darander (2): breakpad: add initial recipe ktap: add initial recipe meta-oe/classes/breakpad.bbclass | 32 ++ meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 72 +++ meta-oe/recipes-kernel/ktap

[oe] [PATCH 0/2] Breakpad and ktap recipes

2013-10-16 Thread Anders Darander
-ktap Anders Darander (2): breakpad: add initial recipe ktap: add initial recipe meta-oe/classes/breakpad.bbclass | 32 ++ meta-oe/recipes-devtools/breakpad/breakpad_svn.bb | 72 +++ meta-oe/recipes-kernel/ktap/ktap-module_0.3.bb| 19

[oe] [PATCH 1/2] breakpad: add initial recipe

2013-10-16 Thread Anders Darander
Breakpad is an open-source multi-platform crash reporting system. Apart from the breakpad recipe, add a bbclass for applications that want to use this library. This bbclass will set up the include path and also generate the symbol file. Signed-off-by: Anders Darander and...@chargestorm.se

Re: [oe] [meta-oe][PATCH v2 2/2] qt4: remove bbappend content

2013-04-11 Thread Anders Darander
of PACKAGECONFIG could look like... Cheers, Anders -- Anders Darander ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [OE-core] RFC: meta-oe appends and overlayed recipes

2013-02-12 Thread Anders Darander
because *most* people won't use these backends so better to handle this in the specific layers/distros/whatever needs it. Definitely in favour of this. That would simplify my own bbappends a lot, by letting me remove quite a few oe_filter_out's... Cheers, Anders -- Anders Darander ChargeStorm AB

Re: [oe] [PATCH 68/77] systemd: add target python to depends

2012-12-05 Thread Anders Darander
guess. As usual I'm slightly worried about build time... Cheers, Anders -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo

[oe] [danny?] Re: [meta-networking][PATCH v2 1/2] ntp: cleanup recipes and fix SSL support

2012-12-03 Thread Anders Darander
checksums in danny, as they're currently not matching the downloaded file... If needed, I can create a SRC_URI-patch for danny, though I'd prefer to get this one in if possible. Cheers, /Anders -- Anders Darander ChargeStorm AB / eStorm AB

Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends

2012-11-23 Thread Anders Darander
, as the layer is currently broken; 3/3 needs to wait until after the meta-networking patches go in. 1/3 and 2/3 have been applied. Thanks! /Anders -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel

Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends

2012-11-23 Thread Anders Darander
, as the layer is currently broken; 3/3 needs to wait until after the meta-networking patches go in. 1/3 and 2/3 have been applied. Could you, or Eric, apply them to danny also, or should we do a new pull-request? Cheers, /Anders -- Anders Darander ChargeStorm AB / eStorm AB

Re: [oe] [meta-systemd][PATCH 0/3] Fix ntp bbappends

2012-11-23 Thread Anders Darander
* Eric Bénard e...@eukrea.com [121123 14:36]: Le Fri, 23 Nov 2012 14:12:57 +0100, Anders Darander and...@chargestorm.se a écrit : * Koen Kooi k...@dominion.thruhere.net [121123 10:54]: Op 22-11-12 17:54, Paul Eggleton schreef: This is the meta-systemd patch series corresponding

Re: [oe] [meta-oe][PATCH v2 2/3] meta-systemd: meta-networking: ntp: Update bbappend to 4.2.6p5

2012-11-21 Thread Anders Darander
is for 4.2.6p3... /Anders -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Re: [oe] [OE-core] OpenEmbedded eV General Assembly

2012-11-07 Thread Anders Darander
Will the GA start at 17:00, or shouldn't we start it after the closing session finishes? Cheers, Anders Philip Balister phi...@balister.org wrote: Non-members are welcome to come to the meeting. If you are interested in becoming a member of the eV

Re: [oe] [meta-oe][PATCH v2 1/3] meta-systemd: Move ntp recipes to 'meta-networking' sublayer

2012-10-31 Thread Anders Darander
(100%) rename meta-systemd/{meta-oe = meta-networking}/recipes-support/ntp/ntp_4.2.6p3.bbappend (100%) -- Anders Darander ChargeStorm AB / eStorm AB ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http

Re: [oe] RFC: Support for R/W git in bitbake

2012-04-19 Thread Anders Darander
On Wed, Apr 18, 2012 at 08:24, Antonio Ospite osp...@studenti.unina.it wrote: On Wed, 18 Apr 2012 03:34:27 +0200 Ulf Samuelsson openembed...@emagii.com wrote: On 2012-04-18 01:07, Paul Eggleton wrote: On Wednesday 18 April 2012 00:35:29 Ulf Samuelsson wrote: Today bitbake supports read

[oe] [meta-oe][PATCH v2 0/1] Fix issue re-running sqlite configure step

2012-04-11 Thread Anders Darander
at: git://github.com/darander/meta-oe sqlite-configure https://github.com/darander/meta-oe/tree/sqlite-configure Anders Darander (1): sqlite: cp instead of mv in do_configure meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions

[oe] [meta-oe][PATCH v2 1/1] sqlite: cp instead of mv in do_configure

2012-04-11 Thread Anders Darander
The use of mv in do_configure() made bitbake error out if a second run of do_configure was requested. Copy the file instead. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [oe] Package build failure

2012-04-05 Thread Anders Darander
On Thu, Apr 5, 2012 at 09:33, Andrei Gherzan and...@gherzan.ro wrote: Or you can specify a tag in  src_uri. Something like SRC_URI = git://bla.git;protocol=git;tag=mytag Yes, you can, but please use SRCREV instead. (And let SRCREV point to the commit that corresponds to the tagged commmit). If

Re: [oe] Package build failure

2012-04-05 Thread Anders Darander
On Thu, Apr 5, 2012 at 09:57, Samuel Stirtzel s.stirt...@googlemail.com wrote: 2012/4/5 Anders Darander anders.daran...@gmail.com: On Thu, Apr 5, 2012 at 09:33, Andrei Gherzan and...@gherzan.ro wrote: Or you can specify a tag in  src_uri. Something like SRC_URI = git://bla.git;protocol=git;tag

[oe] [PATCH 1/1] sqlite: cp instead of mv in do_configure

2012-04-04 Thread Anders Darander
The use of mv in do_configure() made bitbake error out if a second run of do_configure was requested. Copy the file instead. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[oe] [PATCH 0/1] Fix issue re-running sqlite configure step

2012-04-04 Thread Anders Darander
a6790d602eb91069b1f618697e66a38619bcd690: v4l-utils: correct license delimiter (2012-04-04 20:36:48 +0200) are available in the git repository at: git://github.com/darander/meta-oe sqlite-configure https://github.com/darander/meta-oe/tree/sqlite-configure Anders Darander (1): sqlite: cp instead of mv in do_configure meta

[oe] [meta-oe] Re: [PATCH 0/1] Fix issue re-running sqlite configure step

2012-04-04 Thread Anders Darander
Subject: [oe] [PATCH 0/1] Fix issue re-running sqlite configure step should obviously have been [meta-oe] [PATCH 0/1] Fix issue re-running sqlite configure step On Thu, Apr 5, 2012 at 07:42, Anders Darander and...@chargestorm.se wrote: A recent update of meta-oe and oe-core force a rebuild

Re: [oe] [meta-oe][PATCH v4 2/2] systemd: conditionally RRECOMMENDS kbd*

2012-01-20 Thread Anders Darander
On Fri, Jan 20, 2012 at 08:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 04:33, Otavio Salvador schreef: On Thu, Jan 19, 2012 at 20:03, Koen Kooi k...@dominion.thruhere.net wrote: Op 19-01-12 20:53, Anders Darander schreef: Let the distro define a keyboard distro feature

Re: [oe] [meta-oe][PATCH v4 2/2] systemd: conditionally RRECOMMENDS kbd*

2012-01-20 Thread Anders Darander
On Fri, Jan 20, 2012 at 12:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 09:01, Anders Darander schreef: On Fri, Jan 20, 2012 at 08:30, Koen Kooi k...@dominion.thruhere.net wrote: Op 20-01-12 04:33, Otavio Salvador schreef: On Thu, Jan 19, 2012 at 20:03, Koen Kooi k

[oe] [meta-oe][PATCH v4 1/2] systemd: split out systemd-analyze

2012-01-19 Thread Anders Darander
on python-pycairo, as the plot command in systemd-analyze requires this package. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-core/systemd/systemd_git.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd

[oe] [meta-oe][PATCH v4 0/2] systemd: package split

2012-01-19 Thread Anders Darander
with (2012-01-16 22:29:22 +0100) are available in the git repository at: git://github.com/darander/meta-oe systemd-move https://github.com/darander/meta-oe/tree/systemd-move Anders Darander (2): systemd: split out systemd-analyze systemd: conditionally RRECOMMENDS kbd* meta-oe/recipes

[oe] [meta-oe][PATCH v4 2/2] systemd: conditionally RRECOMMENDS kbd*

2012-01-19 Thread Anders Darander
Let the distro define a keyboard distro feature, to conditionally include kbd*. (Headless distros might not want to RRECOMMENDS kbd*). Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-core/systemd/systemd_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions

Re: [oe] [meta-oe][PATCH v3 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-11 Thread Anders Darander
On 10 jan 2012, at 21:51, Otavio Salvador ota...@ossystems.com.br wrote: On Tue, Jan 10, 2012 at 18:42, Koen Kooi k...@dominion.thruhere.net wrote: Op 10-01-12 12:52, Anders Darander schreef: If the machine lacks keyboard support, there is no need for kbd*-packages. NAK, this would make

[oe] [meta-oe][PATCH v2 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Anders Darander
If the machine lacks keyboard support, there is no need for kbd*-packages. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-core/systemd/systemd_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb

  1   2   >