Re: [OE-core] how to (yuck) add arbitrary external files into an image?

2015-02-22 Thread Sven Ebenfeld
Am 22.02.2015 um 09:33 schrieb Robert P. J. Day: as much as this disturbs me, i was asked about the easiest way to add arbitrary files scattered across the development host into the final OE-generated image and, based on richard purdie's recent clarification that *everything* that is

[OE-core] [oe-core][PATCH] terminal.py: No --disable-factory for gnome-terminal = 3.10

2015-02-21 Thread Sven Ebenfeld
. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- meta/lib/oe/terminal.py | 13 + 1 file changed, 13 insertions(+) diff --git a/meta/lib/oe/terminal.py b/meta/lib/oe/terminal.py index 54e3ffc..a02638f 100644 --- a/meta/lib/oe/terminal.py +++ b/meta/lib/oe/terminal.py @@ -55,6

Re: [OE-core] [PATCH] openssl: disable SSLv3 by default

2015-02-16 Thread Sven Ebenfeld
Am 16.02.2015 um 14:51 schrieb Brendan Le Foll: No real reason, was trying to keep it as simple as possible whilst making it clear it was not a good idea to re-enable it. I can make it a PACKAGECOUNFIG[ssl3] = --no-ssl3 if you think that's best. Shouldn't it be PACKAGECOUNFIG[nossl3] ? This

Re: [OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-28 Thread Sven Ebenfeld
Am 25.08.2014 12:14, schrieb Martin Jansa: On Mon, Aug 25, 2014 at 09:56:31AM +0200, Sven Ebenfeld wrote: I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables OE to cross-compile md5deep. I needed to add the patch as do_configure_qa is complaining about

Re: [OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-28 Thread Sven Ebenfeld
Am 28.08.2014 16:36, schrieb Martin Jansa: On Thu, Aug 28, 2014 at 11:39:27AM +0200, Sven Ebenfeld wrote: Am 25.08.2014 12:14, schrieb Martin Jansa: On Mon, Aug 25, 2014 at 09:56:31AM +0200, Sven Ebenfeld wrote: I need to build hashdeep/md5deep within OE to include it in my images

[OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-25 Thread Sven Ebenfeld
to hashdeep as well. Signed-off-by: Sven Ebenfeld sven.ebenf...@gmail.com --- .../md5deep/files/wrong-variable-expansion.patch | 39 ++ meta-oe/recipes-extended/md5deep/md5deep_4.4.bb| 16 + 2 files changed, 55 insertions(+) create mode 100644 meta-oe/recipes-extended

Re: [OE-core] [meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4

2014-08-25 Thread Sven Ebenfeld
Thank you, I've posted an updated patch to openembedded-devel mailing list. 2014-08-25 12:14 GMT+02:00 Martin Jansa martin.ja...@gmail.com: On Mon, Aug 25, 2014 at 09:56:31AM +0200, Sven Ebenfeld wrote: I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables