Re: [oe] [PATCH 0/6] add 5 recipes and 1 bug fix

2017-07-27 Thread Hongxu Jia
Sorry for missing sublayer prefix in 4~6: [meta-oe] libblockdev: add recipe 2.10 [meta-python] python3-blivet: add recipe 2.2.0 [meta-python] python3-blivetgui: add recipe 2.1.5 //Hongxu -- ___ Openembedded-devel mailing list

[oe] [PATCH 0/6] add 5 recipes and 1 bug fix

2017-07-27 Thread Hongxu Jia
Changed in V2: - s/fix contamination on centos7/fix host contamination on centos7/ //Hongxu The following changes since commit a3a1ff1d411bcee88ed56caf4c9a7148c4a6e54a: usermode: add recipe 1.111 (2017-07-24 21:13:11 -0400) are available in the git repository at:

[oe] [PATCH 6/6] python3-blivetgui: add recipe 2.1.5

2017-07-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../python-blivet/python3-blivetgui_2.1.5.bb | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.5.bb diff --git

[oe] [PATCH 4/6] libblockdev: add recipe 2.10

2017-07-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../0001-fix-configure-and-compile-failures.patch | 79 .../files/0002-remove-python2-support.patch| 30 ++ ...emove-dmraid-while-compiling-with-with-dm.patch | 470 +

[oe] [PATCH 5/6] python3-blivet: add recipe 2.2.0

2017-07-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../python3-blivet/0001-comment-out-selinux.patch | 70 ++ .../0002-run_program-support-timeout.patch | 102 + .../0003-support-infinit-timeout.patch | 66 +

[oe] [meta-oe][PATCH 2/6] tigervnc: add recipe 1.8.0

2017-07-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../files/0001-tigervnc-remove-includedir.patch| 50 .../0002-do-not-build-tests-sub-directory.patch| 29 + ...missing-dynamic-library-to-FLTK_LIBRARIES.patch | 28 +

[oe] [meta-oe][PATCH V2 1/6] glade: fix host contamination on centos7

2017-07-27 Thread Hongxu Jia
Since gobject-introspection convert to python3 in oe-core, incorrectly assigning PYTHON_PN with python caused host python3 loaded. On centos7, built with qemuarm failed: ... arm-poky-linux-gnueabi-gcc: error: unrecognized argument in option '-mtune=generic' .. arm-poky-linux-gnueabi-gcc: error:

[oe] [meta-oe][PATCH 3/6] libreport: add recipe 2.9.1

2017-07-27 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- .../0001-Makefile.am-remove-doc-and-apidoc.patch | 28 ...ac-remove-prog-test-of-xmlto-and-asciidoc.patch | 48 +++ .../files/0003-without-build-plugins.patch | 26

Re: [oe] [PATCH 0/6] add 5 recipes and 1 bug fix

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 1:44 AM, Hongxu Jia wrote: > Changed in V2: > > - s/fix contamination on centos7/fix host contamination on centos7/ > > //Hongxu > > The following changes since commit a3a1ff1d411bcee88ed56caf4c9a7148c4a6e54a: > > usermode: add recipe 1.111

Re: [oe] [meta-oe][morty][PATCH 0/6] merge devmem2 and gitver fixes from master

2017-07-27 Thread Alejandro Mery
On 13/07/17 18:03, Alejandro Mery wrote: > On 26/06/17 19:38, akuster808 wrote: >> >> On 06/23/2017 01:37 PM, Denys Dmytriyenko wrote: >>> Wasn't there already a submission for devmem2 backport on the list? >> yes. running a bit behind. pulling in today. > ping :) Hi Armin, if you don't have

[oe] [meta-openembedded][PATCH] net-snmp: fix engineBoots value on SIGHUP

2017-07-27 Thread Li Zhou
Store the incremented engineBoots value on SIGHUP. And don't reset engineBoots to 1 when oldEngineIDLength is 0. For the first run, the oldEngineIDLength is 0. When we say first run of the daemon, we talk about the first run ever on the machine, not only first run of every boot. Signed-off-by:

[oe] [meta-networking][PATCH] drbd: Add recipe

2017-07-27 Thread Jagadeesh Krishnanjanappa
DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a "network RAID-1". This recipe provides DRBD9 kernel modules drbd.ko and drbd_transport_tcp.ko. Signed-off-by: Jagadeesh

Re: [oe] [meta-oe][PATCH 1/2] xf86-video-mga: add new recipe

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 3:50 PM Saul Wold wrote: > On Tue, 2017-05-23 at 15:01 +0800, jackie.hu...@windriver.com wrote: > > > > From: Jackie Huang > > > > mga is an Xorg driver for Matrox video cards > > > I missed the inclusion of this driver

Re: [oe] [meta-oe][PATCH 1/2] xf86-video-mga: add new recipe

2017-07-27 Thread Saul Wold
On Tue, 2017-05-23 at 15:01 +0800, jackie.hu...@windriver.com wrote: > > From: Jackie Huang > > mga is an Xorg driver for Matrox video cards > I missed the inclusion of this driver into meta-oe, we have been maintaining this driver in meta-intel and have been for a

Re: [oe] [PATCH 0/6] add 5 recipes and 1 bug fix

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 7:02 PM, Hongxu Jia wrote: > On 2017年07月27日 21:46, Khem Raj wrote: >> >> On Thu, Jul 27, 2017 at 1:44 AM, Hongxu Jia >> wrote: >>> >>> Changed in V2: >>> >>> - s/fix contamination on centos7/fix host contamination on

Re: [oe] [PATCH 0/6] add 5 recipes and 1 bug fix

2017-07-27 Thread Hongxu Jia
On 2017年07月27日 21:46, Khem Raj wrote: On Thu, Jul 27, 2017 at 1:44 AM, Hongxu Jia wrote: Changed in V2: - s/fix contamination on centos7/fix host contamination on centos7/ //Hongxu The following changes since commit a3a1ff1d411bcee88ed56caf4c9a7148c4a6e54a:

[oe] [meta-oe][PATCH] assimp: remove recipe

2017-07-27 Thread kai.kang
From: Kai Kang Remove recipe of assimp which exists in oe-core. * Patch 0001-Fix-build-on-big-endian-architectures.patch has been merged in 4.0.0 * Dependencies 'boost' and 'virtual/libgl' are dropped which needded by ASSIMP_BUILD_SAMPLES but ASSIMP_BUILD_SAMPLES is

Re: [oe] [meta-oe][PATCH] assimp: remove recipe

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 8:28 PM, wrote: > From: Kai Kang > > Remove recipe of assimp which exists in oe-core. > > * Patch 0001-Fix-build-on-big-endian-architectures.patch has been merged > in 4.0.0 > * Dependencies 'boost' and 'virtual/libgl'