[oe] [meta-oe] [PATCH] meta: do not append to BBCLASSEXTEND

2017-03-13 Thread liu . ming50
From: Ming Liu 

Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are
redundant and inconsistent with the same setting in other recipes.

Signed-off-by: Ming Liu 
---
 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb  | 2 +-
 meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb  | 2 +-
 meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb   | 2 +-
 meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb  | 2 +-
 meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb  | 2 +-
 meta-oe/recipes-extended/p7zip/p7zip_16.02.bb  | 2 +-
 meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb   | 2 +-
 meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | 2 +-
 meta-oe/recipes-support/lzip/lzip_1.16.bb  | 2 +-
 meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb| 2 +-
 meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
index 8fe6a6f..288c586 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = 
"fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5
 
 inherit autotools pkgconfig
 
-BBCLASSEXTEND += "native nativesdk"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb 
b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index f39a82c..34fddcb 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -165,4 +165,4 @@ FILES_${PN}-fstools = "\
 ${bindir}/mkuserimg \
 "
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb 
b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
index dff6cc1..53bbf7e 100644
--- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
+++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
@@ -21,4 +21,4 @@ inherit cmake
 
 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"
 
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb 
b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
index 3105f65..b8d1583 100644
--- a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
+++ b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
@@ -45,4 +45,4 @@ PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'demos', 
'${PN}-demos', '', d
 FILES_${PN}-demos = "${bindir}/*"
 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibRcf.cmake"
 
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb 
b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
index c2f5ec0..31ab9a6 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = 
"ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b519742
 
 inherit autotools pkgconfig
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb 
b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
index fdd51db..67ffbc6 100644
--- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
+++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
@@ -36,4 +36,4 @@ EOF
 chmod 0755 ${D}${bindir}/7z
 }
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb 
b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
index 155d3d4..c62dab1 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
@@ -23,4 +23,4 @@ PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[openssl] = "--with-openssl 
--with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl"
 PACKAGECONFIG[gcrypt] = "--with-libgcrypt 
--with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt"
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb 
b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
index 4460be2..138df9f 100644
--- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
+++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
@@ -42,4 +42,4 @@ do_install() {
 install -m 0644 ${S}/tinyxml.h ${D}${includedir}
 }
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/lzip/lzip_1.16.bb 
b/meta-oe/recipes-support/lzip/lzip_1.16.bb
index af0b6ae..a5d9962 100644
--- a/meta-oe/recipes-support/lzip/lz

Re: [oe] [PATCH 0/5] Update SRC_URIs

2017-03-13 Thread Khem Raj


On 3/13/17 12:25 AM, Martin Jansa wrote:
> Github archives can be regenerated from time to time with different
> checksums, please use git fetcher instead.
> 

is this still the case ? We can probably file an issue about it

> On Mon, Mar 13, 2017 at 4:29 AM,  wrote:
> 
>> From: Kai Kang 
>>
>> Update SRC_URIs which show qa warnings when do_fetch.
>>
>> Kai Kang (5):
>>   fuse: update HOMEPAGE and SRC_URI
>>   curlpp: update HOMEPAGE and SRC_URI
>>   libdnet: update SRC_URI
>>   cherokee: update SRC_URI
>>   lmsensors: update SRC_URI and S
>>
>>  meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb  | 6 +++---
>>  meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 8 +---
>>  meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb   | 8 
>>  meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb| 6 +++---
>>  meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 2 +-
>>  5 files changed, 16 insertions(+), 14 deletions(-)
>>
>> --
>> 2.10.1
>>
>> --
>> ___
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>



signature.asc
Description: OpenPGP digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2] luajit: test SITEINFO_BITS instead of maintaining a list of 32bit targets

2017-03-13 Thread Andre McCurdy
When cross compiling, the word size of the compiler set via HOST_CC
must match the word size of the target. That's achieved by appending
"-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits.

Unfortunately the current list of over-rides may not cover all cases.
Using SITEINFO_BITS is a more generic solution.

Signed-off-by: Andre McCurdy 
---
 meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb 
b/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
index 2049846..cee9cc4 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
@@ -11,7 +11,7 @@ SRC_URI[sha256sum] = 
"620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746bee
 
 S = "${WORKDIR}/LuaJIT-${PV}"
 
-inherit pkgconfig binconfig
+inherit pkgconfig binconfig siteinfo
 
 BBCLASSEXTEND = "native"
 
@@ -21,11 +21,7 @@ BBCLASSEXTEND = "native"
 # you need to install the multilib development package (e.g.
 # libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part
 # (HOST_CC="gcc -m32").
-BUILD_CC_ARCH_append_powerpc = ' -m32'
-BUILD_CC_ARCH_append_x86 = ' -m32'
-BUILD_CC_ARCH_append_arm = ' -m32'
-BUILD_CC_ARCH_append_mips = ' -m32'
-BUILD_CC_ARCH_append_mipsel = ' -m32'
+BUILD_CC_ARCH_append = " ${@['-m32',''][d.getVar('SITEINFO_BITS', True) != 
'32']}"
 
 # The lua makefiles expect the TARGET_SYS to be from uname -s
 # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD
-- 
1.9.1

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


Re: [oe] [meta-oe][PATCH] luajit: test SITEINFO_BITS instead of maintaining a list of 32bit targets

2017-03-13 Thread Andre McCurdy
On Mon, Mar 13, 2017 at 12:24 PM, Andre McCurdy  wrote:
> On Wed, Jan 25, 2017 at 1:43 PM, Andre McCurdy  wrote:
>> When cross compiling, the word size of the compiler set via HOST_CC
>> must match the word size of the target. That's achieved by appending
>> "-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits.
>>
>> Unfortunately the current list of over-rides (powerpc, x86 and arm)
>> does not cover all cases (e.g. it ignores MIPS). Using SITEINFO_BITS
>> is a more generic solution.
>
> Ping.

Actually this patch needs to be rebased since the earlier (incomplete)
fix was merged. Sending a v2.

>> Signed-off-by: Andre McCurdy 
>> ---
>>  meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb | 6 ++
>>  1 file changed, 2 insertions(+), 4 deletions(-)
>>
>> diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb 
>> b/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
>> index 964dc1d..430279f 100644
>> --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
>> +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
>> @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = 
>> "620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746bee
>>
>>  S = "${WORKDIR}/LuaJIT-${PV}"
>>
>> -inherit pkgconfig binconfig
>> +inherit pkgconfig binconfig siteinfo
>>
>>  BBCLASSEXTEND = "native"
>>
>> @@ -21,9 +21,7 @@ BBCLASSEXTEND = "native"
>>  # you need to install the multilib development package (e.g.
>>  # libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part
>>  # (HOST_CC="gcc -m32").
>> -BUILD_CC_ARCH_append_powerpc = ' -m32'
>> -BUILD_CC_ARCH_append_x86 = ' -m32'
>> -BUILD_CC_ARCH_append_arm = ' -m32'
>> +BUILD_CC_ARCH_append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}"
>>
>>  # The lua makefiles expect the TARGET_SYS to be from uname -s
>>  # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD
>> --
>> 1.9.1
>>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] luajit: test SITEINFO_BITS instead of maintaining a list of 32bit targets

2017-03-13 Thread Andre McCurdy
On Wed, Jan 25, 2017 at 1:43 PM, Andre McCurdy  wrote:
> When cross compiling, the word size of the compiler set via HOST_CC
> must match the word size of the target. That's achieved by appending
> "-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits.
>
> Unfortunately the current list of over-rides (powerpc, x86 and arm)
> does not cover all cases (e.g. it ignores MIPS). Using SITEINFO_BITS
> is a more generic solution.

Ping.

> Signed-off-by: Andre McCurdy 
> ---
>  meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb | 6 ++
>  1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb 
> b/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
> index 964dc1d..430279f 100644
> --- a/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
> +++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.4.bb
> @@ -11,7 +11,7 @@ SRC_URI[sha256sum] = 
> "620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746bee
>
>  S = "${WORKDIR}/LuaJIT-${PV}"
>
> -inherit pkgconfig binconfig
> +inherit pkgconfig binconfig siteinfo
>
>  BBCLASSEXTEND = "native"
>
> @@ -21,9 +21,7 @@ BBCLASSEXTEND = "native"
>  # you need to install the multilib development package (e.g.
>  # libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part
>  # (HOST_CC="gcc -m32").
> -BUILD_CC_ARCH_append_powerpc = ' -m32'
> -BUILD_CC_ARCH_append_x86 = ' -m32'
> -BUILD_CC_ARCH_append_arm = ' -m32'
> +BUILD_CC_ARCH_append = " ${@['-m32',''][d.getVar('SITEINFO_BITS') != '32']}"
>
>  # The lua makefiles expect the TARGET_SYS to be from uname -s
>  # Values: Windows, Linux, Darwin, iOS, SunOS, PS3, GNU/kFreeBSD
> --
> 1.9.1
>
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH 1/2] toybox: Fix configure failure

2017-03-13 Thread Paul Barker
do_configure is currently failing as HOSTCC defaults to just 'cc' in the
toybox Makefile.

Signed-off-by: Paul Barker 
---
 meta-oe/recipes-core/toybox/toybox_0.7.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.2.bb 
b/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
index 93ef45bb5..84146584d 100644
--- a/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
@@ -16,6 +16,8 @@ SECTION = "base"
 
 TOYBOX_BIN = "generated/unstripped/toybox"
 
+EXTRA_OEMAKE = 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"'
+
 do_configure() {
 oe_runmake defconfig
 
-- 
2.11.0

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


[oe] [meta-oe][PATCH 2/2] toybox: Upgrade to 0.7.3

2017-03-13 Thread Paul Barker
Signed-off-by: Paul Barker 
---
 meta-oe/recipes-core/toybox/{toybox_0.7.2.bb => toybox_0.7.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-core/toybox/{toybox_0.7.2.bb => toybox_0.7.3.bb} (93%)

diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.2.bb 
b/meta-oe/recipes-core/toybox/toybox_0.7.3.bb
similarity index 93%
rename from meta-oe/recipes-core/toybox/toybox_0.7.2.bb
rename to meta-oe/recipes-core/toybox/toybox_0.7.3.bb
index 84146584d..0cd44ff64 100644
--- a/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.7.3.bb
@@ -6,8 +6,8 @@ SRC_URI = " \
 http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz \
 "
 
-SRC_URI[md5sum] = "372d8fdf6ea3675edbf1f6a4109b6db6"
-SRC_URI[sha256sum] = 
"79da71c7c39cef0a5f7b834f0b17d0d436e7994dd33e912f581b4c12d3b1681f"
+SRC_URI[md5sum] = "6fa2a001402cb067ba541e0d8948da50"
+SRC_URI[sha256sum] = 
"e6469b508224e0d2e4564dda05c4bb47aef5c28bf29d6c983bcdc6e3a0cd29d6"
 
 LICENSE = "BSD-0-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0b8b3dd6431bcaa245da0a08bd0d511"
-- 
2.11.0

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


[oe] [meta-oe] [PATCH] meta: do not prepend/append to BBCLASSEXTEND

2017-03-13 Thread liu . ming50
From: Ming Liu 

Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are
redundant and inconsistent with the same setting in other recipes.

Signed-off-by: Ming Liu 
---
 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb  | 2 +-
 meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb  | 2 +-
 meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb   | 2 +-
 meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb  | 2 +-
 meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb  | 2 +-
 meta-oe/recipes-extended/p7zip/p7zip_16.02.bb  | 2 +-
 meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb   | 2 +-
 meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | 2 +-
 meta-oe/recipes-support/lzip/lzip_1.16.bb  | 2 +-
 meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb| 2 +-
 meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
index 8fe6a6f..288c586 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = 
"fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5
 
 inherit autotools pkgconfig
 
-BBCLASSEXTEND += "native nativesdk"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb 
b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index f39a82c..34fddcb 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -165,4 +165,4 @@ FILES_${PN}-fstools = "\
 ${bindir}/mkuserimg \
 "
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb 
b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
index dff6cc1..53bbf7e 100644
--- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
+++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
@@ -21,4 +21,4 @@ inherit cmake
 
 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"
 
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb 
b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
index 3105f65..b8d1583 100644
--- a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
+++ b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
@@ -45,4 +45,4 @@ PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'demos', 
'${PN}-demos', '', d
 FILES_${PN}-demos = "${bindir}/*"
 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibRcf.cmake"
 
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb 
b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
index c2f5ec0..31ab9a6 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = 
"ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b519742
 
 inherit autotools pkgconfig
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb 
b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
index fdd51db..67ffbc6 100644
--- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
+++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
@@ -36,4 +36,4 @@ EOF
 chmod 0755 ${D}${bindir}/7z
 }
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb 
b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
index 155d3d4..c62dab1 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
@@ -23,4 +23,4 @@ PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[openssl] = "--with-openssl 
--with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl"
 PACKAGECONFIG[gcrypt] = "--with-libgcrypt 
--with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt"
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb 
b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
index 4460be2..138df9f 100644
--- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
+++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
@@ -42,4 +42,4 @@ do_install() {
 install -m 0644 ${S}/tinyxml.h ${D}${includedir}
 }
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/lzip/lzip_1.16.bb 
b/meta-oe/recipes-support/lzip/lzip_1.16.bb
index af0b6ae..a5d9962 100644
--- a/meta-oe/recipes-support/lzip/lz

[oe] [meta-oe] [meta-python] [PATCH] meta: do not prepend/append to BBCLASSEXTEND

2017-03-13 Thread liu . ming50
From: Ming Liu 

Replace some "+=/=+" with "=" when setting BBCLASSEXTEND, they are
redundant and inconsistent with the same setting in other recipes.

Signed-off-by: Ming Liu 
---
 meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb  | 2 +-
 meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb  | 2 +-
 meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb   | 2 +-
 meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb  | 2 +-
 meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb  | 2 +-
 meta-oe/recipes-extended/p7zip/p7zip_16.02.bb  | 2 +-
 meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb   | 2 +-
 meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb | 2 +-
 meta-oe/recipes-support/lzip/lzip_1.16.bb  | 2 +-
 meta-python/recipes-devtools/python/python-setuptools-scm_1.15.0.bb| 2 +-
 meta-python/recipes-extended/python-pyparted/python-pyparted_3.10.7.bb | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb 
b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
index 8fe6a6f..288c586 100644
--- a/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
+++ b/meta-oe/recipes-connectivity/ser2net/ser2net_2.9.1.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = 
"fdee1e69903cf409bdc6f32403a566cbc6006aa9e2a4d6f8f12b90dfd5
 
 inherit autotools pkgconfig
 
-BBCLASSEXTEND += "native nativesdk"
+BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb 
b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
index f39a82c..34fddcb 100644
--- a/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+++ b/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
@@ -165,4 +165,4 @@ FILES_${PN}-fstools = "\
 ${bindir}/mkuserimg \
 "
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb 
b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
index dff6cc1..53bbf7e 100644
--- a/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
+++ b/meta-oe/recipes-devtools/json-spirit/json-spirit_4.08.bb
@@ -21,4 +21,4 @@ inherit cmake
 
 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibJsonSpirit.cmake"
 
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb 
b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
index 3105f65..b8d1583 100644
--- a/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
+++ b/meta-oe/recipes-devtools/librcf/librcf_2.2.0.0.bb
@@ -45,4 +45,4 @@ PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'demos', 
'${PN}-demos', '', d
 FILES_${PN}-demos = "${bindir}/*"
 FILES_${PN}-dev += "${datadir}/cmake/Modules/FindLibRcf.cmake"
 
-BBCLASSEXTEND += "nativesdk"
+BBCLASSEXTEND = "nativesdk"
diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb 
b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
index c2f5ec0..31ab9a6 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.2.0.bb
@@ -12,4 +12,4 @@ SRC_URI[sha256sum] = 
"ad5ec3b62f2f0bdc7f06fa398bde61091fd2493e91059e17315b519742
 
 inherit autotools pkgconfig
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb 
b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
index fdd51db..67ffbc6 100644
--- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
+++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb
@@ -36,4 +36,4 @@ EOF
 chmod 0755 ${D}${bindir}/7z
 }
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb 
b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
index 155d3d4..c62dab1 100644
--- a/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
+++ b/meta-oe/recipes-support/libssh2/libssh2_1.7.0.bb
@@ -23,4 +23,4 @@ PACKAGECONFIG ??= "openssl"
 PACKAGECONFIG[openssl] = "--with-openssl 
--with-libssl-prefix=${STAGING_LIBDIR},--without-openssl,openssl"
 PACKAGECONFIG[gcrypt] = "--with-libgcrypt 
--with-libgcrypt-prefix=${STAGING_EXECPREFIXDIR},--without-libgcrypt,libgcrypt"
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb 
b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
index 4460be2..138df9f 100644
--- a/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
+++ b/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb
@@ -42,4 +42,4 @@ do_install() {
 install -m 0644 ${S}/tinyxml.h ${D}${includedir}
 }
 
-BBCLASSEXTEND += "native"
+BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-support/lzip/lzip_1.16.bb 
b/meta-oe/recipes-support/lzip/lzip_1.16.bb
index af0b6ae..a5d9962 100644
--- a/meta-oe/recipes-support/lzip/lz

[oe] [meta-java][PATCH] jikes: fix absolute symlink error

2017-03-13 Thread Maxin B. John
The following oe-core commit made asbolute symlink an error:

commit 3eee8e99e114b3db8b718834ca52da8d2919b83f
sstate: Make absolute symlinks an error

Fix this by inheritting relative_symlinks class:
ERROR: jikes-native-1.22-r0 do_populate_sysroot: sstate found an
absolute path symlink

Signed-off-by: Maxin B. John 
---
 recipes-core/jikes/jikes_1.22.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/jikes/jikes_1.22.bb b/recipes-core/jikes/jikes_1.22.bb
index 0c33118..a35cfcf 100644
--- a/recipes-core/jikes/jikes_1.22.bb
+++ b/recipes-core/jikes/jikes_1.22.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
"
 SRC_URI = "${SOURCEFORGE_MIRROR}/jikes/jikes-${PV}.tar.bz2"
 
-inherit autotools update-alternatives
+inherit autotools update-alternatives relative_symlinks
 
 BBCLASSEXTEND = "native"
 
-- 
2.4.0

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


[oe] [PATCH] recipes: delete obsolete patches

2017-03-13 Thread Oleksandr Kravchuk
Deleted bunch of patches which are not used anymore by any recipe.

Signed-off-by: Oleksandr Kravchuk 
---
 ...e-old-ecore_string_init-and-ecore_string_.patch |  54 ---
 .../efl/efl/0002-evas_3d-Add-Eet.h-includes.patch  |  51 ---
 .../gcalctool/gcalctool/fix-includedir.patch   |  31 
 .../recipes-support/goffice/goffice/c99math.patch  |  12 --
 .../recipes-support/goffice/goffice/nodolt.patch   |  12 --
 .../goffice/goffice/pcre-8.30.patch|  19 ---
 ...-Fix-missing-gobject-introspection-checks.patch |  17 ---
 .../0001-Fix-build-after-platform-rename.patch |  67 -
 ...emd-allow-with-systemd-to-take-a-path-arg.patch |  47 --
 .../autofs/autofs/Makefile.rules-cross.patch   |  23 ---
 .../autofs/autofs/autofs-additional-distros.patch  |  12 --
 .../Add-default-entry-for-cross-compile.patch  |  31 
 .../curlpp/curlpp/pkgconfig_fix.patch  |  38 -
 ...1-Makefile.in-don-t-compile-documentation.patch |  38 -
 .../files/Do-not-set-CC_FOR_BUILD-flags.patch  |  46 --
 ...rl-lib-to-directory-perl-instead-of-perl5.patch |  39 -
 ...n-t-add-usr-include-and-usr-lib-to-config.patch |  58 
 .../obex/openobex/disable-cable-test.patch |  16 --
 .../obex/openobex/libusb_crosscompile_check.patch  |  11 --
 .../obex/openobex/separate_builddir.patch  |  16 --
 .../create-as-shared-lib.patch |  31 
 .../proxy-libintl-20100902/stub-only.patch |  72 -
 ...x-lib64-can-not-be-shiped-in-64bit-target.patch |  36 -
 .../liblockfile/liblockfile-1.09/glibc-2.4.patch   |  70 -
 .../mg/files/remove_ncurses_check.patch|  36 -
 .../python-m2crypto/0001-M2Crypto-Error-fix.patch  | 162 -
 .../python/python-numeric/no-lapack.patch  |  33 -
 .../apache2/apache2/fix-libtool-name.patch |  55 ---
 28 files changed, 1133 deletions(-)
 delete mode 100644 
meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch
 delete mode 100644 
meta-efl/recipes-efl/efl/efl/0002-evas_3d-Add-Eet.h-includes.patch
 delete mode 100644 
meta-gnome/recipes-gnome/gcalctool/gcalctool/fix-includedir.patch
 delete mode 100644 meta-gnome/recipes-support/goffice/goffice/c99math.patch
 delete mode 100644 meta-gnome/recipes-support/goffice/goffice/nodolt.patch
 delete mode 100644 meta-gnome/recipes-support/goffice/goffice/pcre-8.30.patch
 delete mode 100644 
meta-gnome/recipes-support/tracker/tracker-0.14.2/0005-Fix-missing-gobject-introspection-checks.patch
 delete mode 100644 
meta-multimedia/recipes-mediacenter/kodi/kodi-platform/0001-Fix-build-after-platform-rename.patch
 delete mode 100644 
meta-networking/recipes-daemons/autofs/autofs/0001-systemd-allow-with-systemd-to-take-a-path-arg.patch
 delete mode 100644 
meta-networking/recipes-daemons/autofs/autofs/Makefile.rules-cross.patch
 delete mode 100644 
meta-networking/recipes-daemons/autofs/autofs/autofs-additional-distros.patch
 delete mode 100644 
meta-networking/recipes-daemons/squid/files/Add-default-entry-for-cross-compile.patch
 delete mode 100644 
meta-networking/recipes-support/curlpp/curlpp/pkgconfig_fix.patch
 delete mode 100644 
meta-networking/recipes-support/drbd/drbd-utils/0001-Makefile.in-don-t-compile-documentation.patch
 delete mode 100644 
meta-networking/recipes-support/wireshark/files/Do-not-set-CC_FOR_BUILD-flags.patch
 delete mode 100644 
meta-oe/recipes-benchmark/libhugetlbfs/files/0001-install-perl-lib-to-directory-perl-instead-of-perl5.patch
 delete mode 100644 
meta-oe/recipes-connectivity/gnuradio/gnuradio/0001-buildsys-don-t-add-usr-include-and-usr-lib-to-config.patch
 delete mode 100644 
meta-oe/recipes-connectivity/obex/openobex/disable-cable-test.patch
 delete mode 100644 
meta-oe/recipes-connectivity/obex/openobex/libusb_crosscompile_check.patch
 delete mode 100644 
meta-oe/recipes-connectivity/obex/openobex/separate_builddir.patch
 delete mode 100644 
meta-oe/recipes-core/proxy-libintl/proxy-libintl-20100902/create-as-shared-lib.patch
 delete mode 100644 
meta-oe/recipes-core/proxy-libintl/proxy-libintl-20100902/stub-only.patch
 delete mode 100644 
meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-to-fix-lib64-can-not-be-shiped-in-64bit-target.patch
 delete mode 100644 
meta-oe/recipes-extended/liblockfile/liblockfile-1.09/glibc-2.4.patch
 delete mode 100644 meta-oe/recipes-support/mg/files/remove_ncurses_check.patch
 delete mode 100644 
meta-python/recipes-devtools/python/python-m2crypto/0001-M2Crypto-Error-fix.patch
 delete mode 100644 
meta-python/recipes-devtools/python/python-numeric/no-lapack.patch
 delete mode 100644 
meta-webserver/recipes-httpd/apache2/apache2/fix-libtool-name.patch

diff --git 
a/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch
 
b/meta-efl/recipes-efl/e17/waker/0001-waker-remove-old-ecore_string_init-and-ecore_string_.patch
deleted file mode 100644
in

Re: [oe] [OE-core] devshell not working after pulling latest oe-core changes

2017-03-13 Thread Robert Yang


On 03/13/2017 03:37 PM, akuster808 wrote:



On 03/13/2017 12:19 AM, Richard Purdie wrote:

On Mon, 2017-03-13 at 00:09 -0700, akuster808 wrote:

 tmux split-window "do_terminal"
  tmux new-window -n "OpenEmbedded Developer Shell" "do_terminal"
  terminology -T="OpenEmbedded Developer Shell" -e do_terminal
  gnome-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
  mate-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
  konsole --separate --workdir . -p tabtitle="OpenEmbedded
Developer
Shell" -e do_terminal
  xfce4-terminal -T "OpenEmbedded Developer Shell" -e
"do_terminal"
  xterm -T "OpenEmbedded Developer Shell" -e do_terminal
  rxvt -T "OpenEmbedded Developer Shell" -e do_terminal
  tmux new -d -s devshell -n devshell "do_terminal"
  screen -D -m

I suspect we need a:

HOSTTOOLS_NONFATAL += "xterm rxvt tmux screen xfce4-terminal mate-
terminal konsole terminology gnome-terminal"

That worked to get remove the above errors.

please add:

HOSTTOOLS_NONFATAL += "dircolors lesspipe"

devshell comes up clean.


I met the same errors today, I have a patch now, will send it soon.

// Robert



kind regards,
Armin

into terminal.bbclass.

Cheers,

Richard



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


Re: [oe] [OE-core] devshell not working after pulling latest oe-core changes

2017-03-13 Thread akuster808



On 03/13/2017 12:19 AM, Richard Purdie wrote:

On Mon, 2017-03-13 at 00:09 -0700, akuster808 wrote:

 tmux split-window "do_terminal"
  tmux new-window -n "OpenEmbedded Developer Shell" "do_terminal"
  terminology -T="OpenEmbedded Developer Shell" -e do_terminal
  gnome-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
  mate-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
  konsole --separate --workdir . -p tabtitle="OpenEmbedded
Developer
Shell" -e do_terminal
  xfce4-terminal -T "OpenEmbedded Developer Shell" -e
"do_terminal"
  xterm -T "OpenEmbedded Developer Shell" -e do_terminal
  rxvt -T "OpenEmbedded Developer Shell" -e do_terminal
  tmux new -d -s devshell -n devshell "do_terminal"
  screen -D -m

I suspect we need a:

HOSTTOOLS_NONFATAL += "xterm rxvt tmux screen xfce4-terminal mate-
terminal konsole terminology gnome-terminal"

That worked to get remove the above errors.

please add:

HOSTTOOLS_NONFATAL += "dircolors lesspipe"

devshell comes up clean.

kind regards,
Armin

into terminal.bbclass.

Cheers,

Richard


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


Re: [oe] [PATCH 0/5] Update SRC_URIs

2017-03-13 Thread Martin Jansa
Github archives can be regenerated from time to time with different
checksums, please use git fetcher instead.

On Mon, Mar 13, 2017 at 4:29 AM,  wrote:

> From: Kai Kang 
>
> Update SRC_URIs which show qa warnings when do_fetch.
>
> Kai Kang (5):
>   fuse: update HOMEPAGE and SRC_URI
>   curlpp: update HOMEPAGE and SRC_URI
>   libdnet: update SRC_URI
>   cherokee: update SRC_URI
>   lmsensors: update SRC_URI and S
>
>  meta-filesystems/recipes-support/fuse/fuse_2.9.4.bb  | 6 +++---
>  meta-networking/recipes-connectivity/libdnet/libdnet_1.12.bb | 8 +---
>  meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb   | 8 
>  meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb| 6 +++---
>  meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 2 +-
>  5 files changed, 16 insertions(+), 14 deletions(-)
>
> --
> 2.10.1
>
> --
> ___
> 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


Re: [oe] [OE-core] devshell not working after pulling latest oe-core changes

2017-03-13 Thread Richard Purdie
On Mon, 2017-03-13 at 00:09 -0700, akuster808 wrote:
>     tmux split-window "do_terminal"
>  tmux new-window -n "OpenEmbedded Developer Shell" "do_terminal"
>  terminology -T="OpenEmbedded Developer Shell" -e do_terminal
>  gnome-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
>  mate-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
>  konsole --separate --workdir . -p tabtitle="OpenEmbedded
> Developer 
> Shell" -e do_terminal
>  xfce4-terminal -T "OpenEmbedded Developer Shell" -e
> "do_terminal"
>  xterm -T "OpenEmbedded Developer Shell" -e do_terminal
>  rxvt -T "OpenEmbedded Developer Shell" -e do_terminal
>  tmux new -d -s devshell -n devshell "do_terminal"
>  screen -D -m

I suspect we need a:

HOSTTOOLS_NONFATAL += "xterm rxvt tmux screen xfce4-terminal mate-
terminal konsole terminology gnome-terminal"

into terminal.bbclass.

Cheers,

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


[oe] devshell not working after pulling latest oe-core changes

2017-03-13 Thread akuster808

Hello,


I am seeing the following error with devshell after pulling in the 
latest master ( a47e64d985a610535449730806651f5bfd75d9ec) ? Running on 
"Ubuntu 16.04.2 LTS


ERROR: bind-9.10.3-P3-r0 do_devshell: No valid terminal found, unable to 
open devshell.

Tried the following commands:
tmux split-window "do_terminal"
tmux new-window -n "OpenEmbedded Developer Shell" "do_terminal"
terminology -T="OpenEmbedded Developer Shell" -e do_terminal
gnome-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
mate-terminal -t "OpenEmbedded Developer Shell" -x do_terminal
konsole --separate --workdir . -p tabtitle="OpenEmbedded Developer 
Shell" -e do_terminal

xfce4-terminal -T "OpenEmbedded Developer Shell" -e "do_terminal"
xterm -T "OpenEmbedded Developer Shell" -e do_terminal
rxvt -T "OpenEmbedded Developer Shell" -e do_terminal
tmux new -d -s devshell -n devshell "do_terminal"
screen -D -m -t "OpenEmbedded Developer Shell" -S devshell do_terminal
ERROR: bind-9.10.3-P3-r0 do_devshell: Function failed: do_devshell
ERROR: Logfile of failure stored in: 
/home/akuster/oss/maint/openembedded-core/build/tmp-glibc/work/aarch64-oe-linux/bind/9.10.3-P3-r0/temp/log.do_devshell.6445
ERROR: Task 
(/home/akuster/oss/maint/openembedded-core/meta/recipes-connectivity/bind/bind_9.10.3-P3.bb:do_devshell) 
failed with exit code '1'



if I remove fa764a403da34bb0ca9fa3767a9e9dba8d685965 , devshell starts 
working again.


commit fa764a403da34bb0ca9fa3767a9e9dba8d685965
Author: Richard Purdie 
Date:   Thu Mar 9 00:14:38 2017 +

base/bitbake.conf: Filter contents of PATH to only allow 
whitelisted tools


is there something I am missing?

regards,

Armin


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