[OE-core] [PATCH] kernel-fitimage: support RISC-V

2019-04-11 Thread Michael Scott
Support RISC-V kernel image, using the "Image" target. This change allows RISC-V support for fitImage via the following flow: OpenSBI -> u-boot (as payload) -> Linux kernel (as fitImage with ramdisk and dtb). This was tested using QEMU RISC-V 64-bit. Signed-off-by: Michael Scott ---

[OE-core] [PATCH] nettle: fix ptest failure

2019-04-11 Thread mingli.yu
From: Mingli Yu Remove dlopen-test.patch which originally used to fix the test dlopen-test, but autually the patch didn't resolve the issue as dlopen-test.patch supposes the file /usr/lib/libnettle.so exists. Instead deploy ${D}${PTEST_PATH}/libnettle.so to fix the dlopen-test failure. Update

Re: [OE-core] [PATCH] python3: add a tr-tr locale for test_locale ptest

2019-04-11 Thread Khem Raj
On Thu, Apr 11, 2019 at 9:00 AM Alexander Kanavin wrote: > With this change, the ptests do not fail anymore, > except for the three failures caused by the 5.0 kernel regression: > > - test_ssl and test_httplib lock up, and are skipped > (there is a separate patch for it) > > - test_asyncio fails

[OE-core] [PATCH V2 1/1] runqemu: do not check return code of tput

2019-04-11 Thread Chen Qi
The subprocess.run was replaced by subprocess.check_call because of compatibility support down to python 3.4. But we really don't care about whether that command succeeds. Some user reports that in some tmux environment, this command fails and gives some unpleasant traceback output. So we use

[OE-core] [PATCH V2 0/1] runqemu: do not check return code of tput

2019-04-11 Thread Chen Qi
Changes in V2: * Add comments in runqemu script to make clear that we are deliberately ignoring the return code. The following changes since commit 9f7092416c40a96d9567bde99475de15a30e4989: insane.bbclass: Trigger unrecognzed configure option for meson (2019-04-11 21:15:57 +0100) are

[OE-core] [PATCH V2] gcc-cross-canadian: Make baremetal specific code generic

2019-04-11 Thread Khem Raj
baremetal override is not valid for cross-canadian anymore therefore use the TARGET_OS overrides Fixes e.g. https://github.com/riscv/meta-riscv/issues/117 Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 9 - 1 file changed, 4 insertions(+), 5 deletions(-)

[OE-core] [PATCH] e2fsprogs: Skip slow ptest tests

2019-04-11 Thread Richard Purdie
The slow tests run unreliably with our current setup/infrsstructure/timeouts. There are only five slow ones and having the other ~250 run reliably without timeouts is the priority right now. We can revisit the slow tests at some later date if wanted. Signed-off-by: Richard Purdie ---

[OE-core] [PATCH 3/3] iproute2: upgrade 4.19.0 -> 5.0.0

2019-04-11 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- .../iproute2/iproute2/configure-cross.patch| 39 -- .../{iproute2_4.19.0.bb => iproute2_5.0.0.bb} | 4 +-- 2 files changed, 24 insertions(+), 19 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.19.0.bb =>

[OE-core] [PATCH 1/3] ethtool: upgrade 4.19 -> 5.0

2019-04-11 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch | 2 +- meta/recipes-extended/ethtool/{ethtool_4.19.bb => ethtool_5.0.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.19.bb =>

[OE-core] [PATCH 2/3] iw: upgrade 4.14 -> 5.0.1

2019-04-11 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- .../iw/0001-connect-fix-parsing-of-WEP-keys.patch | 194 - .../iw/iw/separate-objdir.patch| 27 +-- .../iw/{iw_4.14.bb => iw_5.0.1.bb} | 5 +- 3 files changed, 19 insertions(+), 207 deletions(-) delete

Re: [OE-core] [PATCH 1/1] runqemu: do not check return code of tput

2019-04-11 Thread Richard Purdie
On Fri, 2019-01-25 at 11:18 +0800, Chen Qi wrote: > The subprocess.run was replaced by subprocess.check_call because > of compatibility support down to python 3.4. But we really don't > care about whether that command succeeds. Some user reports that > in some tmux environment, this command fails

Re: [OE-core] [[PATCH v2] kernel-devsrc: check for localversion files in the kernel source tree

2019-04-11 Thread richard . purdie
On Thu, 2019-04-11 at 08:38 -0400, Bruce Ashfield wrote: > Looks good to me. > > Acked-by: Bruce Ashfield > > Richard, I assume you'll pick this up directly and don't want to wait > for me to queue and send it along with my next pull request. Correct, I've picked it up. Cheers, Richard --

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread richard . purdie
On Thu, 2019-04-11 at 15:11 -0500, Jason Wessel wrote: > On 4/11/19 3:01 PM, Alexander Kanavin wrote: > > Yes, I agree. > > > > Alex > > > > > On 11 Apr 2019, at 21.59, Richard Purdie < > > > richard.pur...@linuxfoundation.org> wrote: > > > > > > > On Thu, 2019-04-11 at 11:36 -0500, Jason

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Jason Wessel
On 4/11/19 3:01 PM, Alexander Kanavin wrote: > Yes, I agree. > > Alex > >> On 11 Apr 2019, at 21.59, Richard Purdie >> wrote: >> >>> On Thu, 2019-04-11 at 11:36 -0500, Jason Wessel wrote: >>> >>> It all appears to work fine without the need to patch anything in >>> master-next. >>> >>> Thank

Re: [OE-core] [PATCH v4 2/4] ptest.bbclass: Add feature to populate a binary directory

2019-04-11 Thread Richard Purdie
On Tue, 2019-04-09 at 00:44 -0500, Mariano Lopez wrote: > This adds the functionality to create a binary directory within > PTEST_PATH directory. This directory will be populated with > symlinks pointing to the binaries installed by the package and > then renamed by update-alternatives. This way

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Alexander Kanavin
Yes, I agree. Alex > On 11 Apr 2019, at 21.59, Richard Purdie > wrote: > >> On Thu, 2019-04-11 at 11:36 -0500, Jason Wessel wrote: >>> On 4/11/19 10:35 AM, Alexander Kanavin wrote: >>> On Thu, 11 Apr 2019 at 17:25, Jason Wessel < >>> jason.wes...@windriver.com> wrote: > Generally because

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Richard Purdie
On Thu, 2019-04-11 at 11:36 -0500, Jason Wessel wrote: > On 4/11/19 10:35 AM, Alexander Kanavin wrote: > > On Thu, 11 Apr 2019 at 17:25, Jason Wessel < > > jason.wes...@windriver.com> wrote: > > > > Generally because generating introspection data is disabled for > > > > native > > > > packages, as

Re: [OE-core] [PATCH] u-boot: Upgrade from 2019.01 to 2019.04

2019-04-11 Thread Alistair Francis
On Thu, Apr 11, 2019 at 11:11 AM Denys Dmytriyenko wrote: > > On Thu, Apr 11, 2019 at 10:32:12AM -0700, Alistair Francis wrote: > > On Thu, Apr 11, 2019 at 10:27 AM Denys Dmytriyenko wrote: > > > > > > On Thu, Apr 11, 2019 at 09:27:32AM +0100, Richard Purdie wrote: > > > > On Wed, 2019-04-10 at

Re: [OE-core] [Openembedded-architecture] [yocto] Eclipse support dropped with immediate effect

2019-04-11 Thread Tim Orling
On Thu, Apr 11, 2019 at 9:29 AM Scott Rifenbark wrote: > Richard and Armin, > > I am going to start pulling Eclipse from the docs today. The changes > won't make the frozen rc build but the website docs will reflect reality. > Thank you, Scott. > > Scott > > On Thu, Apr 11, 2019 at 12:20 AM

Re: [OE-core] [PATCH] u-boot: Upgrade from 2019.01 to 2019.04

2019-04-11 Thread Denys Dmytriyenko
On Thu, Apr 11, 2019 at 10:32:12AM -0700, Alistair Francis wrote: > On Thu, Apr 11, 2019 at 10:27 AM Denys Dmytriyenko wrote: > > > > On Thu, Apr 11, 2019 at 09:27:32AM +0100, Richard Purdie wrote: > > > On Wed, 2019-04-10 at 17:23 +, Alistair Francis wrote: > > > > Signed-off-by: Alistair

Re: [OE-core] [PATCH] u-boot: Upgrade from 2019.01 to 2019.04

2019-04-11 Thread Alistair Francis
On Thu, Apr 11, 2019 at 10:27 AM Denys Dmytriyenko wrote: > > On Thu, Apr 11, 2019 at 09:27:32AM +0100, Richard Purdie wrote: > > On Wed, 2019-04-10 at 17:23 +, Alistair Francis wrote: > > > Signed-off-by: Alistair Francis > > > --- > > > meta/recipes-bsp/u-boot/u-boot-common.inc

Re: [OE-core] [PATCH] u-boot: Upgrade from 2019.01 to 2019.04

2019-04-11 Thread Denys Dmytriyenko
On Thu, Apr 11, 2019 at 09:27:32AM +0100, Richard Purdie wrote: > On Wed, 2019-04-10 at 17:23 +, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > > --- > > meta/recipes-bsp/u-boot/u-boot-common.inc | 2 > > +- > > .../{u-boot-fw-utils_2019.01.bb =>

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Jason Wessel
On 4/11/19 10:35 AM, Alexander Kanavin wrote: > On Thu, 11 Apr 2019 at 17:25, Jason Wessel wrote: >>> Generally because generating introspection data is disabled for native >>> packages, as a matter of policy (do not build something which is >>> unused and untested). >>> >>> If you could add >>>

Re: [OE-core] [Openembedded-architecture] [yocto] Eclipse support dropped with immediate effect

2019-04-11 Thread Scott Rifenbark
Richard and Armin, I am going to start pulling Eclipse from the docs today. The changes won't make the frozen rc build but the website docs will reflect reality. Scott On Thu, Apr 11, 2019 at 12:20 AM wrote: > On Thu, 2019-04-11 at 08:42 +0530, akuster808 wrote: > > > > On 4/10/19 3:11 PM,

[OE-core] [PATCH] elfutils: remove Elfutils-Exception and include GPLv2 for shared libraries

2019-04-11 Thread Mikko Rapeli
Elfutils-Exception no longer exists after upstream release 0.154 and commit: commit de2ed97f33139af5c7a0811e4ec66fc896a13cf2 Author: Mark Wielaard Date: Tue Jun 5 17:15:16 2012 +0200 NEWS file in the sources says this about switch from GPLv2 to GPLv3 license:

[OE-core] [PATCH] python3: add a tr-tr locale for test_locale ptest

2019-04-11 Thread Alexander Kanavin
With this change, the ptests do not fail anymore, except for the three failures caused by the 5.0 kernel regression: - test_ssl and test_httplib lock up, and are skipped (there is a separate patch for it) - test_asyncio fails but does not lock up Signed-off-by: Alexander Kanavin ---

Re: [OE-core] [PATCH v3] elfutils: remove Elfutils-Exception and include GPLv2 for shared libraries

2019-04-11 Thread Mikko.Rapeli
On Thu, Apr 11, 2019 at 10:45:21AM -0500, Mark Hatle wrote: > On 4/11/19 8:41 AM, Mikko Rapeli wrote: > > Elfutils-Exception no longer exists after upstream release 0.154 > > and commit: > > > > commit de2ed97f33139af5c7a0811e4ec66fc896a13cf2 > > Author: Mark Wielaard > > Date: Tue Jun 5

Re: [OE-core] [PATCH v3] elfutils: remove Elfutils-Exception and include GPLv2 for shared libraries

2019-04-11 Thread Mark Hatle
On 4/11/19 8:41 AM, Mikko Rapeli wrote: > Elfutils-Exception no longer exists after upstream release 0.154 > and commit: > > commit de2ed97f33139af5c7a0811e4ec66fc896a13cf2 > Author: Mark Wielaard > Date: Tue Jun 5 17:15:16 2012 +0200 > > NEWS file in the sources says this about switch from

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Alexander Kanavin
On Thu, 11 Apr 2019 at 17:25, Jason Wessel wrote: > > Generally because generating introspection data is disabled for native > > packages, as a matter of policy (do not build something which is > > unused and untested). > > > > If you could add > > EXTRA_OEMESON_append_class-native = "

[OE-core] volatile-binds: VOLATILE_LIB_DIR

2019-04-11 Thread Vincent Prince
Hi all, I'm wondering if it makes sense to add a VOLATILE_LIB_DIR option same way as VOLATILE_LOG_DIR but for /var/lib folder? I'm asking because I can't append VOLATILE_BINDS with folders inside /var/lib as it fails on ConditionPathIsReadWrite (/var/lib is writable after bindmounting to

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Jason Wessel
On 4/11/19 9:44 AM, Alexander Kanavin wrote: > Generally because generating introspection data is disabled for native > packages, as a matter of policy (do not build something which is > unused and untested). > > If you could add > EXTRA_OEMESON_append_class-native = " ${GI_DISABLE_FLAG}" > > to

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Alexander Kanavin
Generally because generating introspection data is disabled for native packages, as a matter of policy (do not build something which is unused and untested). If you could add EXTRA_OEMESON_append_class-native = " ${GI_DISABLE_FLAG}" to the gdk-pixbuf recipe, and re-test (without your fix, to be

Re: [OE-core] [PATCH] dnf: Enable nativesdk

2019-04-11 Thread richard . purdie
On Thu, 2019-04-11 at 14:16 +0200, Alexander Kanavin wrote: > Presumably to be able to put dnf into SDKs? nativesdk-dnf would depend on nativesdk-python3-core, not python3-core though? nativesdk-dnf doesn't run target packages? Cheers, Richard --

[OE-core] [PATCH v3] elfutils: remove Elfutils-Exception and include GPLv2 for shared libraries

2019-04-11 Thread Mikko Rapeli
Elfutils-Exception no longer exists after upstream release 0.154 and commit: commit de2ed97f33139af5c7a0811e4ec66fc896a13cf2 Author: Mark Wielaard Date: Tue Jun 5 17:15:16 2012 +0200 NEWS file in the sources says this about switch from GPLv2 to GPLv3 license:

Re: [OE-core] [PATCH v2] elfutils: remove Elfutils-Exception and include GPLv2 for shared libraries

2019-04-11 Thread Mikko.Rapeli
Sorry, this wasn't rebased to latest master with elfutils 0.176. I'll rebase and resend. -Mikko -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Jason Wessel
Please understand I have no idea how gdk-pixbuf-native is supposed to compile. Perhaps you can elaborate further as to why g-ir-scanner cannot be called in this case. I did not observe any obvious way that the g-ir-scanner was explicitly disabled for the build of the -native package with in

[OE-core] [PATCH v1] weston: introduce meson build on v5.0.94

2019-04-11 Thread Jean-Francois Dagenais
Signed-off-by: Jean-Francois Dagenais --- Changes in v1: - v5.0.94 is a pre-release, so this is preliminary work. I wanted to submit this imperfect recipe now because I have to put aside working on weston for a while. Since I put a reasonable amount of work into

Re: [OE-core] [[PATCH v2] kernel-devsrc: check for localversion files in the kernel source tree

2019-04-11 Thread Bruce Ashfield
On Thu, Apr 11, 2019 at 3:29 AM Beniamin Sandu wrote: > > The kernel-devsrc rework doesn't take into account localversion > files in the kernel source tree. This might result in modules with an > incomplete version magic when building out-of-tree using the SDK. > > Before: > root@qemux86:~#

[OE-core] [oe-core][PATCH] uboot-sign: add support for different u-boot configurations

2019-04-11 Thread Andreas Obergschwandtner
This is done by concatenating the DTB with the kernels public key to all built u-boot binaries. Furthermore the installation of all the binaries is required. Signed-off-by: Andreas Obergschwandtner --- meta/classes/uboot-sign.bbclass | 85 + 1 file changed, 54

Re: [OE-core] [PATCH] dnf: Enable nativesdk

2019-04-11 Thread Alexander Kanavin
Presumably to be able to put dnf into SDKs? Alex On Thu, 11 Apr 2019 at 14:05, Richard Purdie wrote: > > On Thu, 2019-04-11 at 13:19 +0200, Alexander Kanavin wrote: > > On Thu, 11 Apr 2019 at 08:13, Zheng Ruoqin < > > zhengrq.f...@cn.fujitsu.com> wrote: > > > > > +RDEPENDS_${PN}_class-nativesdk

Re: [OE-core] [PATCH] dnf: Enable nativesdk

2019-04-11 Thread Richard Purdie
On Thu, 2019-04-11 at 13:19 +0200, Alexander Kanavin wrote: > On Thu, 11 Apr 2019 at 08:13, Zheng Ruoqin < > zhengrq.f...@cn.fujitsu.com> wrote: > > > +RDEPENDS_${PN}_class-nativesdk += " \ > > + python3-core \ > > + python3-codecs \ > > + python3-netclient \ > > + python3-email \ > > +

Re: [OE-core] [PATCH] dnf: Enable nativesdk

2019-04-11 Thread Alexander Kanavin
On Thu, 11 Apr 2019 at 08:13, Zheng Ruoqin wrote: > --- a/meta/classes/toolchain-scripts.bbclass > +++ b/meta/classes/toolchain-scripts.bbclass > @@ -101,6 +101,7 @@ toolchain_shared_env_script () { > echo 'export CPPFLAGS="${TARGET_CPPFLAGS}"' >> $script > echo 'export

Re: [OE-core] [PATCH] gobject-introspection.bbclass: Disable writing to $HOME/.cache/g-ir-scanner

2019-04-11 Thread Alexander Kanavin
gdk-pixbuf-native should not be running g-ir-scanner at all, as we explicitly disable this for native builds. Can you please look into why it is happening, because the patch is really treating the symptom rather than the problem. Alex On Wed, 10 Apr 2019 at 23:54, Jason Wessel wrote: > >

[OE-core] [PATCH v2] elfutils: remove Elfutils-Exception and include GPLv2 for shared libraries

2019-04-11 Thread Mikko Rapeli
Elfutils-Exception no longer exists after upstream release 0.154 and commit: commit de2ed97f33139af5c7a0811e4ec66fc896a13cf2 Author: Mark Wielaard Date: Tue Jun 5 17:15:16 2012 +0200 NEWS file in the sources says this about switch from GPLv2 to GPLv3 license:

Re: [OE-core] [PATCH] elfutils: update LICENSE to include GPLv2 for shared libraries

2019-04-11 Thread Mikko.Rapeli
On Thu, Apr 11, 2019 at 10:40:43AM +, openembedded-core-boun...@lists.openembedded.org wrote: > On Thu, Apr 11, 2019 at 12:48:40PM +0300, Mikko Rapeli wrote: > > NEWS file in the sources says this about switch from GPLv2 to > > GPLv3 license: > > > >

Re: [OE-core] [PATCH] elfutils: update LICENSE to include GPLv2 for shared libraries

2019-04-11 Thread Mikko.Rapeli
On Thu, Apr 11, 2019 at 12:48:40PM +0300, Mikko Rapeli wrote: > NEWS file in the sources says this about switch from GPLv2 to > GPLv3 license: > > https://sourceware.org/git/?p=elfutils.git;a=blob;f=NEWS;h=5a06047f255e3c9a63828953759fd18a4ba9a3f3;hb=HEAD#l362 > > 362 The license is now

[OE-core] [PATCH] elfutils: update LICENSE to include GPLv2 for shared libraries

2019-04-11 Thread Mikko Rapeli
NEWS file in the sources says this about switch from GPLv2 to GPLv3 license: https://sourceware.org/git/?p=elfutils.git;a=blob;f=NEWS;h=5a06047f255e3c9a63828953759fd18a4ba9a3f3;hb=HEAD#l362 362 The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone 363 programs. There

Re: [OE-core] [PATCH] u-boot: Upgrade from 2019.01 to 2019.04

2019-04-11 Thread Richard Purdie
On Wed, 2019-04-10 at 17:23 +, Alistair Francis wrote: > Signed-off-by: Alistair Francis > --- > meta/recipes-bsp/u-boot/u-boot-common.inc | 2 > +- > .../{u-boot-fw-utils_2019.01.bb => u-boot-fw-utils_2019.04.bb} | 0 > .../u-boot/{u-boot-tools_2019.01.bb =>

[OE-core] [PATCH] cogl: fix compile error caused by -Werror=maybe-uninitialized

2019-04-11 Thread changqing.li
From: Changqing Li When enable DEBUG_BUILD, cogl compile failed with error: | ../../cogl-1.22.2/cogl/driver/gl/gles/cogl-driver-gles.c:217:17: error: 'gltype' may be used uninitialized in this function [-Werror=maybe-uninitialized] | *out_gltype = gltype; | ^~~~ |

[OE-core] [[PATCH v2] kernel-devsrc: check for localversion files in the kernel source tree

2019-04-11 Thread Beniamin Sandu
The kernel-devsrc rework doesn't take into account localversion files in the kernel source tree. This might result in modules with an incomplete version magic when building out-of-tree using the SDK. Before: root@qemux86:~# insmod hello.ko [ 42.000212] hello: version magic '5.0.3-yocto-standard

Re: [OE-core] [yocto] Eclipse support dropped with immediate effect

2019-04-11 Thread richard . purdie
On Thu, 2019-04-11 at 08:42 +0530, akuster808 wrote: > > On 4/10/19 3:11 PM, richard.pur...@linuxfoundation.org wrote: > > On Wed, 2019-04-10 at 05:56 +0530, akuster808 wrote: > > > On 4/9/19 8:52 PM, Richard Purdie wrote: > > > > I'm sorry to have to say this but the project is terminating > > >

[OE-core] [PATCH 2/2] ruby: add ptest

2019-04-11 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- meta/recipes-devtools/ruby/ruby.inc | 2 +- meta/recipes-devtools/ruby/ruby/run-ptest | 13 + meta/recipes-devtools/ruby/ruby_2.5.3.bb | 10 ++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH 1/2] ruby: make ext module fiddle can compile success

2019-04-11 Thread changqing.li
From: Changqing Li ext module fiddle depend on libffi, in ruby source tree, there is in internal libffi in case target platfrom don't install libffi, but autotools.bbclass delete configure under libffi and not run autoreconf to regenerate one.so we met this error:

Re: [OE-core] [PATCH 1/1] runqemu: do not check return code of tput

2019-04-11 Thread ChenQi
ping On 01/25/2019 11:18 AM, Chen Qi wrote: The subprocess.run was replaced by subprocess.check_call because of compatibility support down to python 3.4. But we really don't care about whether that command succeeds. Some user reports that in some tmux environment, this command fails and gives

[OE-core] [PATCH] dnf: Enable nativesdk

2019-04-11 Thread Zheng Ruoqin
Make dnf work on nativesdk environment. Signed-off-by: Zheng Ruoqin --- meta/classes/toolchain-scripts.bbclass | 1 + meta/recipes-devtools/dnf/dnf_4.1.0.bb | 29 + 2 files changed, 30 insertions(+) diff --git a/meta/classes/toolchain-scripts.bbclass