Re: [oe] Extensible SDK install errors

2015-08-21 Thread Andreas Baak
Do you have superuser rights? Usually, you cannot write in /opt without. Try to install the SDK with sudo or enter your home directory as target when you are asked. Regards, Andreas Am 22.08.2015 00:07 schrieb Adam Lee adam.yh@gmail.com: Hello, I built the Extensible SDK on Fido (bitbake

Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4

2015-08-21 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4] On 15.08.20 (Thu 16:26) Kang Kai wrote: On 2015年08月20日 03:57, Joe MacDonald wrote: [[oe] [meta-networking][PATCH] inetutils: 1.9.2 - 1.9.4] On 15.08.12 (Wed 10:05) kai.k...@windriver.com wrote: From: Kai Kang

Re: [oe] [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 2:15 AM, Yi Zhao yi.z...@windriver.com wrote: why was CFLAGS append removed ? There is a redefined warning when compile like below: In file included from tomoyo-diffpolicy.c:23:0: tomoyotools.h:26:0: warning: _GNU_SOURCE redefined #define _GNU_SOURCE ^ In file

Re: [oe] [meta-oe][PATCH] openwsman: modified SRC_URI to git

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 2:59 AM, Lei Maohui leimao...@cn.fujitsu.com wrote: -SRC_URI = https://github.com/Openwsman/openwsman/archive/v${PV}.tar.gz \ +SRCREV = f523bf1390c7ea23946bb9159978a4d7c198f1ba +PV = 2.6.0 + why redefine PV to same value otherwise computed by bitbake? --

[oe] [meta-oe][PATCH] vim: Move SRC_URI from Google Code to github.

2015-08-21 Thread Philip Balister
I chose the rev that matched the existing recipe version. Signed-off-by: Philip Balister phi...@balister.org --- meta-oe/recipes-support/vim/vim_7.4.481.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/vim/vim_7.4.481.bb

Re: [oe] [meta-oe][PATCH 3/4] ltrace: 7.2 - 7.3

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 1:37 AM, kai.k...@windriver.com wrote: From: Kai Kang kai.k...@windriver.com Upgrade ltrace from 7.2 to 7.3. * update SRC_URI and SRCREV * drop backport patch 0001-In-Linux-backend-initialize-linkmap-struct.patch * fix error when compile with gcc 5.2

Re: [oe] [meta-networking][PATCH 2/4] atftp: build with gcc 5.2

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 1:37 AM, kai.k...@windriver.com wrote: From: Kai Kang kai.k...@windriver.com atftp fails to build with gcc 5.2: tftp_def.h:54:14: warning: inline function 'Strncpy' declared but never defined GCC 5 defaults to -std=gnu11 instead of -std=gnu89. The semantics of

Re: [oe] [meta-oe][PATCH] sysdig: 0.1.101 - 0.1.102

2015-08-21 Thread Khem Raj
On Fri, Aug 21, 2015 at 9:40 AM, Bian Naimeng bia...@cn.fujitsu.com wrote: upgrade sysdig to 0.1.102, and using GIT source instead of archive. Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../01-donot-set-default-value-to-va_list.patch| 22 --

[oe] Openjdk 8

2015-08-21 Thread Dean
Does anyone have a recipe for OpenJDK 8 JRE yet? I don't see any out there other than the one in the meta-aarch64 linaro layer which I don't think will probably work for building to arm or x86_64. I am currently using OpenJDK 7 from meta-java but plan to use Java 8 features soon. Thanks,

Re: [oe] [meta-filesystems][PATCH] xfsdump: add new recipe

2015-08-21 Thread Jagadeesh Krishnanjanappa
Why don't you use autotools-brokensep? The same does apply to dmapi recipe. Ok, inherit autools and B = ${S} can be replaced by inherit autotools-brokensep. Will send patch v2. Thanks, Jagadeesh -- ___ Openembedded-devel mailing list

[oe] [meta-filesystems][PATCH v2] xfsdump: add new recipe

2015-08-21 Thread Jagadeesh Krishnanjanappa
The xfsdump package contains xfsdump, xfsrestore and a number of other utilities for administering XFS filesystems. xfsdump examines files in a filesystem, determines which need to be backed up, and copies those files to a specified disk, tape or other storage medium. Signed-off-by: Jagadeesh

Re: [oe] Openjdk 8

2015-08-21 Thread Awasthi, Vinay K
I am trying to commit openjdk-8 recipe ... waiting on feedback... -Vinay On Aug 21, 2015, at 9:04 AM, Dean d...@ripperd.com wrote: Does anyone have a recipe for OpenJDK 8 JRE yet? I don't see any out there other than the one in the meta-aarch64 linaro layer which I don't think will

[oe] [meta-filesystems][PATCH v2] dmapi: add new recipe

2015-08-21 Thread Jagadeesh Krishnanjanappa
The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring raw access to the disk and knowledge of filesystem structures.This interface is implemented by the libdm

[oe] Extensible SDK install errors

2015-08-21 Thread Adam Lee
Hello, I built the Extensible SDK on Fido (bitbake core-image-minimal -c populate_sdk_ext). During the installation I get this permission error: $ ./poky-glibc-x86_64-core-image-minimal-armv5e-toolchain-ext-1.8.sh Enter target directory for SDK (default: /opt/poky/1.8): You are about to

[oe] [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: tomoyo-tools: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libtomoyotools.so.3.0.2 /usr/lib/libtomoyotools.so.3 /usr/lib/.debug /usr/lib/tomoyo /usr/lib/.debug/libtomoyotools.so.3.0.2

[oe] [meta-oe][PATCH 3/8] wbxml2: set correct LIB_SUFFIX for multilib

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: wbxml2: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwbxml2.so.0.0.17 /usr/lib/libwbxml2.so /usr/lib/libwbxml2.so.0 /usr/lib/.debug /usr/lib/pkgconfig /usr/lib/.debug/libwbxml2.so.0.0.17

[oe] [meta-oe][PATCH 5/8] openwsman: pass correct libdir to cmake

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: openwsman: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libwsman_clientpp.so /usr/lib/libwsman_client.so /usr/lib/libwsman.so.1.0.0 /usr/lib/libwsman.so /usr/lib/libwsman_client.so.4 [snip]

[oe] [meta-oe][PATCH 6/8] qt-creator: pass correct IDE_LIBRARY_BASENAME

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: qt-creator: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/qtcreator /usr/lib/qtcreator/libQmlJS.so.1 /usr/lib/qtcreator/libQmlEditorWidgets.so /usr/lib/qtcreator/libUtils.so.1

[oe] [meta-oe][PATCH 8/8] libconnman-qt: fix the hardcoded libdir

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: libconnman-qte: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libconnman-qtopia.prl /usr/lib/libconnman-qtopia.so.1.0 /usr/lib/libconnman-qtopia.so.1.0.50 /usr/lib/libconnman-qtopia.so [snip]

[oe] [meta-oe][PATCH 2/8] libssh: upgrade 0.6.4 - 0.7.1

2015-08-21 Thread Yi Zhao
Set the correct LIB_SUFFIX to fix QA issue for multilib: ERROR: QA Issue: libssh: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libssh.so /usr/lib/libssh_threads.so.4.5.0 /usr/lib/libssh.so.4 /usr/lib/libssh_threads.so.4 /usr/lib/libssh_threads.so

[oe] [PATCH] hostapd: Fix bugs from CVE-2015-4141 to CVE-2015-4146

2015-08-21 Thread Fan Xin
hostapd: Fix bugs from CVE-2015-4141 to CVE-2015-4146 These patches are originally from: http://w1.fi/security/2015-2/ http://w1.fi/security/2015-3/ http://w1.fi/security/2015-4/ The relationships between CVE number and patch file are as follows: CVE-2015-4141

[oe] [meta-oe][PATCH 0/8] fix QA issue for multilib

2015-08-21 Thread Yi Zhao
The following changes since commit 55713b8c15cec00c01b4924ee60f13753c7d5354: inetutils: 1.9.2 - 1.9.4 (2015-08-19 20:43:30 -0400) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib yzhao/fix-qa-issue

[oe] [meta-oe][PATCH 4/8] libftdi: set correct LIB_SUFFIX for multilib

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: libftdi: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libftdipp1.so /usr/lib/libftdi1.so /usr/lib/libftdipp1.so.2.1.0 /usr/lib/libftdi1.so.2 /usr/lib/libftdipp1.a /usr/lib/libftdipp1.so.2

[oe] [meta-oe][PATCH 7/8] libqofono: fix the hardcoded libdir

2015-08-21 Thread Yi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: libqofono: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libqofono.so.0.1.0 /usr/lib/libqofono.so.0 /usr/lib/libqofono.so.0.1 /usr/lib/libqofono.so /usr/lib/libqofono.prl [snip] Please set FILES

Re: [oe] [meta-oe][PATCH] uim: 1.3.1-1.8.6

2015-08-21 Thread Lei, Maohui
Hi zhao I had a patch for CONFIGUREOPTS in uim_1.3.1.bb but hadn't merged into master. When enable multilib, the CONFIGUREOPTS isn't expanded correctly. Please see similar issue: http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510. html Please use _remove to

[oe] [meta-oe][PATCH] sysdig: 0.1.101 - 0.1.102

2015-08-21 Thread Bian Naimeng
upgrade sysdig to 0.1.102, and using GIT source instead of archive. Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../01-donot-set-default-value-to-va_list.patch| 22 -- meta-oe/recipes-extended/sysdig/sysdig_0.1.101.bb | 34 --

[oe] [meta-networking][PATCH 1/4] autofs: 5.1.0 - 5.1.1

2015-08-21 Thread kai.kang
From: Kai Kang kai.k...@windriver.com Signed-off-by: Kai Kang kai.k...@windriver.com --- .../0001-systemd-allow-with-systemd-to-take-a-path-arg.patch | 0 .../autofs/{autofs-5.1.0 = autofs}/Makefile.rules-cross.patch| 0 .../autofs/{autofs-5.1.0 =

[oe] [PATCH 0/4] Upgrade packages and fix failure of atftp with gcc 5.2

2015-08-21 Thread kai.kang
From: Kai Kang kai.k...@windriver.com Kai Kang (4): autofs: 5.1.0 - 5.1.1 atftp: build with gcc 5.2 ltrace: 7.2 - 7.3 libvpx: 1.3.0 - 1.4.0 meta-networking/recipes-daemons/atftp/atftp_git.bb | 2 + ...emd-allow-with-systemd-to-take-a-path-arg.patch | 47

[oe] [meta-oe][PATCH 4/4] libvpx: 1.3.0 - 1.4.0

2015-08-21 Thread kai.kang
From: Kai Kang kai.k...@windriver.com * update SRC_URI * remove re-definition of S * drop backport patch 0001-configure.sh-quote-local-variables.patch * update context of libvpx-configure-support-blank-prefix.patch Signed-off-by: Kai Kang kai.k...@windriver.com ---

[oe] [meta-oe][PATCH 3/4] ltrace: 7.2 - 7.3

2015-08-21 Thread kai.kang
From: Kai Kang kai.k...@windriver.com Upgrade ltrace from 7.2 to 7.3. * update SRC_URI and SRCREV * drop backport patch 0001-In-Linux-backend-initialize-linkmap-struct.patch * fix error when compile with gcc 5.2 Signed-off-by: Kai Kang kai.k...@windriver.com ---

[oe] [meta-networking][PATCH 2/4] atftp: build with gcc 5.2

2015-08-21 Thread kai.kang
From: Kai Kang kai.k...@windriver.com atftp fails to build with gcc 5.2: tftp_def.h:54:14: warning: inline function 'Strncpy' declared but never defined GCC 5 defaults to -std=gnu11 instead of -std=gnu89. The semantics of inline function changes. Pass '-std=gnu89' to gcc to compile atftp. Ref:

[oe] [meta-oe][PATCH v2] uim: 1.3.1-1.8.6

2015-08-21 Thread Lei Maohui
- delte 0001-fix-bug-about-stdlib.patch that not be needed. - modified license Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com --- .../uim/uim/0001-fix-bug-about-stdlib.patch| 40 -- .../uim/uim/0001-fix-bug-for-cross-compile.patch | 38 ++--

[oe] [meta-networking][PATCH] net-snmp: upgrade 5.7.2.1 - 5.7.3

2015-08-21 Thread Li xin
* Dropped backported patches --ifmib.patch --0001-Added-checks-for-printing-variables-with-wrong-types.patch --0001-Fix-CVE-2014-2285.patch --net-snmp-5.7.2-fix-mib-timeout-values.patch * Update patches --dont-return-incompletely-parsed-varbinds.patch --systemd-support.patch * Add a

[oe] [meta-oe][PATCH] openwsman: modified SRC_URI to git

2015-08-21 Thread Lei Maohui
not use github archives anymore, they are regenerated from time to time with different checksums. Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com --- meta-oe/recipes-extended/openwsman/openwsman_2.6.0.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git

Re: [oe] [meta-oe][PATCH] uim: 1.3.1-1.8.6

2015-08-21 Thread Yi Zhao
Hi 在 2015年08月21日 16:01, Lei Maohui 写道: - delte 0001-fix-bug-about-stdlib.patch that not be needed. - modified license Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com --- .../uim/uim/0001-fix-bug-about-stdlib.patch| 40 --

Re: [oe] [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make

2015-08-21 Thread Khem Raj
On Thu, Aug 20, 2015 at 11:46 PM, Yi Zhao yi.z...@windriver.com wrote: -CFLAGS_append += -D_GNU_SOURCE + why was CFLAGS append removed ? +EXTRA_OEMAKE = -e USRLIBDIR=${libdir} -- ___ Openembedded-devel mailing list

[oe] [meta-oe][PATCH] uim: 1.3.1-1.8.6

2015-08-21 Thread Lei Maohui
- delte 0001-fix-bug-about-stdlib.patch that not be needed. - modified license Signed-off-by: Lei Maohui leimao...@cn.fujitsu.com --- .../uim/uim/0001-fix-bug-about-stdlib.patch| 40 -- .../uim/uim/0001-fix-bug-for-cross-compile.patch | 38 ++--

Re: [oe] [meta-oe][PATCH 1/8] tomoyo-tools: pass correct libdir to make

2015-08-21 Thread Yi Zhao
在 2015年08月21日 15:27, Khem Raj 写道: On Thu, Aug 20, 2015 at 11:46 PM, Yi Zhao yi.z...@windriver.com wrote: -CFLAGS_append += -D_GNU_SOURCE + why was CFLAGS append removed ? There is a redefined warning when compile like below: In file included from tomoyo-diffpolicy.c:23:0: