Re: [oe] [meta-oe][WIP][PATCH] mongodb: update LICENSE AGPLv3 - AGPL-3.0

2014-05-12 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martin Jansa schreef op 11-05-14 16:55:
 * to fix: WARNING: mongodb: No generic license file exists for: AGPLv3 in
 any provider

Thanks for doing this, I haven't had time to work on this due to the OE-core
merge window fallout :(

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFTcIPjMkyGM64RGpERAkOkAKCWTSpoZ6bcUaO7Ir9YolYsYumIgQCff5mm
RzPamI/mKXAkePYf1pULLNc=
=UksX
-END PGP SIGNATURE-

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH V2 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Upgrade dbus to 1.8.2.
Change install-ptest rules.
Remove unneeded patches since it's included in new version.
Remove unrecognized option: --with-xml

[YOCTO #6092]

Signed-off-by: Chong Lu chong...@windriver.com
---
 .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}|   3 +-
 meta/recipes-core/dbus/dbus.inc|   4 +-
 ...orrect-address-when-using-address-systemd.patch | 193 -
 ...y-freeing-if-error-during-listing-service.patch |  45 -
 meta/recipes-core/dbus/dbus/ptest.patch| 125 +++--
 meta/recipes-core/dbus/dbus_1.6.18.bb  |   4 -
 meta/recipes-core/dbus/dbus_1.8.2.bb   |   4 +
 7 files changed, 77 insertions(+), 301 deletions(-)
 rename meta/recipes-core/dbus/{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb} (96%)
 delete mode 100644 
meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 delete mode 100644 
meta/recipes-core/dbus/dbus/fixed-memory-freeing-if-error-during-listing-service.patch
 delete mode 100644 meta/recipes-core/dbus/dbus_1.6.18.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

diff --git a/meta/recipes-core/dbus/dbus-test_1.6.18.bb 
b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
similarity index 96%
rename from meta/recipes-core/dbus/dbus-test_1.6.18.bb
rename to meta/recipes-core/dbus/dbus-test_1.8.2.bb
index 9ea0f4d..0404b9b 100644
--- a/meta/recipes-core/dbus/dbus-test_1.6.18.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN}-dev = 
 
 SRC_URI = http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://tmpdir.patch \
-   file://ptest.patch \
+   file://dbus-add-install-ptest-rules.patch \
file://dbus-1.init  \
file://run-ptest \
file://python-config.patch \
@@ -39,7 +39,6 @@ EXTRA_OECONF = --enable-tests \
 --disable-xml-docs \
 --disable-doxygen-docs \
 --disable-libaudit \
---with-xml=expat \
 --disable-systemd \
 --without-systemdsystemunitdir \
 --with-dbus-test-dir=${PTEST_PATH} \
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 4510ae3..91c8b43 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -17,8 +17,6 @@ SRC_URI = 
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://dbus-1.init \
file://os-test.patch \
file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
-   file://Set-correct-address-when-using-address-systemd.patch \
-   file://fixed-memory-freeing-if-error-during-listing-service.patch \
 
 
 inherit useradd autotools pkgconfig gettext update-rc.d
@@ -56,6 +54,7 @@ FILES_${PN} = ${bindir}/dbus-daemon* \
${bindir}/dbus-send \
${bindir}/dbus-monitor \
${bindir}/dbus-launch \
+   ${bindir}/dbus-run-session \
${libexecdir}/dbus* \
${sysconfdir} \
${localstatedir} \
@@ -84,7 +83,6 @@ EXTRA_OECONF = --disable-tests \
 --disable-xml-docs \
 --disable-doxygen-docs \
 --disable-libaudit \
---with-xml=expat \
 --disable-systemd
 
 PACKAGECONFIG ??= ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 
'systemd', '', d)} \
diff --git 
a/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 
b/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
deleted file mode 100644
index 1fca9bb..000
--- 
a/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
+++ /dev/null
@@ -1,193 +0,0 @@
-From d728fdc655f17031da3bb129ab2fd17dadf0fe3a Mon Sep 17 00:00:00 2001
-From: Simon Peeters peeters.si...@gmail.com
-Date: Sun, 7 Oct 2012 16:59:30 +0200
-Subject: [PATCH] Set correct address when using --address=systemd:
-
-When dbus gets launched through systemd, we need to create an address
-string based on the sockets passed.
-
-The _dbus_append_addres_from_socket() function is responsible for
-extracting the address information from the file-descriptor and
-formatting it in a dbus friendly way.
-
-This fixes bus activation when running dbus under a systemd session.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=50962
-
-Upstream-Status: Backport
-
-Signed-off-by: Simon Peeters peeters.si...@gmail.com
-Signed-off-by: Jonathan Liu net...@gmail.com

- dbus/dbus-server-unix.c  | 38 ++-
- dbus/dbus-sysdeps-unix.c | 68 
- dbus/dbus-sysdeps-unix.h |  4 +++
- 3 files changed, 97 insertions(+), 13 deletions(-)
-
-diff --git a/dbus/dbus-server-unix.c b/dbus/dbus-server-unix.c
-index 130f66e..d995240 100644
 a/dbus/dbus-server-unix.c
-+++ b/dbus/dbus-server-unix.c
-@@ -149,7 +149,7 @@ 

[oe] [PATCH V2 0/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Change since V1:
Add defect ID [YOCTO #6092] in commit log.

The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6:

  bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 
+0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/dbus
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus

Chong Lu (1):
  dbus: Update to 1.8.2 version

 .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}|   3 +-
 meta/recipes-core/dbus/dbus.inc|   4 +-
 ...orrect-address-when-using-address-systemd.patch | 193 -
 ...y-freeing-if-error-during-listing-service.patch |  45 -
 meta/recipes-core/dbus/dbus/ptest.patch| 125 +++--
 meta/recipes-core/dbus/dbus_1.6.18.bb  |   4 -
 meta/recipes-core/dbus/dbus_1.8.2.bb   |   4 +
 7 files changed, 77 insertions(+), 301 deletions(-)
 rename meta/recipes-core/dbus/{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb} (96%)
 delete mode 100644 
meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 delete mode 100644 
meta/recipes-core/dbus/dbus/fixed-memory-freeing-if-error-during-listing-service.patch
 delete mode 100644 meta/recipes-core/dbus/dbus_1.6.18.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

-- 
1.8.1.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH V2 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu

I make a mistake. Please ignore this one. Sorry. I will resend V3.

Best Regards
Chong

On 05/12/2014 05:09 PM, Chong Lu wrote:

Upgrade dbus to 1.8.2.
Change install-ptest rules.
Remove unneeded patches since it's included in new version.
Remove unrecognized option: --with-xml

[YOCTO #6092]

Signed-off-by: Chong Lu chong...@windriver.com
---
  .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}|   3 +-
  meta/recipes-core/dbus/dbus.inc|   4 +-
  ...orrect-address-when-using-address-systemd.patch | 193 -
  ...y-freeing-if-error-during-listing-service.patch |  45 -
  meta/recipes-core/dbus/dbus/ptest.patch| 125 +++--
  meta/recipes-core/dbus/dbus_1.6.18.bb  |   4 -
  meta/recipes-core/dbus/dbus_1.8.2.bb   |   4 +
  7 files changed, 77 insertions(+), 301 deletions(-)
  rename meta/recipes-core/dbus/{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb} 
(96%)
  delete mode 100644 
meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
  delete mode 100644 
meta/recipes-core/dbus/dbus/fixed-memory-freeing-if-error-during-listing-service.patch
  delete mode 100644 meta/recipes-core/dbus/dbus_1.6.18.bb
  create mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

diff --git a/meta/recipes-core/dbus/dbus-test_1.6.18.bb 
b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
similarity index 96%
rename from meta/recipes-core/dbus/dbus-test_1.6.18.bb
rename to meta/recipes-core/dbus/dbus-test_1.8.2.bb
index 9ea0f4d..0404b9b 100644
--- a/meta/recipes-core/dbus/dbus-test_1.6.18.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
@@ -12,7 +12,7 @@ RDEPENDS_${PN}-dev = 
  
  SRC_URI = http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \

 file://tmpdir.patch \
-   file://ptest.patch \
+   file://dbus-add-install-ptest-rules.patch \
 file://dbus-1.init  \
 file://run-ptest \
 file://python-config.patch \
@@ -39,7 +39,6 @@ EXTRA_OECONF = --enable-tests \
  --disable-xml-docs \
  --disable-doxygen-docs \
  --disable-libaudit \
---with-xml=expat \
  --disable-systemd \
  --without-systemdsystemunitdir \
  --with-dbus-test-dir=${PTEST_PATH} \
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 4510ae3..91c8b43 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -17,8 +17,6 @@ SRC_URI = 
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
 file://dbus-1.init \
 file://os-test.patch \
 file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
-   file://Set-correct-address-when-using-address-systemd.patch \
-   file://fixed-memory-freeing-if-error-during-listing-service.patch \
  
  
  inherit useradd autotools pkgconfig gettext update-rc.d

@@ -56,6 +54,7 @@ FILES_${PN} = ${bindir}/dbus-daemon* \
 ${bindir}/dbus-send \
 ${bindir}/dbus-monitor \
 ${bindir}/dbus-launch \
+   ${bindir}/dbus-run-session \
 ${libexecdir}/dbus* \
 ${sysconfdir} \
 ${localstatedir} \
@@ -84,7 +83,6 @@ EXTRA_OECONF = --disable-tests \
  --disable-xml-docs \
  --disable-doxygen-docs \
  --disable-libaudit \
---with-xml=expat \
  --disable-systemd
  
  PACKAGECONFIG ??= ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \

diff --git 
a/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 
b/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
deleted file mode 100644
index 1fca9bb..000
--- 
a/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
+++ /dev/null
@@ -1,193 +0,0 @@
-From d728fdc655f17031da3bb129ab2fd17dadf0fe3a Mon Sep 17 00:00:00 2001
-From: Simon Peeters peeters.si...@gmail.com
-Date: Sun, 7 Oct 2012 16:59:30 +0200
-Subject: [PATCH] Set correct address when using --address=systemd:
-
-When dbus gets launched through systemd, we need to create an address
-string based on the sockets passed.
-
-The _dbus_append_addres_from_socket() function is responsible for
-extracting the address information from the file-descriptor and
-formatting it in a dbus friendly way.
-
-This fixes bus activation when running dbus under a systemd session.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=50962
-
-Upstream-Status: Backport
-
-Signed-off-by: Simon Peeters peeters.si...@gmail.com
-Signed-off-by: Jonathan Liu net...@gmail.com

- dbus/dbus-server-unix.c  | 38 ++-
- dbus/dbus-sysdeps-unix.c | 68 
- dbus/dbus-sysdeps-unix.h |  4 +++
- 3 files changed, 97 insertions(+), 13 deletions(-)
-

[oe] [RFC][meta-qt5 0/3] qtwayland updates for hawaii

2014-05-12 Thread Andreas Müller
I know building hawaii is some corner case but...

Update of qtwayland within 5.2.1 should be not a problem since qtwayland - as 
far as I know - has no official releases yet.

Andreas Müller (3):
  qtwayland: move to latest revision
  qtwayland-native: make qtwayland find qtwaylandscanner
  qtwayland: install created private headers

 recipes-qt/qt5/qtwayland-native_git.bb |  5 ++
 ...0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch | 91 --
 recipes-qt/qt5/qtwayland_git.bb|  8 +-
 3 files changed, 11 insertions(+), 93 deletions(-)
 delete mode 100644 
recipes-qt/qt5/qtwayland/0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch

-- 
1.8.3.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [RFC][meta-qt5 1/3] qtwayland: move to latest revision

2014-05-12 Thread Andreas Müller
latest hawaii has moved to frame-sync support

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 ...0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch | 91 --
 recipes-qt/qt5/qtwayland_git.bb|  3 +-
 2 files changed, 1 insertion(+), 93 deletions(-)
 delete mode 100644 
recipes-qt/qt5/qtwayland/0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch

diff --git 
a/recipes-qt/qt5/qtwayland/0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch 
b/recipes-qt/qt5/qtwayland/0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch
deleted file mode 100644
index 2266f4c..000
--- a/recipes-qt/qt5/qtwayland/0001-xcomposite-glx-Fix-build-on-Qt-5.2.1.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-From c5c23a37b230b426ed1eeea66544af438f48d05d Mon Sep 17 00:00:00 2001
-From: Taeyeon Mori orochimarufan...@gmail.com
-Date: Sun, 9 Feb 2014 23:43:06 +0100
-Subject: [PATCH] xcomposite-glx: Fix build on Qt 5.2.1
-
-* it was made private in
-  commit b6713ec4262c05f7d103bc3b75ab81aedc690853
-  Author: Jorgen Lind jorgen.l...@digia.com
-  Date:   Wed Dec 18 07:59:53 2013 +0100
-
-  Make classes in client private
-
-  and qwayland-xcomposite-glx wasn't adapted to it
-
-* found in
-  http;//oro.sodimm.me/~hinata/devel/.../0001-Fix-build-on-Qt-5.2.1.patch.htm
-  but because it was already gone, here is the cache:
-  
http://webcache.googleusercontent.com/search?q=cache:5L0rSgqrKMoJ:oro.sodimm.me/~hinata/devel/qt5-wayland-git/0001-Fix-build-on-Qt-5.2.1.patch.htmhl=engl=czstrip=1
-
-Change-Id: I8eed3645ccacc43e2c9febba2bc6544c7068207a
-Signed-off-by: Martin Jansa martin.ja...@gmail.com

- .../compositor/xcomposite-glx/xcompositeglxintegration.cpp |  2 +-
- src/plugins/platforms/qwayland-xcomposite-glx/main.cpp |  2 +-
- .../qwaylandxcompositeglxplatformintegration.h | 14 --
- 3 files changed, 10 insertions(+), 8 deletions(-)
-
-diff --git 
a/src/hardwareintegration/compositor/xcomposite-glx/xcompositeglxintegration.cpp
 
b/src/hardwareintegration/compositor/xcomposite-glx/xcompositeglxintegration.cpp
-index dce1fdc..8403c78 100644
 
a/src/hardwareintegration/compositor/xcomposite-glx/xcompositeglxintegration.cpp
-+++ 
b/src/hardwareintegration/compositor/xcomposite-glx/xcompositeglxintegration.cpp
-@@ -112,7 +112,7 @@ void 
XCompositeGLXClientBufferIntegration::initializeHardware(QtWayland::Display
- delete glContext;
- }
- 
--void XCompositeGLXClientBufferIntegration::updateTextureFromBuffer(struct 
::wl_resource *buffer)
-+void XCompositeGLXClientBufferIntegration::bindTextureToBuffer(struct 
::wl_resource *buffer)
- {
- XCompositeBuffer *compositorBuffer = 
XCompositeBuffer::fromResource(buffer);
- Pixmap pixmap = XCompositeNameWindowPixmap(mDisplay, 
compositorBuffer-window());
-diff --git a/src/plugins/platforms/qwayland-xcomposite-glx/main.cpp 
b/src/plugins/platforms/qwayland-xcomposite-glx/main.cpp
-index 17b20f9..c9450a5 100644
 a/src/plugins/platforms/qwayland-xcomposite-glx/main.cpp
-+++ b/src/plugins/platforms/qwayland-xcomposite-glx/main.cpp
-@@ -40,7 +40,7 @@
- /
- 
- #include qpa/qplatformintegrationplugin.h
--#include qwaylandintegration.h
-+#include qwaylandxcompositeglxplatformintegration.h
- 
- QT_BEGIN_NAMESPACE
- 
-diff --git 
a/src/plugins/platforms/qwayland-xcomposite-glx/qwaylandxcompositeglxplatformintegration.h
 
b/src/plugins/platforms/qwayland-xcomposite-glx/qwaylandxcompositeglxplatformintegration.h
-index fe8c5b7..fb63fea 100644
 
a/src/plugins/platforms/qwayland-xcomposite-glx/qwaylandxcompositeglxplatformintegration.h
-+++ 
b/src/plugins/platforms/qwayland-xcomposite-glx/qwaylandxcompositeglxplatformintegration.h
-@@ -42,7 +42,7 @@
- #ifndef QWAYLANDXCOMPOSITEGLXPLATFORMINTEGRATION_H
- #define QWAYLANDXCOMPOSITEGLXPLATFORMINTEGRATION_H
- 
--#include QtWaylandClient/qwaylandintegration.h
-+#include QtWaylandClient/private/qwaylandintegration_p.h
- 
- #include qwaylandxcompositeglxintegration.h
- 
-@@ -51,14 +51,16 @@ class QWaylandXCompositeGlxPlatformIntegration : public 
QWaylandIntegration
- public:
- QWaylandXCompositeGlxPlatformIntegration()
- : QWaylandIntegration()
--, m_gl_integration(new QWaylandXCompositeGLXIntegration(display()))
--{ }
-+, m_client_buffer_integration(new QWaylandXCompositeGLXIntegration())
-+{
-+m_client_buffer_integration-initialize(display());
-+}
- 
--QWaylandGLIntegration *glIntegration() const Q_DECL_OVERRIDE
--{ return m_gl_integration; }
-+QWaylandClientBufferIntegration *clientBufferIntegration() const 
Q_DECL_OVERRIDE
-+{ return m_client_buffer_integration; }
- 
- private:
--QWaylandGLIntegration *m_gl_integration;
-+QWaylandClientBufferIntegration *m_client_buffer_integration;
- };
- 
- #endif
--- 
-1.8.5.3
-
diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index 789a882..ebdda82 100644
--- 

[oe] [RFC][meta-qt5 3/3] qtwayland: install created private headers

2014-05-12 Thread Andreas Müller
buildhistory diff:
--- 
a/packages/armv7at2hf-vfp-neon-angstrom_wl-linux-gnueabi/qtwayland/qtwayland-dev/latest
+++ 
b/packages/armv7at2hf-vfp-neon-angstrom_wl-linux-gnueabi/qtwayland/qtwayland-dev/latest
@@ -4,6 +4,6 @@ PKGV = 5.2.1+git0+f9ebbd6c61
 RPROVIDES =
 RDEPENDS = qtwayland
 RRECOMMENDS = eglibc-dev libgcc-dev libstdc++-dev libxkbcommon-dev qtbase-dev 
qtdeclarative-dev wayland-dev xproto-dev zlib-dev
-PKGSIZE = 295533
+PKGSIZE = 537651
 FILES = /usr/include /lib/lib*.so /usr/lib/lib*.so /usr/lib/*.la /usr/lib/*.o 
/usr/lib/pkgconfig /usr/share/pkgconfig /usr/share/aclocal /lib/*.o 
/usr/lib/qtwayland/*.la /lib/*.la
-FILELIST = 
/usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlclientbufferintegration_p.h
 
/usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlclientbufferintegrat
+FILELIST = 
/usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwayland-server-hardware-integration.h
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwayland-server

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 recipes-qt/qt5/qtwayland_git.bb | 5 +
 1 file changed, 5 insertions(+)

diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
index ebdda82..8da8249 100644
--- a/recipes-qt/qt5/qtwayland_git.bb
+++ b/recipes-qt/qt5/qtwayland_git.bb
@@ -9,3 +9,8 @@ SRCREV = f9ebbd6c618488f9b671f5504528ced3350754fb
 SRC_URI +=  \
 file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \
 
+
+do_install_append() {
+   # do install files created by qtwaylandscanner
+   install 
${B}/include/QtCompositor/5.2.1/QtCompositor/private/{qwayland-server-*,*protocol*}.h
 ${D}${includedir}/${QT_DIR_NAME}/QtCompositor/5.2.1/QtCompositor/private
+}
-- 
1.8.3.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [RFC][meta-qt5 2/3] qtwayland-native: make qtwayland find qtwaylandscanner

2014-05-12 Thread Andreas Müller
bindir/qt5 causes not building QtWaylandClient files.
See [1] for further explanation. This error was discoverd by building
hawaii-shell failing with:

| 
/home/superandy/tmp/oe-core-eglibc/sysroots/overo/usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlinputdevice_p.h:56:58:
 fatal error: QtCompositor/private/qwayland
|  #include QtCompositor/private/qwayland-server-wayland.h
|   ^
| compilation terminated.

[1] 
https://qt.gitorious.org/qt/qtbase/commit/0e1ce36ae67de940b2d499ec7f23e520dce0f112

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 recipes-qt/qt5/qtwayland-native_git.bb | 5 +
 1 file changed, 5 insertions(+)

diff --git a/recipes-qt/qt5/qtwayland-native_git.bb 
b/recipes-qt/qt5/qtwayland-native_git.bb
index 988aa98..966ae55 100644
--- a/recipes-qt/qt5/qtwayland-native_git.bb
+++ b/recipes-qt/qt5/qtwayland-native_git.bb
@@ -5,3 +5,8 @@ require ${PN}.inc
 # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1
 
 SRCREV = a23777866ab77c4e8e6b501cf0fbe7c9223e
+
+# wayland-scanner and qtwaylandscanner must be in same path to work properly
+do_install_append() {
+   ln -sf ${D}${OE_QMAKE_PATH_QT_BINS}/qtwaylandscanner 
${D}${bindir}/qtwaylandscanner
+}
-- 
1.8.3.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [PATCH V3 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Upgrade dbus to 1.8.2.
Change install-ptest rules.
Remove unneeded patches since it's included in new version.
Remove unrecognized option: --with-xml

[YOCTO #6092]

Signed-off-by: Chong Lu chong...@windriver.com
---
 .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}|   1 -
 meta/recipes-core/dbus/dbus.inc|   4 +-
 ...orrect-address-when-using-address-systemd.patch | 193 -
 ...y-freeing-if-error-during-listing-service.patch |  45 -
 meta/recipes-core/dbus/dbus/ptest.patch| 125 +++--
 meta/recipes-core/dbus/dbus_1.6.18.bb  |   4 -
 meta/recipes-core/dbus/dbus_1.8.2.bb   |   4 +
 7 files changed, 76 insertions(+), 300 deletions(-)
 rename meta/recipes-core/dbus/{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb} (98%)
 delete mode 100644 
meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 delete mode 100644 
meta/recipes-core/dbus/dbus/fixed-memory-freeing-if-error-during-listing-service.patch
 delete mode 100644 meta/recipes-core/dbus/dbus_1.6.18.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

diff --git a/meta/recipes-core/dbus/dbus-test_1.6.18.bb 
b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
similarity index 98%
rename from meta/recipes-core/dbus/dbus-test_1.6.18.bb
rename to meta/recipes-core/dbus/dbus-test_1.8.2.bb
index 9ea0f4d..4194daf 100644
--- a/meta/recipes-core/dbus/dbus-test_1.6.18.bb
+++ b/meta/recipes-core/dbus/dbus-test_1.8.2.bb
@@ -39,7 +39,6 @@ EXTRA_OECONF = --enable-tests \
 --disable-xml-docs \
 --disable-doxygen-docs \
 --disable-libaudit \
---with-xml=expat \
 --disable-systemd \
 --without-systemdsystemunitdir \
 --with-dbus-test-dir=${PTEST_PATH} \
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 4510ae3..91c8b43 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -17,8 +17,6 @@ SRC_URI = 
http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://dbus-1.init \
file://os-test.patch \
file://clear-guid_from_server-if-send_negotiate_unix_f.patch \
-   file://Set-correct-address-when-using-address-systemd.patch \
-   file://fixed-memory-freeing-if-error-during-listing-service.patch \
 
 
 inherit useradd autotools pkgconfig gettext update-rc.d
@@ -56,6 +54,7 @@ FILES_${PN} = ${bindir}/dbus-daemon* \
${bindir}/dbus-send \
${bindir}/dbus-monitor \
${bindir}/dbus-launch \
+   ${bindir}/dbus-run-session \
${libexecdir}/dbus* \
${sysconfdir} \
${localstatedir} \
@@ -84,7 +83,6 @@ EXTRA_OECONF = --disable-tests \
 --disable-xml-docs \
 --disable-doxygen-docs \
 --disable-libaudit \
---with-xml=expat \
 --disable-systemd
 
 PACKAGECONFIG ??= ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 
'systemd', '', d)} \
diff --git 
a/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 
b/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
deleted file mode 100644
index 1fca9bb..000
--- 
a/meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
+++ /dev/null
@@ -1,193 +0,0 @@
-From d728fdc655f17031da3bb129ab2fd17dadf0fe3a Mon Sep 17 00:00:00 2001
-From: Simon Peeters peeters.si...@gmail.com
-Date: Sun, 7 Oct 2012 16:59:30 +0200
-Subject: [PATCH] Set correct address when using --address=systemd:
-
-When dbus gets launched through systemd, we need to create an address
-string based on the sockets passed.
-
-The _dbus_append_addres_from_socket() function is responsible for
-extracting the address information from the file-descriptor and
-formatting it in a dbus friendly way.
-
-This fixes bus activation when running dbus under a systemd session.
-
-https://bugs.freedesktop.org/show_bug.cgi?id=50962
-
-Upstream-Status: Backport
-
-Signed-off-by: Simon Peeters peeters.si...@gmail.com
-Signed-off-by: Jonathan Liu net...@gmail.com

- dbus/dbus-server-unix.c  | 38 ++-
- dbus/dbus-sysdeps-unix.c | 68 
- dbus/dbus-sysdeps-unix.h |  4 +++
- 3 files changed, 97 insertions(+), 13 deletions(-)
-
-diff --git a/dbus/dbus-server-unix.c b/dbus/dbus-server-unix.c
-index 130f66e..d995240 100644
 a/dbus/dbus-server-unix.c
-+++ b/dbus/dbus-server-unix.c
-@@ -149,7 +149,7 @@ _dbus_server_listen_platform_specific (DBusAddressEntry 
*entry,
- }
-   else if (strcmp (method, systemd) == 0)
- {
--  int n, *fds;
-+  int i, n, *fds;
-   DBusString address;
- 
-   n = _dbus_listen_systemd_sockets (fds, error);
-@@ -159,27 +159,39 @@ _dbus_server_listen_platform_specific (DBusAddressEntry 
*entry,
- 

[oe] [PATCH V3 0/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu
Change since v2:
delete incorrect patch name.

The following changes since commit 50067e069c8cbc0d339819494f22ae7623d47aa6:

  bitbake: fetch2/perforce: Ensure command has a default (2014-05-11 15:26:25 
+0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/dbus
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus

Chong Lu (1):
  dbus: Update to 1.8.2 version

 .../{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb}|   1 -
 meta/recipes-core/dbus/dbus.inc|   4 +-
 ...orrect-address-when-using-address-systemd.patch | 193 -
 ...y-freeing-if-error-during-listing-service.patch |  45 -
 meta/recipes-core/dbus/dbus/ptest.patch| 125 +++--
 meta/recipes-core/dbus/dbus_1.6.18.bb  |   4 -
 meta/recipes-core/dbus/dbus_1.8.2.bb   |   4 +
 7 files changed, 76 insertions(+), 300 deletions(-)
 rename meta/recipes-core/dbus/{dbus-test_1.6.18.bb = dbus-test_1.8.2.bb} (98%)
 delete mode 100644 
meta/recipes-core/dbus/dbus/Set-correct-address-when-using-address-systemd.patch
 delete mode 100644 
meta/recipes-core/dbus/dbus/fixed-memory-freeing-if-error-during-listing-service.patch
 delete mode 100644 meta/recipes-core/dbus/dbus_1.6.18.bb
 create mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

-- 
1.8.1.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-webserver] cherokee webserver SRC_URI broken again

2014-05-12 Thread Javier Viguera

Hi Martin,

On 30/04/14 20:20, Martin Jansa wrote:

Tom, can you please put it on sources.oe.org?

You can find the archive on aruba.


Thanks for looking into this, but did this ever happen?

I'm still having problems with cherokee download. In the fetch log it 
shows trying to get it from 
'http://sources.openembedded.org/cherokee-1.2.98.tar.gz', but still no luck:


$ wget http://sources.openembedded.org/cherokee-1.2.98.tar.gz
--2014-05-12 12:29:11-- 
http://sources.openembedded.org/cherokee-1.2.98.tar.gz
Resolving sources.openembedded.org (sources.openembedded.org)... 
140.211.169.152
Connecting to sources.openembedded.org 
(sources.openembedded.org)|140.211.169.152|:80... connected.

HTTP request sent, awaiting response... 404 Not Found
2014-05-12 12:29:11 ERROR 404: Not Found.

-
Javier Viguera
Software Engineer
Digi International® Spain S.A.U.
--
Regards,

Javier Viguera
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH V3 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Burton, Ross
On 12 May 2014 10:50, Chong Lu chong...@windriver.com wrote:
 Upgrade dbus to 1.8.2.
 Change install-ptest rules.
 Remove unneeded patches since it's included in new version.
 Remove unrecognized option: --with-xml

This should go to the oe-core list instead of oe-devel.

What testing has been done with 1.8.2?  Have you tested that the
system and user buses are operation both with sysvinit and systemd?

Ross
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] pm-qa: update to 0.4.9 release

2014-05-12 Thread Paul Eggleton
On Monday 12 May 2014 00:15:40 Otavio Salvador wrote:
 On Sat, May 10, 2014 at 8:32 AM, Fathi Boudra fathi.bou...@linaro.org 
wrote:
  Signed-off-by: Fathi Boudra fathi.bou...@linaro.org
  ---
  
   meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++---
   1 file changed, 3 insertions(+), 3 deletions(-)
  
  diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
  b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb index 4d33975..f6ffcb6
  100644
  --- a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
  +++ b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
  @@ -4,12 +4,12 @@ HOMEPAGE =
  https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/Test
 https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite
 
 The URI is wrong.

That's just the patch context, not something that is being changed; the URL is 
correct in the recipe.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] zeroc-ice : Add recipe.

2014-05-12 Thread Philip Balister
Oh the pain.

Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio.

Signed-off-by: Philip Balister phi...@balister.org
---
 .../0002-Modify-Makefile-for-cross-compile.patch   | 287 +
 .../zeroc-ice/zeroc-ice_3.5.1.bb   |  75 ++
 2 files changed, 362 insertions(+)
 create mode 100644 
meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice-3.5.1/0002-Modify-Makefile-for-cross-compile.patch
 create mode 100644 meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice_3.5.1.bb

diff --git 
a/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice-3.5.1/0002-Modify-Makefile-for-cross-compile.patch
 
b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice-3.5.1/0002-Modify-Makefile-for-cross-compile.patch
new file mode 100644
index 000..93fb5bf
--- /dev/null
+++ 
b/meta-oe/recipes-connectivity/zeroc-ice/zeroc-ice-3.5.1/0002-Modify-Makefile-for-cross-compile.patch
@@ -0,0 +1,287 @@
+From bc622ce74fa03a935278d21736a5a251466e1798 Mon Sep 17 00:00:00 2001
+From: Tom Rondeau t...@trondeau.com
+Date: Wed, 16 Apr 2014 14:34:51 -0400
+Subject: [PATCH] Modify Makefiles for cross compile
+
+---
+ config/Make.common.rules   |   20 +++--
+ cpp/Makefile   |9 +++---
+ cpp/config/Make.rules  |   32 
+ cpp/config/Make.rules.Linux|   18 ++-
+ cpp/src/IceStorm/FreezeDB/Makefile |2 +-
+ py/config/Make.rules   |   58 +++-
+ 6 files changed, 70 insertions(+), 69 deletions(-)
+
+diff --git a/config/Make.common.rules b/config/Make.common.rules
+index d7b1d59..a3fb17e 100644
+--- a/config/Make.common.rules
 b/config/Make.common.rules
+@@ -65,9 +65,9 @@ ifeq ($(UNAME),Linux)
+   #
+   # Some Linux distributions like Debian/Ubuntu don't use /usr/lib64.
+   #
+-  ifeq ($(shell test -d /usr/lib64  echo 0),0)
+-  lp64suffix  = 64
+-  endif
++  #ifeq ($(shell test -d /usr/lib64  echo 0),0)
++  #lp64suffix = 64
++  #endif
+   ifeq ($(LP64),)
+   LP64= yes
+   endif
+@@ -244,12 +244,13 @@ else
+ slicedir = $(ice_dir)/slice
+ endif
+ 
+-ifeq ($(prefix), /usr)
+-install_slicedir = /usr/share/Ice-$(VERSION)/slice
+-else
+-install_slicedir = $(prefix)/slice
+-endif
++#ifeq ($(prefix), /usr)
++#install_slicedir = /usr/share/Ice-$(VERSION)/slice
++#else
++#install_slicedir = $(prefix)/slice
++#endif
+ 
++install_slicedir = $(prefix)/slice
+ #
+ # Set environment variables for the Slice translator.
+ #
+@@ -265,7 +266,8 @@ ifneq ($(ice_dir), /usr)
+ endif
+ 
+ ifeq ($(UNAME),Linux)
+-export LD_LIBRARY_PATH := $(ice_lib_dir):$(LD_LIBRARY_PATH)
++#export LD_LIBRARY_PATH := $(ice_lib_dir):$(LD_LIBRARY_PATH)
++export LD_LIBRARY_PATH := $(ICE_HOME)/lib:$(LD_LIBRARY_PATH)
+ endif
+ 
+ ifeq ($(UNAME),SunOS)
+diff --git a/cpp/Makefile b/cpp/Makefile
+index a68f113..1f44f57 100644
+--- a/cpp/Makefile
 b/cpp/Makefile
+@@ -11,11 +11,12 @@ top_srcdir = .
+ 
+ include $(top_srcdir)/config/Make.rules
+ 
+-SUBDIRS   = config src include test
++#SUBDIRS  = config src include test
++SUBDIRS   = config src include
+ 
+-ifeq ($(shell uname | grep MINGW),)
+-SUBDIRS   := $(SUBDIRS) demo
+-endif
++#ifeq ($(shell uname | grep MINGW),)
++#SUBDIRS  := $(SUBDIRS) demo
++#endif
+ 
+ INSTALL_SUBDIRS   = $(install_bindir) $(install_libdir) 
$(install_includedir) \
+   $(install_configdir) $(install_mandir)
+diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules
+index 37461ae..197c5e8 100644
+--- a/cpp/config/Make.rules
 b/cpp/config/Make.rules
+@@ -175,11 +175,12 @@ headerdir= $(top_srcdir)/include
+ # includedir is not handled the same as bindir and libdir
+ # because it is used in the .depend files
+ #
+-ifdef ice_src_dist
+-includedir= $(top_srcdir)/include
+-else
+-includedir= $(ice_dir)/include
+-endif
++#ifdef ice_src_dist
++#includedir   = $(top_srcdir)/include
++#else
++#includedir   = $(ice_dir)/include
++#endif
++includedir= $(top_srcdir)/include
+ 
+ #
+ # Platform specific definitions
+@@ -277,14 +278,17 @@ ICECPPFLAGS  = -I$(slicedir)
+ SLICE2CPPFLAGS= $(ICECPPFLAGS)
+ 
+ ifeq ($(ice_dir), /usr) 
+-LDFLAGS   = $(LDPLATFORMFLAGS) $(CXXFLAGS)
++LDFLAGS   += $(LDPLATFORMFLAGS) $(CXXFLAGS)
+ else
+ CPPFLAGS  += -I$(includedir)
+-ifdef ice_src_dist
+-  LDFLAGS = $(LDPLATFORMFLAGS) $(CXXFLAGS) -L$(libdir)
+-else
+-  LDFLAGS = $(LDPLATFORMFLAGS) $(CXXFLAGS) 
-L$(ice_dir)/$(libsubdir)$(cpp11suffix)
+-endif
++# We must always build using the libraries in the source tree, the host's are 
obviously
++# not what we want for the target
++LDFLAGS   += $(LDPLATFORMFLAGS) $(CXXFLAGS) -L$(libdir) $(call 
rpathlink,$(libdir))
++# 

[oe] [meta-oe][PATCH] net-snmp: install net-snmp-config script to STAGING_BINDIR_CROSS

2014-05-12 Thread Alexandre Fournier
This recipe was installing net-snmp-config script to STAGING_BINDIR
instead of STAGING_BINDIR_CROSS, during the do_install. It is not
recommended and must be done after staging.

Changes:
* Remove STAGING_BINDIR manipulations from do_install_append
* Add net_snmp_sysroot_preprocess function instead
* Append net_snmp_sysroot_preprocess to SYSROOT_PREPROCESS_FUNCS
* Bump PR

Signed-off-by: Alexandre Fournier alexandre.fourn...@kiplink.fr
---
 .../recipes-protocols/net-snmp/net-snmp_5.7.2.bb  | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb 
b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
index d21995a..78a6e32 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = 
file://README;beginline=3;endline=8;md5=7f7f00ba639ac8e8deb5
 
 DEPENDS = openssl libnl pciutils
 
-PR = r1
+PR = r2
 
 SRC_URI = ${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
 file://init \
@@ -43,19 +43,26 @@ do_install_append() {
 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/snmpd
 install -m 644 ${WORKDIR}/snmpd.conf ${D}${sysconfdir}/snmp/
 install -m 644 ${WORKDIR}/snmptrapd.conf ${D}${sysconfdir}/snmp/
-install -d ${STAGING_BINDIR}
-install -m 0755 ${D}${bindir}/net-snmp-config ${STAGING_BINDIR}/
 sed -e s@-I/usr/include@@g \
 -e s@^prefix=.*@prefix=${STAGING_DIR_HOST}@g \
 -e s@^exec_prefix=.*@exec_prefix=${STAGING_DIR_HOST}@g \
 -e s@^includedir=.*@includedir=${STAGING_INCDIR}@g \
 -e s@^libdir=.*@libdir=${STAGING_LIBDIR}@g \
--i ${STAGING_BINDIR}/net-snmp-config
+-i ${D}${bindir}/net-snmp-config
 install -d ${D}${systemd_unitdir}/system
 install -m 0644 ${WORKDIR}/snmpd.service ${D}${systemd_unitdir}/system
 install -m 0644 ${WORKDIR}/snmptrapd.service ${D}${systemd_unitdir}/system
 }
 
+SYSROOT_PREPROCESS_FUNCS += net_snmp_sysroot_preprocess
+
+net_snmp_sysroot_preprocess () {
+if [ -e ${D}${bindir}/net-snmp-config ]; then
+install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
+install -m 755 ${D}${bindir}/net-snmp-config 
${SYSROOT_DESTDIR}${bindir_crossscripts}/
+fi
+}
+
 PACKAGES = ${PN}-dbg ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-static 
${PN}-libs \
 ${PN}-mibs ${PN}-server ${PN}-client ${PN}-server-snmpd 
${PN}-server-snmptrapd
 
-- 
1.8.3.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] OE Changelog since 2014-05-04 until 2014-05-11

2014-05-12 Thread cliff . brake
Changelog since 2014-05-04 until 2014-05-11.  Projects included in this report:

bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git
meta-arago: git://arago-project.org/git/meta-arago.git
meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git
meta-browser: git://github.com/OSSystems/meta-browser.git
meta-bug: git://github.com/buglabs/meta-bug.git
meta-chicken: git://github.com/OSSystems/meta-chicken
meta-efikamx: git://github.com/kraj/meta-efikamx.git
meta-ettus: http://github.com/koenkooi/meta-ettus.git
meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm
meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git
meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc
meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git
meta-gumstix: git://github.com/gumstix/meta-gumstix.git
meta-gumstix-community: 
git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git
meta-handheld: git://git.openembedded.org/meta-handheld
meta-igep: http://github.com/ebutera/meta-igep.git
meta-intel: git://git.yoctoproject.org/meta-intel
meta-ivi: git://git.yoctoproject.org/meta-ivi
meta-java: git://github.com/woglinde/meta-java
meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git
meta-micro: git://git.openembedded.org/meta-micro
meta-mono: git://git.yoctoproject.org/meta-mono.git
meta-netbookpro: git://github.com/tworaz/meta-netbookpro
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-opie: git://git.openembedded.org/meta-opie
meta-qt3: git://git.yoctoproject.org/meta-qt3
meta-qt5: git://github.com/meta-qt5/meta-qt5.git
meta-slugos: git://github.com/kraj/meta-slugos
meta-systemd: git://git.yoctoproject.org/meta-systemd
meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-ti: git://git.yoctoproject.org/meta-ti
meta-webos: git://github.com/openwebos/meta-webos.git
meta-xilinx: git://git.yoctoproject.org/meta-xilinx
meta-yocto: git://git.yoctoproject.org/meta-yocto
openembedded: git://git.openembedded.org/openembedded


Changelog for bitbake:

Alexandru DAMIAN (2):
  toaster: fix migration code for MySQL
  toaster: modify SQL data type constraints

Andreas Bofjall (1):
  setup.py: fix documentation build

Belen Barros Pena (1):
  toaster: Make sure layer branch only shows when not empty

Dave Lerner (1):
  toaster: fix span2 headings for packages

David Reyna (1):
  toaster: sort outcome and sstate columns by string value

Nick Lewis (1):
  Fix refetch of local files when they are read only

Richard Purdie (5):
  data_smart: Ensure all possible overrides are cached including those with '_
  parse/ast: Show append logging at lower log level
  knotty: Fix output printed to the user at debug log levels
  parse: Improve file inheritance logging
  fetch2/perforce: Ensure command has a default

Volker Vogelhuber (1):
  fix cloning of mercurial repository with username and password specified in 


Changelog for openembedded-core:

Anders Roxell (1):
  rt-tests: bump version 0.87 = 0.89

Bruce Ashfield (6):
  kernel-yocto: quote kconfig mode check
  linux-yocto-custom: provide defconfig guidance
  linux-yocto/3.4: update to v3.4.88
  linux-yocto/3.10: update to v3.10.38
  linux-yocto/3.14: update to v3.14.2
  linux-yocto/3.10: mei.cfg: enable Intel chipsets

Changhyeok Bae (1):
  mirrors.bbclass: Add mirror site for savannah

Chen Qi (3):
  mmc-utils: fix compilation failure for mips64 target.
  sudo: upgrade from 1.8.9p5 to 1.8.10p2
  util-linux: fix parallel build issure for PATHFILES

Cristian Iorga (2):
  taglib: upgrade to 1.9.1
  linux-firmware: upgrade to commit dec41bce44e0dff6a2c3358a958fadf22bf58858

Cristiana Voicu (4):
  babeltrace: upgrade to 1.2.1
  rxvt-unicode: upgrade to 9.20
  openssl: update upstream status for a patch
  kmod: update Upstream-Status for one patch

Drew Moseley (1):
  mesa-demos: Specify the lib dir to locate glut libraries

Fathi Boudra (2):
  grub git: update to latest git (grub-2.02-beta2-81-g4b8b913)
  systemtap: update to 2.5 release

Joel Fernandes (1):
  serial-getty service: Add xterm as default TERM

Khem Raj (10):
  gcc: Add 4.9 recipes
  cairo: Fix build with gcc 4.9
  binutils: Fix building nativesdk binutils with gcc 4.9
  systemd: Fix build with gcc 4.9
  oprofile: Update to 0.9.9
  mdadm: Fix build on gcc 4.9
  lttng-modules_2.3.3.bb: Fix build on ARM/gcc-4.9
  procps: Do not detect 32/64 bit compiler options
  tcmode-default.inc: Adjust for new toolchain component changes
  systemd: Upgrade past 212 release

Koen Kooi (3):
  xdg-utils: reinstall xdg-terminal
  xinput-calibrator: fix XDG launch
  ltp: enable PM and RT tests

Martin Jansa (5):
  defaultsetup: 

Re: [oe] [meta-oe][PATCH] net-snmp: install net-snmp-config script to STAGING_BINDIR_CROSS

2014-05-12 Thread Khem Raj
On Mon, May 12, 2014 at 8:35 AM, Alexandre Fournier
alexandre.fourn...@kiplink.fr wrote:
 -PR = r1
 +PR = r2

not needed.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH] netcat-openbsd: fixup patching

2014-05-12 Thread Dan McGregor
From: Dan McGregor dan.mcgre...@usask.ca

Do the patching in the do_patch phase instead of the compile
phase. That way if the compile phase needs to be rerun
patching isn't attempted a second time.

Signed-off-by: Dan McGregor dan.mcgre...@usask.ca
---
 .../recipes-support/netcat/netcat-openbsd_1.105.bb| 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
index 4474e1d..4489656 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
@@ -15,11 +15,20 @@ SRC_URI[netcat-patch.sha256sum] =
eee759327ffea293e81d0dde67921b7fcfcad279ffd7a

 S = ${WORKDIR}/${BPN}-${PV}

+netcat_do_patch() {
+cd ${S}
+while read line; do patch -p1  ${WORKDIR}/debian/patches/$line;
done  ${WORKDIR}/debian/patches/series
+}
+
+python do_patch() {
+bb.build.exec_func('netcat_do_patch', d)
+bb.build.exec_func('patch_do_patch', d)
+}
+
 do_configure[noexec] = 1

 do_compile() {
 cd ${S}
-while read line; do patch -p1  ${WORKDIR}/debian/patches/$line;
done  ${WORKDIR}/debian/patches/series
 pkgrel=4
 oe_runmake CFLAGS=$CFLAGS -DDEBIAN_VERSION=${pkgrel}
 }
-- 
1.9.0
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 0/7] Add core 100 DPI X.org fonts

2014-05-12 Thread Ben Shelton
Adding back a fixed-up version of the bdftopcf tool, and adding recipes for the 
core X.org 100 DPI fonts, along with a packagegroup recipe to build them all.

The following changes since commit 55b09e522ca88c0c0b2dd7a36e4861a1cf6ca9c6:

  klcc_cross: move in target sysroot as crossscript (2014-05-04 11:41:12 +0100)

are available in the git repository at:

  git://github.com/ni/meta-oe dev/bshelton/fonts
  https://github.com/ni/meta-oe/tree/dev/bshelton/fonts

Ben Shelton (7):
  bdftopcf: add recipe
  font-adobe-100dpi: add recipe
  font-adobe-utopia: add recipe
  font-bh-100dpi: add recipe
  font-bh-lucidatypewriter: add recipe
  font-bitstream-100dpi: add recipe
  xorg-fonts-100dpi: add recipe

 meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb   | 13 +
 .../recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb | 14 ++
 .../xorg-font/font-adobe-utopia-100dpi_1.0.4.bb   | 15 +++
 .../recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb| 14 ++
 .../xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb| 14 ++
 .../xorg-font/font-bitstream-100dpi_1.0.3.bb  | 14 ++
 meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb   | 14 ++
 7 files changed, 98 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
 create mode 100644 meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb
 create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb

-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 3/7] font-adobe-utopia: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 .../xorg-font/font-adobe-utopia-100dpi_1.0.4.bb   | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb

diff --git 
a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb 
b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
new file mode 100644
index 000..f3d2815
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb
@@ -0,0 +1,15 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = Adobe Utopia 100 DPI fonts
+HOMEPAGE = http://cgit.freedesktop.org/xorg/font/adobe-utopia-100dpi/;
+SECTION = x11/font
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=fa13e704b7241f60ef9105cc041b9732
+
+DEPENDS = util-macros-native font-util-native bdftopcf-native
+RDEPENDS_${PN} = encodings font-util
+RDEPENDS_${PN}_class-native = font-util-native
+
+SRC_URI[md5sum] = 66fb6de561648a6dce2755621d6aea17
+SRC_URI[sha256sum] = 
d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5
+
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 5/7] font-bh-lucidatypewriter: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 .../xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb

diff --git 
a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb 
b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb
new file mode 100644
index 000..c83137b
--- /dev/null
+++ 
b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = Bigelow  Holmes Lucida Typewriter 100 DPI fonts
+HOMEPAGE = http://cgit.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/;
+SECTION = x11/font
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=0d221a9cd144806cb469735cc4775939
+
+DEPENDS = util-macros-native font-util-native bdftopcf-native
+RDEPENDS_${PN} = encodings font-util
+RDEPENDS_${PN}_class-native = font-util-native
+
+SRC_URI[md5sum] = c8b73a53dcefe3e8d3907d3500e484a9
+SRC_URI[sha256sum] = 
62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 7/7] xorg-fonts-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Adding a packagegroup recipe to build all the core 100dpi X fonts.

Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb 
b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb
new file mode 100644
index 000..aacf379
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb
@@ -0,0 +1,14 @@
+SUMMARY = Xorg 100 DPI font set
+LICENSE = Custom
+
+inherit packagegroup
+
+PACKAGE_ARCH = ${MACHINE_ARCH}
+
+RDEPENDS_${PN} = \
+   font-adobe-100dpi \
+   font-adobe-utopia-100dpi \
+   font-bh-100dpi \
+   font-bh-lucidatypewriter-100dpi \
+   font-bitstream-100dpi \
+
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 4/7] font-bh-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb 
b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb
new file mode 100644
index 000..3ee91ce
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = Bigelow  Holmes 100 DPI fonts
+HOMEPAGE = http://cgit.freedesktop.org/xorg/font/bh-100dpi/;
+SECTION = x11/font
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=cffd5e9c4b61b3d74166ca74b99e460e
+
+DEPENDS = util-macros-native font-util-native bdftopcf-native
+RDEPENDS_${PN} = encodings font-util
+RDEPENDS_${PN}_class-native = font-util-native
+
+SRC_URI[md5sum] = 9f11ade089d689b9d59e0f47d26f39cd
+SRC_URI[sha256sum] = 
23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 2/7] font-adobe-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 .../recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb  | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb 
b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb
new file mode 100644
index 000..04d3efa
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = Adobe 100 DPI fonts
+HOMEPAGE = http://cgit.freedesktop.org/xorg/font/adobe-100dpi/;
+SECTION = x11/font
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=5dfa0fdf45473b4ca0acf37d854df10e
+
+DEPENDS = util-macros-native font-util-native bdftopcf-native
+RDEPENDS_${PN} = encodings font-util
+RDEPENDS_${PN}_class-native = font-util-native
+
+SRC_URI[md5sum] = 1347c3031b74c9e91dc4dfa53b12f143
+SRC_URI[sha256sum] = 
b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 6/7] font-bitstream-100dpi: add recipe

2014-05-12 Thread Ben Shelton
Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 .../xorg-font/font-bitstream-100dpi_1.0.3.bb   | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb

diff --git a/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb 
b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb
new file mode 100644
index 000..9a83ac1
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-font/font-bitstream-100dpi_1.0.3.bb
@@ -0,0 +1,14 @@
+require recipes-graphics/xorg-font/xorg-font-common.inc
+
+SUMMARY = Bitstream 100 DPI fonts
+HOMEPAGE = http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/;
+SECTION = x11/font
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=30330812324ff9d9bd9ea645bb944427
+
+DEPENDS = util-macros-native font-util-native bdftopcf-native
+RDEPENDS_${PN} = encodings font-util
+RDEPENDS_${PN}_class-native = font-util-native
+
+SRC_URI[md5sum] = 6b223a54b15ecbd5a1bc52312ad790d8
+SRC_URI[sha256sum] = 
ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 1/7] bdftopcf: add recipe

2014-05-12 Thread Ben Shelton
The bdftopcf tool is necessary to build the core X fonts, which ship in
BDF format.  Adapted from a recipe in OE-Classic and from an earlier
mailing list post by Trevor Woerner.

Signed-off-by: Ben Shelton ben.shel...@ni.com
---
 meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb | 13 +
 1 file changed, 13 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb

diff --git a/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb 
b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb
new file mode 100644
index 000..5009d54
--- /dev/null
+++ b/meta-oe/recipes-graphics/xorg-app/bdftopcf_1.0.4.bb
@@ -0,0 +1,13 @@
+require recipes-graphics/xorg-app/xorg-app-common.inc
+
+SUMMARY = bdftopcf is a tool to convert BDF fonts to PCF fonts
+HOMEPAGE = http://cgit.freedesktop.org/xorg/app/bdftopcf/;
+SECTION = x11/app
+LICENSE = MIT
+LIC_FILES_CHKSUM = file://COPYING;md5=f9a35333adf75edd1eaef84bca65a490
+DEPENDS = libxfont
+
+SRC_URI[md5sum] = 96a648a332160a7482885800f7a506fa
+SRC_URI[sha256sum] = 
eaf59057ba3d7cffe29526562ce50868da7da823487a4cfb3e16946e5ffd2798
+
+BBCLASSEXTEND = native
-- 
1.9.3

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] kernel config/rebuilding

2014-05-12 Thread Richard Cagley
This is likely an incredibly dumb question.

After I do this
bitbake -c menuconfig linux-xlnx
Then go through the menu options and select the kernel changes I want.

How do I get the kernel to rebuild?

bitbake linux-xlnx
and
bitbake core-image-minimal-dev
don't seem to generate new uImages.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] kernel config/rebuilding

2014-05-12 Thread Gary Thomas

On 2014-05-12 12:43, Richard Cagley wrote:

This is likely an incredibly dumb question.

After I do this
bitbake -c menuconfig linux-xlnx
Then go through the menu options and select the kernel changes I want.

How do I get the kernel to rebuild?

bitbake linux-xlnx


Try 'bitbake linux-xlnx -C compile'


and
bitbake core-image-minimal-dev
don't seem to generate new uImages.



--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH v2] net-snmp: install net-snmp-config script to STAGING_BINDIR_CROSS

2014-05-12 Thread Alexandre Fournier
This recipe was installing net-snmp-config script to STAGING_BINDIR
instead of STAGING_BINDIR_CROSS, during the do_install. It is not
recommended and must be done after staging.

Changes:
* Remove STAGING_BINDIR manipulations from do_install_append
* Add net_snmp_sysroot_preprocess function instead
* Append net_snmp_sysroot_preprocess to SYSROOT_PREPROCESS_FUNCS

Signed-off-by: Alexandre Fournier alexandre.fourn...@kiplink.fr
---
 .../recipes-protocols/net-snmp/net-snmp_5.7.2.bb| 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb 
b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
index eb50d0f..f1e3a5d 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.bb
@@ -49,19 +49,26 @@ do_install_append() {
 install -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/snmpd
 install -m 644 ${WORKDIR}/snmpd.conf ${D}${sysconfdir}/snmp/
 install -m 644 ${WORKDIR}/snmptrapd.conf ${D}${sysconfdir}/snmp/
-install -d ${STAGING_BINDIR}
-install -m 0755 ${D}${bindir}/net-snmp-config ${STAGING_BINDIR}/
 sed -e s@-I/usr/include@@g \
 -e s@^prefix=.*@prefix=${STAGING_DIR_HOST}@g \
 -e s@^exec_prefix=.*@exec_prefix=${STAGING_DIR_HOST}@g \
 -e s@^includedir=.*@includedir=${STAGING_INCDIR}@g \
 -e s@^libdir=.*@libdir=${STAGING_LIBDIR}@g \
--i ${STAGING_BINDIR}/net-snmp-config
+-i ${D}${bindir}/net-snmp-config
 install -d ${D}${systemd_unitdir}/system
 install -m 0644 ${WORKDIR}/snmpd.service ${D}${systemd_unitdir}/system
 install -m 0644 ${WORKDIR}/snmptrapd.service ${D}${systemd_unitdir}/system
 }
 
+SYSROOT_PREPROCESS_FUNCS += net_snmp_sysroot_preprocess
+
+net_snmp_sysroot_preprocess () {
+if [ -e ${D}${bindir}/net-snmp-config ]; then
+install -d ${SYSROOT_DESTDIR}${bindir_crossscripts}/
+install -m 755 ${D}${bindir}/net-snmp-config 
${SYSROOT_DESTDIR}${bindir_crossscripts}/
+fi
+}
+
 PACKAGES = ${PN}-dbg ${PN}-doc ${PN}-dev ${PN}-staticdev ${PN}-static 
${PN}-libs \
 ${PN}-mibs ${PN}-server ${PN}-client ${PN}-server-snmpd 
${PN}-server-snmptrapd
 
-- 
1.8.3.2

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [OE-core] OEDAM: OpenEmbedded Developers (Americas) Meeting

2014-05-12 Thread Jeff Osier-Mixon
Meeting notes have been published on the OEDAM page:

http://openembedded.org/wiki/OEDAM#Minutes

Jefro takes the blame for typos and other reporting errors.

On Wed, May 7, 2014 at 4:18 PM, Denys Dmytriyenko de...@denix.org wrote:
 The OpenEmbedded Board of Directors would like to thank everyone who was able
 to participate (either in person in Santa Clara or online) in our first OEDAM
 OpenEmbedded Developers (Americas) Meeting on May 2nd and 3rd! The meeting was
 a huge success and a lot of fun!

 We would also like to thank Ettus Research/NI for providing the premises, as
 well as Jefro and the Yocto Project for sponsoring the event and providing
 food!

 The meeting minutes should be published shortly.

 --
 Denys


 On Thu, Feb 20, 2014 at 07:03:24PM -0500, Philip Balister wrote:
 The OpenEmbedded Project is holding a developers meeting May 2-3,
 2014, in Santa Clara, CA. This meeting is immediately after the Embedded
 Linux Conference North America. All active OpenEmbedded and Yocto
 Project developers are invited to attend.

 NOTE: this is a development meeting for the project itself, not a
 training session.

 May 2-3, 2014
 time TBD

 Ettus Research/National Instruments
 4600 Patrick Henry Drive
 Santa Clara, CA 95054 USA

 Lunch will be provided on both days.

 For more information and to add yourself to the list of attendees, see
 the wiki page at
 http://openembedded.org/wiki/OEDAM

 Here are a couple of photos from 2009:

 http://www.flickr.com/photos/32615155@N00/sets/72157622653686647/

 I'd like to thank Jefro for help with this announcement. Any errors are
 mine though.

 Philip, OpenEmbedded eV Chair.
 ___
 Openembedded-core mailing list
 openembedded-c...@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-core
 --
 ___
 Openembedded-core mailing list
 openembedded-c...@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-core



-- 
Jeff Osier-Mixon @Intel
Yocto Project Community Manager http://yoctoproject.org
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [RFC][meta-qt5 3/3] qtwayland: install created private headers

2014-05-12 Thread Andreas Müller
On Mon, May 12, 2014 at 11:41 AM, Andreas Müller
schnitzelt...@googlemail.com wrote:
 buildhistory diff:
 --- 
 a/packages/armv7at2hf-vfp-neon-angstrom_wl-linux-gnueabi/qtwayland/qtwayland-dev/latest
 +++ 
 b/packages/armv7at2hf-vfp-neon-angstrom_wl-linux-gnueabi/qtwayland/qtwayland-dev/latest
 @@ -4,6 +4,6 @@ PKGV = 5.2.1+git0+f9ebbd6c61
  RPROVIDES =
  RDEPENDS = qtwayland
  RRECOMMENDS = eglibc-dev libgcc-dev libstdc++-dev libxkbcommon-dev 
 qtbase-dev qtdeclarative-dev wayland-dev xproto-dev zlib-dev
 -PKGSIZE = 295533
 +PKGSIZE = 537651
  FILES = /usr/include /lib/lib*.so /usr/lib/lib*.so /usr/lib/*.la 
 /usr/lib/*.o /usr/lib/pkgconfig /usr/share/pkgconfig /usr/share/aclocal 
 /lib/*.o /usr/lib/qtwayland/*.la /lib/*.la
 -FILELIST = 
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlclientbufferintegration_p.h
  
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlclientbufferintegrat
 +FILELIST = 
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwayland-server-hardware-integration.h
  /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwayland-server

 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  recipes-qt/qt5/qtwayland_git.bb | 5 +
  1 file changed, 5 insertions(+)

 diff --git a/recipes-qt/qt5/qtwayland_git.bb b/recipes-qt/qt5/qtwayland_git.bb
 index ebdda82..8da8249 100644
 --- a/recipes-qt/qt5/qtwayland_git.bb
 +++ b/recipes-qt/qt5/qtwayland_git.bb
 @@ -9,3 +9,8 @@ SRCREV = f9ebbd6c618488f9b671f5504528ced3350754fb
  SRC_URI +=  \
  file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \
  
 +
 +do_install_append() {
 +   # do install files created by qtwaylandscanner
 +   install 
 ${B}/include/QtCompositor/5.2.1/QtCompositor/private/{qwayland-server-*,*protocol*}.h
  ${D}${includedir}/${QT_DIR_NAME}/QtCompositor/5.2.1/QtCompositor/private
Aargh: Wrong directory did test with /usr/include and expected
includedir = /usr/include - V2 will follow

Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] kernel config/rebuilding

2014-05-12 Thread Richard Cagley
On Mon, May 12, 2014 at 12:15 PM, Gary Thomas g...@mlbassoc.com wrote:

 bitbake linux-xlnx -C compile


That definitely caused the kernel to get rebuilt. Thanks.

While I was waiting for a reply I stumbled on this
https://community.freescale.com/docs/DOC-95045

Do I need to move the new .config into a defconfig file somewhere? Similar
to this step?
$ cp
tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.0.35-r33.10/git/.config
../sources/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [RFC][meta-qt5 3/3] qtwayland: install created private headers

2014-05-12 Thread Andreas Müller
On Tue, May 13, 2014 at 2:17 AM, Andreas Müller
schnitzelt...@googlemail.com wrote:
 On Mon, May 12, 2014 at 11:41 AM, Andreas Müller
 schnitzelt...@googlemail.com wrote:
 buildhistory diff:
 --- 
 a/packages/armv7at2hf-vfp-neon-angstrom_wl-linux-gnueabi/qtwayland/qtwayland-dev/latest
 +++ 
 b/packages/armv7at2hf-vfp-neon-angstrom_wl-linux-gnueabi/qtwayland/qtwayland-dev/latest
 @@ -4,6 +4,6 @@ PKGV = 5.2.1+git0+f9ebbd6c61
  RPROVIDES =
  RDEPENDS = qtwayland
  RRECOMMENDS = eglibc-dev libgcc-dev libstdc++-dev libxkbcommon-dev 
 qtbase-dev qtdeclarative-dev wayland-dev xproto-dev zlib-dev
 -PKGSIZE = 295533
 +PKGSIZE = 537651
  FILES = /usr/include /lib/lib*.so /usr/lib/lib*.so /usr/lib/*.la 
 /usr/lib/*.o /usr/lib/pkgconfig /usr/share/pkgconfig /usr/share/aclocal 
 /lib/*.o /usr/lib/qtwayland/*.la /lib/*.la
 -FILELIST = 
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlclientbufferintegration_p.h
  
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwlclientbufferintegrat
 +FILELIST = 
 /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwayland-server-hardware-integration.h
  /usr/include/qt5/QtCompositor/5.3.0/QtCompositor/private/qwayland-server

 Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
 ---
  recipes-qt/qt5/qtwayland_git.bb | 5 +
  1 file changed, 5 insertions(+)

 diff --git a/recipes-qt/qt5/qtwayland_git.bb 
 b/recipes-qt/qt5/qtwayland_git.bb
 index ebdda82..8da8249 100644
 --- a/recipes-qt/qt5/qtwayland_git.bb
 +++ b/recipes-qt/qt5/qtwayland_git.bb
 @@ -9,3 +9,8 @@ SRCREV = f9ebbd6c618488f9b671f5504528ced3350754fb
  SRC_URI +=  \
  file://0001-examples.pro-include-server-buffer-only-when-buildin.patch \
  
 +
 +do_install_append() {
 +   # do install files created by qtwaylandscanner
 +   install 
 ${B}/include/QtCompositor/5.2.1/QtCompositor/private/{qwayland-server-*,*protocol*}.h
  ${D}${includedir}/${QT_DIR_NAME}/QtCompositor/5.2.1/QtCompositor/private
 Aargh: Wrong directory did test with /usr/include and expected
 includedir = /usr/include - V2 will follow
I should stop for today - my error here was caused by updating QT
installing to 5.3.0 - patch should work - no V2 - sorry for the noise

 Andreas
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [PATCH V3 1/1] dbus: Update to 1.8.2 version

2014-05-12 Thread Chong Lu


On 05/12/2014 06:48 PM, Burton, Ross wrote:

On 12 May 2014 10:50, Chong Lu chong...@windriver.com wrote:

Upgrade dbus to 1.8.2.
Change install-ptest rules.
Remove unneeded patches since it's included in new version.
Remove unrecognized option: --with-xml

This should go to the oe-core list instead of oe-devel.

What testing has been done with 1.8.2?  Have you tested that the
system and user buses are operation both with sysvinit and systemd?

Ross

Thank you for reply me.
I tested dbus with sysvinit not systemd.
I will test it with systemd and resend patch in oe-core.

Best Regards
Chong
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] fbset: add dependency flex-native

2014-05-12 Thread jackie.huang
From: Kai Kang kai.k...@windriver.com

Build fbset failed with:
| flex modes.l
| make: flex: Command not found
| make: *** [lex.yy.c] Error 127

Add dependency flex-native to fix it.

Signed-off-by: Kai Kang kai.k...@windriver.com
Signed-off-by: Jackie Huang jackie.hu...@windriver.com
---
 meta-oe/recipes-support/fbset/fbset_2.1.bb |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/fbset/fbset_2.1.bb 
b/meta-oe/recipes-support/fbset/fbset_2.1.bb
index 8a3807e..0639afc 100644
--- a/meta-oe/recipes-support/fbset/fbset_2.1.bb
+++ b/meta-oe/recipes-support/fbset/fbset_2.1.bb
@@ -9,7 +9,7 @@ SUMMARY = The fbset console tool
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = 
file://fbset.c;endline=19;md5=bf326f82cdfcac391af208f019c5603f
 RRECOMMENDS_${PN} = fbset-modes
-DEPENDS = bison-native
+DEPENDS = bison-native flex-native
 
 PR = r4
 
-- 
1.7.9.5

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java][PAYCH] openjdk-6: Fix cross compilation for e6500 machines

2014-05-12 Thread zhenhua....@freescale.com
Ping. 

 -Original Message-
 From: Zhenhua Luo [mailto:zhenhua@freescale.com]
 Sent: Wednesday, May 07, 2014 9:40 PM
 To: openembedded-devel@lists.openembedded.org
 Cc: henn...@itconsulting-heinold.de; Luo Zhenhua-B19537
 Subject: [meta-java][PAYCH] openjdk-6: Fix cross compilation for e6500
 machines
 
 This is only way for compile for now since qemu can not
 run the sizers binary for e6500 machines. It segfaults
 so we disable generating sizes and also xawt and jawt
 which depends on sizers, this lets jre to cross compile
 for ppc/e6500
 
 The fix is ported according to da0b3a20a67496dc8d4282d19a60672001b7f825
 
 Signed-off-by: Zhenhua Luo zhenhua@freescale.com
 ---
  recipes-core/openjdk/openjdk-6-release-6b24.inc | 14 ++
  1 file changed, 14 insertions(+)
 
 diff --git a/recipes-core/openjdk/openjdk-6-release-6b24.inc b/recipes-
 core/openjdk/openjdk-6-release-6b24.inc
 index d0da379..da5299f 100644
 --- a/recipes-core/openjdk/openjdk-6-release-6b24.inc
 +++ b/recipes-core/openjdk/openjdk-6-release-6b24.inc
 @@ -90,6 +90,13 @@ ICEDTEAPATCHES_append_e5500-64b =  \
  ICEDTEAPATCHES_append_e5500 =  \
  file://icedtea-jdk-sizers-crosscompile-hack.patch;apply=no \
   
 +ICEDTEAPATCHES_append_e6500-64b =  \
 +file://icedtea-jdk-sizers-crosscompile-hack.patch;apply=no \
 +
 +ICEDTEAPATCHES_append_e6500 =  \
 +file://icedtea-jdk-sizers-crosscompile-hack.patch;apply=no \
 +
 +
  ICEDTEAPATCHES_append_libc-uclibc =  \
  file://icedtea-hotspot-isfinte.patch;apply=no \
  file://icedtea-hotspot-glibc-version.patch;apply=no \ @@ -132,4
 +139,11 @@ DISTRIBUTION_PATCHES_append_e5500-64b =  \
  DISTRIBUTION_PATCHES_append_e5500 =  \
 patches/icedtea-jdk-sizers-crosscompile-hack.patch \
 
 +DISTRIBUTION_PATCHES_append_e6500-64b =  \
 +   patches/icedtea-jdk-sizers-crosscompile-hack.patch \
 +   
 +
 +DISTRIBUTION_PATCHES_append_e6500 =  \
 +   patches/icedtea-jdk-sizers-crosscompile-hack.patch \
 +   
  export DISTRIBUTION_PATCHES
 --
 1.9.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel