[OE-core] [PATCH 1/2][v2] doxygen-native: add recipe

2014-05-22 Thread b40527
From: Zongchun Yu Signed-off-by: Zongchun Yu --- .../doxygen/doxygen-native_1.8.6.bb| 23 1 files changed, 23 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-devtools/doxygen/doxygen-native_1.8.6.bb diff --git a/meta/recipes-devtools/doxyge

[OE-core] [PATCH 2/2][v2] add doxygen class

2014-05-22 Thread b40527
From: Zongchun Yu Signed-off-by: Zongchun Yu --- meta/classes/doxygen.bbclass | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta/classes/doxygen.bbclass diff --git a/meta/classes/doxygen.bbclass b/meta/classes/doxygen.bbclass new file mode 10064

Re: [OE-core] [PATCH 2/2] Add api-doc class

2014-05-22 Thread Zongchun YU
>>It's not opt-in: once a recipe is using doxygen.bbclass then it has a build >>dependency on doxygen-native and *will* generate documentation. >>This is needless overhead if you don't intend to read the documentation. > > I think if you intend to read the documentation. Just inherit this class. I

[OE-core] [PATCH 1/1] ddimage: Support Mac OS

2014-05-22 Thread Darren Hart
Update the ddimage script to allow it to work on Mac OS too. The biggest difference is sysfs vs diskutil and in the syntax of the stat command between Mac OS and Linux, unfortunately. Workarounds using ls, cut, and columns got really fragile really quickly. Relying on stat and switching on uname se

[OE-core] [PATCH 0/1] ddimage: Support Mac OS

2014-05-22 Thread Darren Hart
Darren Hart (1): ddimage: Support Mac OS scripts/contrib/ddimage | 25 - 1 file changed, 20 insertions(+), 5 deletions(-) -- 1.9.1 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.

Re: [OE-core] [daisy-backport][PATCH 0/6] Daisy backports

2014-05-22 Thread Otavio Salvador
On Thu, May 22, 2014 at 4:09 PM, Denys Dmytriyenko wrote: > On Thu, May 22, 2014 at 03:56:40PM -0300, Otavio Salvador wrote: >> Hello, >> >> (Adding Denys in Cc) >> >> On Thu, May 22, 2014 at 3:47 PM, Saul Wold wrote: >> > On 05/22/2014 11:27 AM, Otavio Salvador wrote: >> >> >> >> Hello, >> >> >>

Re: [OE-core] [daisy-backport][PATCH 0/6] Daisy backports

2014-05-22 Thread Denys Dmytriyenko
On Thu, May 22, 2014 at 03:56:40PM -0300, Otavio Salvador wrote: > Hello, > > (Adding Denys in Cc) > > On Thu, May 22, 2014 at 3:47 PM, Saul Wold wrote: > > On 05/22/2014 11:27 AM, Otavio Salvador wrote: > >> > >> Hello, > >> > >> Those are the changes I have in my local backport branch which I

Re: [OE-core] [daisy-backport][PATCH 0/6] Daisy backports

2014-05-22 Thread Otavio Salvador
Hello, (Adding Denys in Cc) On Thu, May 22, 2014 at 3:47 PM, Saul Wold wrote: > On 05/22/2014 11:27 AM, Otavio Salvador wrote: >> >> Hello, >> >> Those are the changes I have in my local backport branch which I run >> on top of 'sgw/daisy' branch. >> >> Chen Qi (2): >>tcf-agent: add systemd

Re: [OE-core] [daisy-backport][PATCH 0/6] Daisy backports

2014-05-22 Thread Saul Wold
On 05/22/2014 11:27 AM, Otavio Salvador wrote: Hello, Those are the changes I have in my local backport branch which I run on top of 'sgw/daisy' branch. Chen Qi (2): tcf-agent: add systemd support gdb: add PACKAGECONFIG for babeltrace These are already in my branch Denys Dmytriyenko (

[OE-core] [daisy-backport][PATCH 6/6] gdb: add PACKAGECONFIG for babeltrace

2014-05-22 Thread Otavio Salvador
From: Chen Qi Add PACKAGECONFIG for 'babeltrace' so that we don't have the implicit dependency which might lead to problems when building images. As an example of showing what problem we might have without this patch, see the following steps which would lead to a failure. 1. IMAGE_INSTALL_append

[OE-core] [daisy-backport][PATCH 2/6] cryptodev-linux: move to recipes-kernel to be shared with module and tests

2014-05-22 Thread Otavio Salvador
From: Denys Dmytriyenko (From OE-Core rev: e7aace7658fabe41839a3ec1b596bf28c6a4c02e) Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- .../openssl => recipes-kernel/cryptodev}/cryptodev-linux_1.6.bb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/{

[OE-core] [daisy-backport][PATCH 1/6] tcf-agent: add systemd support

2014-05-22 Thread Otavio Salvador
From: Chen Qi Add systemd unit file tcf-agent.service. (From OE-Core rev: 1a4feebf98780f586bf2e81cf9844e6805a50799) Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcf-agent/tcf-agent/tcf-agent.service | 10 ++ meta/recipes-devtools/tcf-agent/tcf-agent_

[OE-core] [daisy-backport][PATCH 4/6] cryptodev-tests: recipe for cryptodev test suite based on OpenSSL

2014-05-22 Thread Otavio Salvador
From: Denys Dmytriyenko (From OE-Core rev: c54fa061da6195081cd29817a351a36377b58e53) Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- .../cryptodev/cryptodev-tests_1.6.bb | 23 ...pile-and-install-rules-for-cryptodev-test.patch | 69 +++

[OE-core] [daisy-backport][PATCH 3/6] cryptodev-linux: create common .inc file to be shared by module and tests

2014-05-22 Thread Otavio Salvador
From: Denys Dmytriyenko (From OE-Core rev: a3a834cf9f35682655661a7c6ba66c1de3491320) Signed-off-by: Denys Dmytriyenko Signed-off-by: Richard Purdie --- meta/recipes-kernel/cryptodev/cryptodev-linux_1.6.bb | 11 ++- meta/recipes-kernel/cryptodev/cryptodev_1.6.inc | 11 +++

[OE-core] [daisy-backport][PATCH 0/6] Daisy backports

2014-05-22 Thread Otavio Salvador
Hello, Those are the changes I have in my local backport branch which I run on top of 'sgw/daisy' branch. Chen Qi (2): tcf-agent: add systemd support gdb: add PACKAGECONFIG for babeltrace Denys Dmytriyenko (3): cryptodev-linux: move to recipes-kernel to be shared with module and tests

Re: [OE-core] [PATCH 0/4] [V3]mesa: upgrade to 10.1.3

2014-05-22 Thread Burton, Ross
For these three patches: On 22 May 2014 17:28, Valentin Popa wrote: >>dri3proto: add it to oe-core >>libxshmfence: add it to oe-core >>eglinfo: patched to compile with mesa10+ Signed-off-by: Ross Burton Mesa needs more testing, but these pieces are good to merge. Ross --

[OE-core] [PATCH] devshell: Add interactive python shell

2014-05-22 Thread Richard Purdie
Being able to interact with the python context in the Bitbake task execution environment has long been desirable. This patch introduces such a mechanism. Executing "bitbake X -c devpyshell" will open a terminal connected to a python interactive interpretor in the task context so for example you can

[OE-core] [PATCH 0/4] [V3]mesa: upgrade to 10.1.3

2014-05-22 Thread Valentin Popa
New from V2: (*) removed the old patch for eglinfo and updated the recipe to a newer version. (*) renamed libmesa-megadriver to mesa-megadriver The changes are available at : git://git.yoctoproject.org/poky-contrib vpopa/mesa http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/me

[OE-core] [RFC/RFT 2/2] weston: upgrade to 1.5.0

2014-05-22 Thread Tim Orling
From: Tim Orling * replace 0001-remove-dependence-on-wayland-scanner-flags.patch with disable-wayland-scanner-pkg-check.patch * add make-lcms-configureable.patch (WIP... needs work) = fix for JaMa test-dependencies Signed-off-by: Tim Orling --- ...emove-dependence-on-wayland-scanner-flags.

[OE-core] [RFC/RFT 0/2] wayland/weston: upgrade to 1.5.0

2014-05-22 Thread Tim Orling
From: Tim Orling The following changes since commit e273301efa0037a13c3a60b4414140364d9c9873: gstreamer/lame: Better gcc 4.9 fix (2014-05-15 23:27:41 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib timo/wayland-weston-1.5.0 http://git.

[OE-core] [RFC/RFT 1/2] wayland: upgrade to 1.5.0

2014-05-22 Thread Tim Orling
From: Tim Orling * update disable-macro-checks-not-used-for-scanner.patch = trivial change to non-patched text (+ posix_fallocate) * drop just-scanner.patch, no longer needed Signed-off-by: Tim Orling --- ...disable-macro-checks-not-used-for-scanner.patch | 2 +- .../wayland/wayland/just-sc

Re: [OE-core] [PATCH] lighthttp: Use pkg-config for pcre dependency

2014-05-22 Thread Christopher Larson
On Thu May 22, 2014 at 2:55 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > + AC_MSG_ERROR([pcre-config not found, install the pcre-devel package > or build with --without-pcre]) Minor quibble, but might want to adjust the error message while you're at it :) -- Christophe

[OE-core] [PATCH] perl: stop perl-modules recommending perl-ptest

2014-05-22 Thread Ross Burton
Change the logic that generates the perl-modules recommends to be an include filter instead of an exclude filter, so that new sub-packages don't become dependants of perl-modules (such as perl-ptest). [ YOCTO #6203 ] Signed-off-by: Ross Burton --- meta/recipes-devtools/perl/perl_5.14.3.bb |

Re: [OE-core] [PATCH 3/4] mesa: upgrade to 10.1.3

2014-05-22 Thread Valentin Popa
On 05/22/2014 04:23 PM, Martin Jansa wrote: On Thu, May 22, 2014 at 03:26:12PM +0300, Valentin Popa wrote: On 05/21/2014 09:33 PM, Martin Jansa wrote: On Wed, May 21, 2014 at 07:50:01PM +0300, Valentin Popa wrote: (*) libdricore was removed. (*) added libmesa-megadriver that includes all

Re: [OE-core] [PATCH 3/4] mesa: upgrade to 10.1.3

2014-05-22 Thread Martin Jansa
On Thu, May 22, 2014 at 03:26:12PM +0300, Valentin Popa wrote: > On 05/21/2014 09:33 PM, Martin Jansa wrote: > > On Wed, May 21, 2014 at 07:50:01PM +0300, Valentin Popa wrote: > >> (*) libdricore was removed. > >> (*) added libmesa-megadriver that includes > >> all the hardlinks to the mesa me

Re: [OE-core] [PATCH 4/4] eglinfo: patched to compile with mesa10+

2014-05-22 Thread Valentin Popa
On 05/21/2014 11:22 PM, Burton, Ross wrote: On 21 May 2014 17:50, Valentin Popa wrote: +Upstream-Status: Pending Pending here means "pending decision on whether it's upstreamable/inappropriate", in this case it would be Submitted (with that URL as the context). Ross I wasn't submitted upstrea

Re: [OE-core] [PATCH 3/4] mesa: upgrade to 10.1.3

2014-05-22 Thread Valentin Popa
On 05/21/2014 09:33 PM, Martin Jansa wrote: On Wed, May 21, 2014 at 07:50:01PM +0300, Valentin Popa wrote: (*) libdricore was removed. (*) added libmesa-megadriver that includes all the hardlinks to the mesa megadriver. Why not call it mesa-drivers to be more consistent with kernel-modules

Re: [OE-core] [PATCH 1/2] Added test case numbers to test cases to aid in future automation of testopia status change.

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 11:52:09 Burton, Ross wrote: > On 21 May 2014 16:10, Lucian Musat wrote: > > -def test_bitbakelayers_showcrossdepends(self): > > > +def test_bitbakelayers_showcrossdepends_tc_756(self): > That's a bit ugly, and not very easy to extract. > > Assuming that we contro

Re: [OE-core] [PATCH 1/2] Added test case numbers to test cases to aid in future automation of testopia status change.

2014-05-22 Thread Burton, Ross
On 21 May 2014 16:10, Lucian Musat wrote: > -def test_bitbakelayers_showcrossdepends(self): > +def test_bitbakelayers_showcrossdepends_tc_756(self): That's a bit ugly, and not very easy to extract. Assuming that we control the logging, I'd suggest using a decorator to add the test case n

Re: [OE-core] [CONSOLIDATED PULL 00/16] CVE Patches and updates

2014-05-22 Thread Sebastian Wiegand
On Thursday, 22.05.2014 12:10 +0200, Burton, Ross wrote: On 22 May 2014 10:58, Sebastian Wiegand wrote: Reworked and fixed the error message, too. Can you send this patch using e.g. git format-patch so the commit message is correct, and add a signed-off-by. Ross From: Sebastian Wiegand D

Re: [OE-core] [CONSOLIDATED PULL 00/16] CVE Patches and updates

2014-05-22 Thread Burton, Ross
On 22 May 2014 10:58, Sebastian Wiegand wrote: > Reworked and fixed the error message, too. Can you send this patch using e.g. git format-patch so the commit message is correct, and add a signed-off-by. Ross -- ___ Openembedded-core mailing list Opene

[OE-core] [RFC/RFT PATCH] binconfig-disabled: Add class and use

2014-05-22 Thread Richard Purdie
This adds a binconfig-disabled class which can be used by recipes where a -config file is installed but we wish to disable it and just rely on the .pc files instead. Rather than simply deleting it, we make the script "exit 1" so that it can be found in PATH and raise a build error rather than some

Re: [OE-core] [CONSOLIDATED PULL 00/16] CVE Patches and updates

2014-05-22 Thread Sebastian Wiegand
Hi, On Thursday, 22.05.2014 08:57 +0200, Jacob Kroon wrote: Hi, On Wed, May 21, 2014 at 8:01 PM, Saul Wold > wrote: Richard, Another set of CVE fixes and some Updates. Thanks Sau! The following changes since commit 7decf9dce5686

[OE-core] [PATCH] lighthttp: Use pkg-config for pcre dependency

2014-05-22 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch b/meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch new file mode 100644 index 000..e395f92 --- /dev/null +++ b/meta/recipes-extended/lighttpd/lighttpd/pkgconfig.patch @@ -0,0 +1,33 @@ +U

[OE-core] [PATCH] libarchive: Use pkg-config for libxml2 dependency

2014-05-22 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta/recipes-extended/libarchive/libarchive/pkgconfig.patch b/meta/recipes-extended/libarchive/libarchive/pkgconfig.patch new file mode 100644 index 000..346af91 --- /dev/null +++ b/meta/recipes-extended/libarchive/libarchive/pkgconfig.patch @@ -0,0

[OE-core] [PATCH] libksba: Use pkg-config for dependencies

2014-05-22 Thread Richard Purdie
Use pkg-config in the m4 macros for the package, ensure we have a host field in the .pc file. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch index fe1ec0f..

[OE-core] [PATCH] gpgme: Update to ensure we pkg-config for dependencies

2014-05-22 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/gpgme/gpgme_1.4.3.bb b/meta/recipes-support/gpgme/gpgme_1.4.3.bb index bb53e38..9d21ade 100644 --- a/meta/recipes-support/gpgme/gpgme_1.4.3.bb +++ b/meta/recipes-support/gpgme/gpgme_1.4.3.bb @@ -24,3 +24,9 @@ inherit autotools texin

[OE-core] [PATCH] libgcrypt: Use pkg-config for dependencies

2014-05-22 Thread Richard Purdie
Use pkg-config instead of -config files in the m4 macros. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch b/meta/recipes-support/libgcrypt/files/add-pkgconfig-support.patch index 3e33679..82c93bd 100644 --- a/meta/recipes-support/libgc

[OE-core] [PATCH] libxslt: Use pkg-config for dependencies

2014-05-22 Thread Richard Purdie
Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/libxslt/libxslt/pkgconfig.patch b/meta/recipes-support/libxslt/libxslt/pkgconfig.patch new file mode 100644 index 000..89d14c9 --- /dev/null +++ b/meta/recipes-support/libxslt/libxslt/pkgconfig.patch @@ -0,0 +1,118 @@ +Use pkg-c

[OE-core] [PATCH] gnupg: Convert to use pkg-config for dependencies

2014-05-22 Thread Richard Purdie
Use pkg-config to find pth instead of pth-config and our own macros from aclocal-copy. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/gnupg/gnupg/pkgconfig.patch b/meta/recipes-support/gnupg/gnupg/pkgconfig.patch new file mode 100644 index 000..ae92392 --- /dev/null +++ b/m

[OE-core] [PATCH] libassuan: Improve pkgconfig support

2014-05-22 Thread Richard Purdie
Add api_version and host to the .pc file and use pkg-config in the m4 macros for the package. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/libassuan/files/libassuan-add-pkgconfig-support.patch b/meta/recipes-support/libassuan/files/libassuan-add-pkgconfig-support.patch delet

[OE-core] [PATCH] libgpg-error: Extend pkgconfig support to m4 macros

2014-05-22 Thread Richard Purdie
Whilst there is currently .pc file pkgconfig support, it was unused by the m4 macros. This extends the support so they're used instead of the -config scripts. Signed-off-by: Richard Purdie diff --git a/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch b/meta/recipes-support/l

[OE-core] [PATCH 0/1] bluez5: upgrade to 5.19

2014-05-22 Thread Cristian Iorga
The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorg

[OE-core] [PATCH 1/1] bluez5: upgrade to 5.19

2014-05-22 Thread Cristian Iorga
- Fixes to OBEX, AVRCP browsing, HID over GATT and handling of device unpaired events for dual-mode devices. - New features: user space based HID host implementation (for BR/EDR). Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/bluez5/bluez5_5.18.bb | 3 --- meta/recipes-connectivity