Re: [oe] [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL

2015-07-23 Thread Victor Rodriguez
On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton
paul.eggle...@linux.intel.com wrote:
 On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
 On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval

 leonardo.sandoval.gonza...@linux.intel.com wrote:
  On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
  On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas g...@mlbassoc.com wrote:
  On 2015-07-21 09:26, Victor Rodriguez wrote:
  Hi team
 
  I have a question , according to documentation there is a difference
  between
 
  IMAGE_INSTALL_append
 
  and
 
  CORE_IMAGE_EXTRA_INSTALL
 
  Specifies the list of packages to be added to the image. You should
  only set this variable in the local.conf configuration file found in
  the Build Directory.
 
  When I use the second one and try to build a core-image-minimal-xfce
  bitbake does not install what I wanted in my image . I had a really
  hard time few weekends ago because of this.
 
  I wonder If I am missing something or if this is a bug
 
  The core-image-minimal-xfce recipe does not play nice with
  the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
 
  I think this should be filed as a bug (and feel free to suggest a patch)
 
  BTW, this question should really be on the OpenEmbedded development
  list.
 
  Thanks Gary
 
  I will submit the BUG , do you know the Bugzila where I should submit it
  ?
 
  Victor, you can file a bug at https://bugzilla.yoctoproject.org

 I think we have one already

 https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616

 That's not the right bug.

 If the suggestion is that core-image-minimal-xfce needs to be fixed, that's 
 not
 a bug we would track in the Yocto Project bugzilla (since the Yocto Project is
 not actively involved in maintaining meta-xfce).

 Cheers,
 Paul

Hi Paul

Where can I track this ?


 --

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


Re: [oe] [meta-oe][PATCH v3 2/4] opencv: Add 'libv4l' PACKAGECONFIG

2015-07-23 Thread Gary Thomas

On 2015-07-22 13:47, Otavio Salvador wrote:

The i.MX SoCs need to allow the removal of libv4l support so a new
PACKAGECONFIG option has been included.

Signed-off-by: Otavio Salvador ota...@ossystems.com.br


Acked-by: Gary Thomas g...@mlbassoc.com


BTW, this change allows all my cameras on my i.MX6 (TVIN, OV5640_mipi, Webcam)
to work with OpenCV :-)


---
  meta-oe/recipes-support/opencv/opencv_2.4.bb | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb 
b/meta-oe/recipes-support/opencv/opencv_2.4.bb
index f8946f4..75441fd 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.4.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.4.bb
@@ -30,7 +30,7 @@ EXTRA_OECMAKE = 
-DPYTHON_NUMPY_INCLUDE_DIR:PATH=${STAGING_LIBDIR}/${PYTHON_DIR}
   ${@base_conditional(libdir, /usr/lib32, -DLIB_SUFFIX=32, 
, d)} \
  

-PACKAGECONFIG ??= eigen jpeg png tiff v4l \
+PACKAGECONFIG ??= eigen jpeg png tiff v4l libv4l \
 ${@bb.utils.contains(DISTRO_FEATURES, x11, gtk, , 
d)} \
 ${@bb.utils.contains(LICENSE_FLAGS_WHITELIST, commercial, libav, 
, d)}
  PACKAGECONFIG[eigen] = -DWITH_EIGEN=ON,-DWITH_EIGEN=OFF,libeigen,
@@ -40,6 +40,7 @@ PACKAGECONFIG[libav] = 
-DWITH_FFMPEG=ON,-DWITH_FFMPEG=OFF,libav,
  PACKAGECONFIG[png] = -DWITH_PNG=ON,-DWITH_PNG=OFF,libpng,
  PACKAGECONFIG[tiff] = -DWITH_TIFF=ON,-DWITH_TIFF=OFF,tiff,
  PACKAGECONFIG[v4l] = -DWITH_V4L=ON,-DWITH_V4L=OFF,v4l-utils,
+PACKAGECONFIG[libv4l] = -DWITH_LIBV4L=ON,-DWITH_LIBV4L=OFF,v4l-utils,
  PACKAGECONFIG[jasper] = -DWITH_JASPER=ON,-DWITH_JASPER=OFF,jasper,

  inherit distutils-base pkgconfig cmake



--

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


Re: [oe] [meta-oe][PATCH v3 2/4] opencv: Add 'libv4l' PACKAGECONFIG

2015-07-23 Thread Otavio Salvador
On Thu, Jul 23, 2015 at 8:23 AM, Gary Thomas g...@mlbassoc.com wrote:
 On 2015-07-22 13:47, Otavio Salvador wrote:

 The i.MX SoCs need to allow the removal of libv4l support so a new
 PACKAGECONFIG option has been included.

 Signed-off-by: Otavio Salvador ota...@ossystems.com.br


 Acked-by: Gary Thomas g...@mlbassoc.com


 BTW, this change allows all my cameras on my i.MX6 (TVIN, OV5640_mipi,
 Webcam)
 to work with OpenCV :-)

\o/

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH] ntp: upgrade 4.2.8p2 - 4.2.8p3

2015-07-23 Thread Li xin
4.2.8p3 fixed CVE-2015-5146 and Bugs.

Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 .../recipes-support/ntp/{ntp_4.2.8p2.bb = ntp_4.2.8p3.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/ntp/{ntp_4.2.8p2.bb = ntp_4.2.8p3.bb} 
(97%)

diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p2.bb 
b/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb
similarity index 97%
rename from meta-networking/recipes-support/ntp/ntp_4.2.8p2.bb
rename to meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb
index c54da43..71e0b19 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p2.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p3.bb
@@ -23,8 +23,8 @@ SRC_URI = 
http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
file://ntpd.list \
 
 
-SRC_URI[md5sum] = fa37049383316322d060ec9061ac23a9
-SRC_URI[sha256sum] = 
0d69bc0e95caad43ea04fdad410e756bae1a71e67b1c2bd799b76b55e04c9b31
+SRC_URI[md5sum] = b98b0cbb72f6df04608e1dd5f313808b
+SRC_URI[sha256sum] = 
818ca4f2ed6ca845b1c5ec43f5e6ad905eaa0fc0aab2d509ed6b962a37fbf38f
 
 inherit autotools update-rc.d useradd systemd pkgconfig
 
-- 
1.8.4.2

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


Re: [oe] [meta-oe][PATCH] imagemagick: update patchset from 4 to 9

2015-07-23 Thread Kimmo Surakka
Resubmitted, hopefully with less corruption this time.

2015-07-23 14:03 GMT+03:00 Andreas Müller schnitzelt...@googlemail.com:
 On Mon, Jul 20, 2015 at 11:17 AM, Kimmo Surakka kimmo.sura...@vincit.fi 
 wrote:
 Seems patch format was corrupted

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


[oe] [meta-oe][PATCH] imagemagick: update patchset from 4 to 9

2015-07-23 Thread Kimmo Surakka
The ImageMagick-6.9.1-4.tar.xz is gone on the download server, there is
ImageMagick-6.9.1-9.tar.xz now.

Signed-off-by: Kimmo Surakka kimmo.sura...@vincit.fi
---
 meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb 
b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
index 6ee3724..e7c5374 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.9.1.bb
@@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = 
file://LICENSE;md5=0887b670be7ef0c3cb37092b64d57514
 # FIXME: There are many more checked libraries. All should be added or 
explicitly disabled to get consistent results.
 DEPENDS = lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype
 
-PATCHSET = 4
+PATCHSET = 9
 SRC_URI = 
http://www.imagemagick.org/download/releases/ImageMagick-${PV}-${PATCHSET}.tar.xz
 \
 
-SRC_URI[md5sum] = b5929717d848a386f2674aeb31257c42
-SRC_URI[sha256sum] = 
74973478058069ce44040ff76b61df713d70adcadfd207836cc0622cadf1e4bf
+SRC_URI[md5sum] = 5a3a60d1dae65ee7b1cc88498e3a0008
+SRC_URI[sha256sum] = 
83cd785caeb26a171e185b5deba2900c5b73e79c97364caa4c879d26c9f4a91b
 
 S = ${WORKDIR}/ImageMagick-${PV}-${PATCHSET}
 
-- 
1.9.1

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


[oe] [meta-oe][PATCH] hostapd: upgrade 2.2 - 2.4

2015-07-23 Thread Li xin
Update the checksum of COPYING,since the date in it has been changed,
but the LICENSE has not been changed.

Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 .../recipes-connectivity/hostapd/{hostapd-2.2 = hostapd}/defconfig | 0
 .../hostapd/{hostapd-2.2 = hostapd}/hostapd.service| 0
 meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 = hostapd}/init  | 0
 .../recipes-connectivity/hostapd/{hostapd_2.2.bb = hostapd_2.4.bb} | 6 +++---
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 = hostapd}/defconfig 
(100%)
 rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 = 
hostapd}/hostapd.service (100%)
 rename meta-oe/recipes-connectivity/hostapd/{hostapd-2.2 = hostapd}/init 
(100%)
 rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.2.bb = hostapd_2.4.bb} 
(85%)

diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig 
b/meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/defconfig
rename to meta-oe/recipes-connectivity/hostapd/hostapd/defconfig
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service 
b/meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/hostapd.service
rename to meta-oe/recipes-connectivity/hostapd/hostapd/hostapd.service
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd-2.2/init 
b/meta-oe/recipes-connectivity/hostapd/hostapd/init
similarity index 100%
rename from meta-oe/recipes-connectivity/hostapd/hostapd-2.2/init
rename to meta-oe/recipes-connectivity/hostapd/hostapd/init
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb 
b/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
similarity index 85%
rename from meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb
rename to meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
index b75f2b9..36c0cd4 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.2.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
@@ -1,7 +1,7 @@
 HOMEPAGE = http://hostap.epitest.fi;
 SECTION = kernel/userland
 LICENSE = GPLv2 | BSD
-LIC_FILES_CHKSUM = file://README;md5=0854a4da34ac3990770794d771fac7fd
+LIC_FILES_CHKSUM = file://README;md5=4d53178f44d4b38418a4fa8de365e11c
 DEPENDS = libnl openssl
 SUMMARY = User space daemon for extended IEEE 802.11 management
 
@@ -44,5 +44,5 @@ do_install() {
 
 CONFFILES_${PN} += ${sysconfdir}/hostapd.conf
 
-SRC_URI[md5sum] = 23c1f78a693c3288802d516adb7fd289
-SRC_URI[sha256sum] = 
f15b6bcb434378860ea5b88dffed7f54d8cb71fff2146de0f006977a5e25a882
+SRC_URI[md5sum] = 04578f3f2c3eb1bec1adf30473813912
+SRC_URI[sha256sum] = 
6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f
-- 
1.8.4.2

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


[oe] Updates to meta-browser (master) in 2015-07-23

2015-07-23 Thread Otavio Salvador
Hello,

I pushed following updates:

commit 4b27058a8275a5310161459c9bb8f4c52a77762c (HEAD - master, origin/master, 
origin/HEAD)
Author: Carlos Alberto Lopez Perez clo...@igalia.com
Date:   Wed Jul 22 18:58:00 2015 +0200

chromium: Include chromium.inc before appending to DEPENDS

Otherwise chromium.inc will overwrite the list of DEPENDS.

Signed-off-by: Otavio Salvador ota...@ossystems.com.br

Regards,

--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [yocto] Bug in Open CV receipt

2015-07-23 Thread Victor Rodriguez
On Wed, Jul 22, 2015 at 7:35 AM, Otavio Salvador
otavio.salva...@ossystems.com.br wrote:
 On Tue, Jul 21, 2015 at 11:57 AM, Victor Rodriguez vm.ro...@gmail.com wrote:
 Few weeks ago I was having some problems with open CV receipt. In the
 begining I toght I was adding opencv tro my core-image-minimal-xfce
 just with this:

 IMAGE_INSTALL_append =  gcc gcc-dev openssh php mariadb opencv

 Now after booting the image I realize that none of the libraries for
 open stack were added to my image

 What I had to do was the following:


 IMAGE_INSTALL_append =  libopencv-core-dev libopencv-highgui-dev
 libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev
 opencv-staticdev python-opencv

 Even last night when one of the opencv developers ask me for python
 opencv I had to add the last part python-opencv. That is not cool at
 all . If I add opencv in the beginning I assume we are more than cool
 with that and yocto will add all the packages . Unless I am doing
 something wrong, in taht case I am more than happy to get the
 feedback.

 Thanks a lot for all the help . If someone else can reproduce this bug
 I am more than happy to report it in bugzila (not sure the URL)

 You should add the dev-pkgs and tools-sdk image features for the
 image, not mangle it manually.

 --
 Otavio Salvador O.S. Systems
 http://www.ossystems.com.brhttp://code.ossystems.com.br
 Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
 --
 ___
 yocto mailing list
 yo...@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/yocto


I think the best solution is create a package group that will keep
backward compatibility and aloud packages exist as expected
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [yocto] Bug in Open CV receipt

2015-07-23 Thread Otavio Salvador
On Thu, Jul 23, 2015 at 12:05 PM, Victor Rodriguez vm.ro...@gmail.com wrote:
 On Wed, Jul 22, 2015 at 7:35 AM, Otavio Salvador
 otavio.salva...@ossystems.com.br wrote:
 On Tue, Jul 21, 2015 at 11:57 AM, Victor Rodriguez vm.ro...@gmail.com 
 wrote:
 Few weeks ago I was having some problems with open CV receipt. In the
 begining I toght I was adding opencv tro my core-image-minimal-xfce
 just with this:

 IMAGE_INSTALL_append =  gcc gcc-dev openssh php mariadb opencv

 Now after booting the image I realize that none of the libraries for
 open stack were added to my image

 What I had to do was the following:


 IMAGE_INSTALL_append =  libopencv-core-dev libopencv-highgui-dev
 libopencv-imgproc-dev libopencv-objdetect-dev libopencv-ml-dev
 opencv-staticdev python-opencv

 Even last night when one of the opencv developers ask me for python
 opencv I had to add the last part python-opencv. That is not cool at
 all . If I add opencv in the beginning I assume we are more than cool
 with that and yocto will add all the packages . Unless I am doing
 something wrong, in taht case I am more than happy to get the
 feedback.

 Thanks a lot for all the help . If someone else can reproduce this bug
 I am more than happy to report it in bugzila (not sure the URL)

 You should add the dev-pkgs and tools-sdk image features for the
 image, not mangle it manually.

 I think the best solution is create a package group that will keep
 backward compatibility and aloud packages exist as expected

Sorry but this does not make sense. The image recipe you described is
not using the framework structure for this and this is the problem you
should address not bloat the oe-core itself.

Check core-image class for it.

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] libcap-ng: upgrade 0.7.4 - 0.7.7

2015-07-23 Thread Li xin
Update python.patch,since the contents has been changed.

Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 .../libcap-ng/libcap-ng/python.patch   | 55 +++---
 .../{libcap-ng_0.7.4.bb = libcap-ng_0.7.7.bb} |  8 ++--
 2 files changed, 42 insertions(+), 21 deletions(-)
 rename meta-oe/recipes-support/libcap-ng/{libcap-ng_0.7.4.bb = 
libcap-ng_0.7.7.bb} (85%)

diff --git a/meta-oe/recipes-support/libcap-ng/libcap-ng/python.patch 
b/meta-oe/recipes-support/libcap-ng/libcap-ng/python.patch
index d82ceb4..59591eb 100644
--- a/meta-oe/recipes-support/libcap-ng/libcap-ng/python.patch
+++ b/meta-oe/recipes-support/libcap-ng/libcap-ng/python.patch
@@ -1,16 +1,44 @@
-configure.ac - Avoid an incorrect check for python.
-Makefile.am - avoid hard coded host include paths.
+From b01bb2694f66cd981e6d61523433dc3eb5ed32f2 Mon Sep 17 00:00:00 2001
+From: Li xin lixin.f...@cn.fujitsu.com
+Date: Sat, 18 Jul 2015 23:03:30 +0900
+Subject: [PATCH] configure.ac - Avoid an incorrect check for python.
+ Makefile.am - avoid hard coded host include paths.
+
+Upstream-Status: pending
 
 Signed-off-by: Mark Hatle mark.ha...@windriver.com
+Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
+---
+ bindings/python/Makefile.am |  3 ++-
+ configure.ac| 15 ++-
+ 2 files changed, 4 insertions(+), 14 deletions(-)
 
 libcap-ng-0.6.5/configure.ac.orig  2012-01-17 13:59:03.645898989 -0600
-+++ libcap-ng-0.6.5/configure.ac   2012-01-17 13:59:46.353959252 -0600
-@@ -120,17 +120,8 @@
+diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
+index 82b9bb8..f9fe7a8 100644
+--- a/bindings/python/Makefile.am
 b/bindings/python/Makefile.am
+@@ -23,7 +23,8 @@ SUBDIRS = test
+ CONFIG_CLEAN_FILES = *.loT *.rej *.orig
+ AM_CFLAGS = -fPIC -DPIC
+ PYLIBVER ?= python$(PYTHON_VERSION)
+-AM_CPPFLAGS = -I. -I$(top_builddir) -I@PYINCLUDEDIR@
++PYINC ?= /usr/include/$(PYLIBVER)
++AM_CPPFLAGS = -I. -I$(top_builddir) -I$(PYINC)
+ LIBS = $(top_builddir)/src/libcap-ng.la
+ SWIG_FLAGS = -python
+ SWIG_INCLUDES = ${AM_CPPFLAGS}
+diff --git a/configure.ac b/configure.ac
+index 1d777d5..9d90f64 100644
+--- a/configure.ac
 b/configure.ac
+@@ -123,19 +123,8 @@ if test x$use_python = xno ; then
  else
  AC_MSG_RESULT(testing)
  AM_PATH_PYTHON
--if test -f /usr/include/python${am_cv_python_version}/Python.h ; then
+-PYINCLUDEDIR=`python${am_cv_python_version} -c from distutils import 
sysconfig; print(sysconfig.get_config_var('INCLUDEPY'))`
+-if test -f ${PYINCLUDEDIR}/Python.h ; then
 -  python_found=yes
+-  AC_SUBST(PYINCLUDEDIR)
 -  AC_MSG_NOTICE(Python bindings will be built)
 -else
 -  python_found=no
@@ -25,15 +53,6 @@ Signed-off-by: Mark Hatle mark.ha...@windriver.com
  fi
  AM_CONDITIONAL(HAVE_PYTHON, test ${python_found} = yes)
  
 libcap-ng-0.6.5/bindings/python/Makefile.am.orig   2010-11-03 
12:31:59.0 -0500
-+++ libcap-ng-0.6.5/bindings/python/Makefile.am2012-01-17 
14:05:50.199834467 -0600
-@@ -24,7 +24,8 @@
- CONFIG_CLEAN_FILES = *.loT *.rej *.orig
- AM_CFLAGS = -fPIC -DPIC
- PYLIBVER ?= python$(PYTHON_VERSION)
--INCLUDES = -I. -I$(top_builddir) -I/usr/include/$(PYLIBVER)
-+PYINC ?= /usr/include/$(PYLIBVER)
-+INCLUDES = -I. -I$(top_builddir) -I$(PYINC)
- LIBS = $(top_builddir)/src/libcap-ng.la
- pyexec_PYTHON = capng.py
- pyexec_LTLIBRARIES = _capng.la
+-- 
+1.8.4.2
+
diff --git a/meta-oe/recipes-support/libcap-ng/libcap-ng_0.7.4.bb 
b/meta-oe/recipes-support/libcap-ng/libcap-ng_0.7.7.bb
similarity index 85%
rename from meta-oe/recipes-support/libcap-ng/libcap-ng_0.7.4.bb
rename to meta-oe/recipes-support/libcap-ng/libcap-ng_0.7.7.bb
index 8823dad..5bf3459 100644
--- a/meta-oe/recipes-support/libcap-ng/libcap-ng_0.7.4.bb
+++ b/meta-oe/recipes-support/libcap-ng/libcap-ng_0.7.7.bb
@@ -8,15 +8,17 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06
 
 SRC_URI = http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
-  file://python.patch
+   file://python.patch
 
 inherit lib_package autotools pythonnative
 
-SRC_URI[md5sum] = 55c57c0673b944ea1a755bcb2636dabd
-SRC_URI[sha256sum] = 
48a2083276f9820cb92dcb05d001b30733bcbf48c14c230303cac3cd08b45b6b
+SRC_URI[md5sum] = 3d7d126b29e2869a0257c17c8b0d9b2e
+SRC_URI[sha256sum] = 
615549ce39b333f6b78baee0c0b4ef18bc726c6bf1cca123dfd89dd963f6d06b
 
 DEPENDS += swig-native python
 
+EXTRA_OECONF += --without-python3
+
 EXTRA_OEMAKE += PYLIBVER='python${PYTHON_BASEVERSION}' 
PYINC='${STAGING_INCDIR}/${PYLIBVER}'
 
 PACKAGES += ${PN}-python
-- 
1.8.4.2

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


[oe] [meta-oe][PATCH] libedit: upgrade 20130712-3.1 - 20150325-3.1

2015-07-23 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 .../libedit/{libedit_20130712-3.1.bb = libedit_20150325-3.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/libedit/{libedit_20130712-3.1.bb = 
libedit_20150325-3.1.bb} (78%)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb 
b/meta-oe/recipes-devtools/libedit/libedit_20150325-3.1.bb
similarity index 78%
rename from meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
rename to meta-oe/recipes-devtools/libedit/libedit_20150325-3.1.bb
index 1f76bb2..4a72896 100644
--- a/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
+++ b/meta-oe/recipes-devtools/libedit/libedit_20150325-3.1.bb
@@ -16,5 +16,5 @@ SRC_URI = 
http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz;
 
 S = ${WORKDIR}/${BPN}-${PV}
 
-SRC_URI[md5sum] = 0891336c697362727a1fa7e60c5cb96c
-SRC_URI[sha256sum] = 
5d9b1a9dd66f1fe28bbd98e4d8ed1a22d8da0d08d902407dcc4a0702c8d88a37
+SRC_URI[md5sum] = 43cdb5df3061d78b5e9d59109871b4f6
+SRC_URI[sha256sum] = 
c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5
-- 
1.8.4.2

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


[oe] [meta-oe][PATCH] efibootmgr: add recipe

2015-07-23 Thread Kai Kang
Add efibootmgr recipe from layer meta-linaro and upgrade from 0.5.4 to
0.6.0. efibootmgr is a linux user-space application to modify the EFI Boot
Manager which is useful for us to manage boot on EFI boards.

Signed-off-by: Kai Kang kai.k...@windriver.com
---
 .../efibootmgr/efibootmgr_0.6.0.bb | 26 
 .../efibootmgr/files/docbook-fixes.patch   | 28 ++
 .../efibootmgr/files/ldflags.patch | 17 +
 .../files/w-keep-existing-mbr-signature.patch  | 26 
 4 files changed, 97 insertions(+)
 create mode 100644 meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb
 create mode 100644 
meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
 create mode 100644 meta-oe/recipes-extended/efibootmgr/files/ldflags.patch
 create mode 100644 
meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch

diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb 
b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb
new file mode 100644
index 000..1870455
--- /dev/null
+++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.6.0.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = Linux user-space application to modify the EFI Boot Manager.
+SUMMARY = EFI Boot Manager
+HOMEPAGE = http://linux.dell.com/efibootmgr/;
+SECTION = base
+
+LICENSE = GPLv2+
+LIC_FILES_CHKSUM = file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3
+
+DEPENDS = pciutils zlib
+
+COMPATIBLE_HOST = (i.86|x86_64|arm|aarch64).*-linux
+
+SRC_URI = http://linux.dell.com/efibootmgr/permalink/efibootmgr-${PV}.tar.gz \
+file://ldflags.patch \
+file://docbook-fixes.patch \
+file://w-keep-existing-mbr-signature.patch \
+
+
+SRC_URI[md5sum] = 9e9a31d79e579644de83a14139b66d10
+SRC_URI[sha256sum] = 
5167488b92950e60028d1025942ce6bda04638c6fb5e110abb8c8f687844d155
+
+EXTRA_OEMAKE = 'CC=${CC}' 'CFLAGS=${CFLAGS} -I${S}/src/lib 
-I${S}/src/include'
+
+do_install () {
+install -D -p -m0755 src/efibootmgr/efibootmgr ${D}/${sbindir}/efibootmgr
+}
diff --git a/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch 
b/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
new file mode 100644
index 000..f2dc83b
--- /dev/null
+++ b/meta-oe/recipes-extended/efibootmgr/files/docbook-fixes.patch
@@ -0,0 +1,28 @@
+Upstream-Status: Pending
+
+Import this patch from meta-linaro.
+
+Signed-off-by: Kai Kang kai.k...@windriver.com
+
+diff --git a/src/man/man8/efibootmgr.8.docbook 
b/src/man/man8/efibootmgr.8.docbook
+index aef..eb8f266 100644
+--- a/src/man/man8/efibootmgr.8.docbook
 b/src/man/man8/efibootmgr.8.docbook
+@@ -302,7 +302,7 @@
+   titleDisplaying the current settings (must be root)./title
+   
+   para
+-computeroutput
++programlisting
+   [root@localhost ~]# efibootmgr
+   BootCurrent: 0004
+   BootNext: 0003
+@@ -313,7 +313,7 @@
+   Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)   
+   Boot0003* PXE Boot: MAC(00D0B7C15D91)   
+   Boot0004* Linux
+-/computeroutput
++/programlisting
+   /para
+   paraThis shows:/para
+   itemizedlist
diff --git a/meta-oe/recipes-extended/efibootmgr/files/ldflags.patch 
b/meta-oe/recipes-extended/efibootmgr/files/ldflags.patch
new file mode 100644
index 000..0d5594a
--- /dev/null
+++ b/meta-oe/recipes-extended/efibootmgr/files/ldflags.patch
@@ -0,0 +1,17 @@
+Upstream-Status: Pending
+
+Import this patch from meta-linaro.
+
+Signed-off-by: Kai Kang kai.k...@windriver.com
+
+--- efibootmgr-0.5.4.orig/Makefile
 efibootmgr-0.5.4/Makefile
+@@ -11,6 +11,8 @@
+   CFLAGS = $(EXTRA_CFLAGS) 
-DEFIBOOTMGR_VERSION=\$(RELEASE_MAJOR).$(RELEASE_MINOR).$(RELEASE_SUBLEVEL)$(RELEASE_EXTRALEVEL)\
 \
+   -Wall -g -D_FILE_OFFSET_BITS=64
+ 
++  LDFLAGS += -lz
++
+   MODULES := src
+ 
+   BINDIR := /usr/sbin
diff --git 
a/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch 
b/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
new file mode 100644
index 000..58bd135
--- /dev/null
+++ 
b/meta-oe/recipes-extended/efibootmgr/files/w-keep-existing-mbr-signature.patch
@@ -0,0 +1,26 @@
+Upstream-Status: Pending
+
+Import this patch from meta-linaro.
+
+Signed-off-by: Kai Kang kai.k...@windriver.com
+---
+Description: Fix -w option to leave an existing unique MBR signature intact
+ This makes the implementation match the documentation.
+Author: Colin Watson cjwat...@ubuntu.com
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1065261
+Forwarded: no
+Last-Update: 2013-02-01
+
+Index: b/src/lib/disk.c
+===
+--- a/src/lib/disk.c
 b/src/lib/disk.c
+@@ -352,7 +352,7 @@
+   
printf(**\n\n);
+   
+   }
+-  else if (opts.write_signature) {
++  else if 

[oe] [meta-oe][PATCH] swig: upgrade 3.0.2 - 3.0.6

2015-07-23 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 meta-oe/recipes-devtools/swig/{swig_3.0.2.bb = swig_3.0.6.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/swig/{swig_3.0.2.bb = swig_3.0.6.bb} (58%)

diff --git a/meta-oe/recipes-devtools/swig/swig_3.0.2.bb 
b/meta-oe/recipes-devtools/swig/swig_3.0.6.bb
similarity index 58%
rename from meta-oe/recipes-devtools/swig/swig_3.0.2.bb
rename to meta-oe/recipes-devtools/swig/swig_3.0.6.bb
index ac41914..2a0917e 100644
--- a/meta-oe/recipes-devtools/swig/swig_3.0.2.bb
+++ b/meta-oe/recipes-devtools/swig/swig_3.0.6.bb
@@ -3,6 +3,6 @@ require ${BPN}.inc
 SRC_URI += 
file://0001-Use-proc-self-exe-for-swig-swiglib-on-non-Win32-plat.patch \
 file://0001-configure-use-pkg-config-for-pcre-detection.patch \

+SRC_URI[md5sum] = df43ae271642bcfa61c1e59f970f9963
+SRC_URI[sha256sum] = 
c67f63ea11956106e4cda66416d5020330dc4ce2ee45057d39a9494ce33eca05
 
-SRC_URI[md5sum] = 62f9b0d010cef36a13a010dc530d0d41
-SRC_URI[sha256sum] = 
a2669657cabcedc371f63c0457407a183e0b6b2ef4e7e303c1ec9a3964cc7813
-- 
1.8.4.2

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


[oe] [meta-oe][PATCH] libxaw: upgrade 1.0.10 - 1.0.13

2015-07-23 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 .../recipes-graphics/xorg-lib/{libxaw_1.0.10.bb = libxaw_1.0.13.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/xorg-lib/{libxaw_1.0.10.bb = 
libxaw_1.0.13.bb} (83%)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb 
b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.13.bb
similarity index 83%
rename from meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
rename to meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.13.bb
index 6963f5e..8ba5ac3 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.13.bb
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=1c65719d42900bb81b83e8293c20a364
 PE = 1
 PR = r2
 
-SRC_URI[md5sum] = f1ea52debce7a18cc26b21647a00ad8b
-SRC_URI[sha256sum] = 
2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd
+SRC_URI[md5sum] = e5e06eb14a608b58746bdd1c0bd7b8e3
+SRC_URI[sha256sum] = 
8ef8067312571292ccc2bbe94c41109dcf022ea5a4ec71656a83d8cce9edb0cd
 
 do_install_append () {
 ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
-- 
1.8.4.2

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


[oe] [meta-oe][PATCH] lmsensors: upgrade 3.3.5 - 3.4.0

2015-07-23 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com
---
 .../lm_sensors/{lmsensors_3.3.5.bb = lmsensors_3.4.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/lm_sensors/{lmsensors_3.3.5.bb = 
lmsensors_3.4.0.bb} (97%)

diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.5.bb 
b/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb
similarity index 97%
rename from meta-oe/recipes-support/lm_sensors/lmsensors_3.3.5.bb
rename to meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb
index d2cd317..66e8923 100644
--- a/meta-oe/recipes-support/lm_sensors/lmsensors_3.3.5.bb
+++ b/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb
@@ -12,8 +12,8 @@ SRC_URI = 
http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${PV}.tar.bz2
file://sensord.init \
file://sensord.service \
 
-SRC_URI[md5sum] = da506dedceb41822e64865f6ba34828a
-SRC_URI[sha256sum] = 
5dae6a665e1150159a93743c4ff1943a7efe02cd9d3bb12c4805e7d7adcf4fcf
+SRC_URI[md5sum] = c03675ae9d43d60322110c679416901a
+SRC_URI[sha256sum] = 
e0579016081a262dd23eafe1d22b41ebde78921e73a1dcef71e05e424340061f
 
 inherit update-rc.d systemd
 
-- 
1.8.4.2

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


Re: [oe] [meta-oe][PATCH 0/4] Upgrade 4 packages

2015-07-23 Thread Kang Kai

On 2015年07月17日 11:09, Kai Kang wrote:

Kai Kang (4):
   crash: upgrade from 7.0.9 to 7.1.2
   liblockfile: add patch of version 1.09-6 from debian
   lvm2: upgrade from 2.02.97 to 2.02.125
   multipath-tools: upgrade git rev


Ping?




  .../liblockfile-fix-install-so-to-man-dir.patch| 20 +++
  .../liblockfile/liblockfile_1.09.bb|  5 ++
  .../0001-cross_add_configure_option.patch  | 34 
  .../7001force_define_architecture.patch| 13 -
  .../crash/crash-7.0.9/7003cross_ranlib.patch   | 10 
  .../crash/crash-7.0.9/config-site.crash-7.0.9  |  1 -
  .../crash/0001-cross_add_configure_option.patch| 34 
  .../crash/7001force_define_architecture.patch  | 13 +
  .../crash/crash/7003cross_ranlib.patch | 10 
  .../crash/crash/config-site.crash-7.0.9|  1 +
  meta-oe/recipes-kernel/crash/crash_7.0.9.bb| 63 --
  meta-oe/recipes-kernel/crash/crash_7.1.2.bb| 63 ++
  meta-oe/recipes-support/lvm2/lvm2.inc  |  6 +--
  ...ace-CPPFunction-with-rl_completion_func_t.patch | 33 
  .../lvm2/0001-snapshot-check-snapshot-exists.patch | 29 --
  .../lvm2/lvm2/mlock-ignore-vectors-gate_vma.patch  | 31 ---
  meta-oe/recipes-support/lvm2/lvm2_2.02.125.bb  |  4 ++
  meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb   |  6 ---
  .../multipath-tools/files/makefile_inc.patch   | 11 ++--
  .../multipath-tools/multipath-tools_git.bb |  8 ++-
  20 files changed, 164 insertions(+), 231 deletions(-)
  create mode 100644 
meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch
  delete mode 100644 
meta-oe/recipes-kernel/crash/crash-7.0.9/0001-cross_add_configure_option.patch
  delete mode 100644 
meta-oe/recipes-kernel/crash/crash-7.0.9/7001force_define_architecture.patch
  delete mode 100644 
meta-oe/recipes-kernel/crash/crash-7.0.9/7003cross_ranlib.patch
  delete mode 100644 
meta-oe/recipes-kernel/crash/crash-7.0.9/config-site.crash-7.0.9
  create mode 100644 
meta-oe/recipes-kernel/crash/crash/0001-cross_add_configure_option.patch
  create mode 100644 
meta-oe/recipes-kernel/crash/crash/7001force_define_architecture.patch
  create mode 100644 meta-oe/recipes-kernel/crash/crash/7003cross_ranlib.patch
  create mode 100644 meta-oe/recipes-kernel/crash/crash/config-site.crash-7.0.9
  delete mode 100644 meta-oe/recipes-kernel/crash/crash_7.0.9.bb
  create mode 100644 meta-oe/recipes-kernel/crash/crash_7.1.2.bb
  delete mode 100644 
meta-oe/recipes-support/lvm2/lvm2/0001-Replace-CPPFunction-with-rl_completion_func_t.patch
  delete mode 100644 
meta-oe/recipes-support/lvm2/lvm2/0001-snapshot-check-snapshot-exists.patch
  delete mode 100644 
meta-oe/recipes-support/lvm2/lvm2/mlock-ignore-vectors-gate_vma.patch
  create mode 100644 meta-oe/recipes-support/lvm2/lvm2_2.02.125.bb
  delete mode 100644 meta-oe/recipes-support/lvm2/lvm2_2.02.97.bb




--
Regards,
Neil | Kai Kang

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


[oe] qt5 webkit Nothing RPROVIDES 'liborc-0.4'

2015-07-23 Thread Life Life
Hello,

I'm trying to build qt5 webkit. I seen this error message

Build Configuration:
BB_VERSION= 1.24.0
BUILD_SYS = x86_64-linux
NATIVELSBSTRING   = Ubuntu-14.04
TARGET_SYS= arm-poky-linux-gnueabi
MACHINE   = phyboard-wega-am335x-2
DISTRO= poky
DISTRO_VERSION= 1.7
TUNE_FEATURES = arm armv7a vfp thumb neon callconvention-hard cortexa8
TARGET_FPU= vfp-neon
meta
meta-yocto= (nobranch):9aff3a4ec058a1a1149d026ebedcc6251089fffb
meta-phytec   = (nobranch):ccf1c78f312f84933b90926e9bf4f72de59e8e94
meta-phyam335x= (nobranch):a6c488b268d0c2e506f293221703dafcc05b9610
meta-oe
meta-networking
meta-python
meta-multimedia   = (nobranch):9efaed99125b1c4324663d9a1b2d3319c74e7278
meta-qt5  = master:6d9e2a6dfc21f7d9a3a11b4bcb426b5dfe6feaeb
meta-ruby = (nobranch):9efaed99125b1c4324663d9a1b2d3319c74e7278

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 3367 tasks of which 3367 didn't need to be
rerun and all succeeded.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'liborc-0.4' (but
/home/xy/yocto/build/recipes/images/
core-image-base-edited-20150723-135844.bb RDEPENDS on or otherwise requires
it)
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] imagemagick: update patchset from 4 to 9

2015-07-23 Thread Andreas Müller
On Mon, Jul 20, 2015 at 11:17 AM, Kimmo Surakka kimmo.sura...@vincit.fi wrote:
Seems patch format was corrupted

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