[OE-core] [PATCH] file: 5.30 -> 5.31

2017-06-19 Thread Fan Xin
1. Upgrade file from 5.30 to 5.31 2. Rebase the following patch file. debian-742262.patch Signed-off-by: Fan Xin --- meta/recipes-devtools/file/file/debian-742262.patch | 17 ++--- .../file/{file_5.30.bb => file_5.31.bb} | 2 +- 2

[OE-core] [PATCH v3] image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS

2017-06-19 Thread yin . thong . choong
From: Choong YinThong Prompt error message to guide user add argument MKUBIFS_ARGS and UBINIZE_ARGS in local.conf on every UBI and UBIFS image creation. [YOCTO #11589] Signed-off-by: Choong YinThong --- meta/classes/image_types.bbclass

[OE-core] [PATCH v3] Prompt error message on missing setting for UBI and UBIFS

2017-06-19 Thread yin . thong . choong
From: Choong YinThong Prompt error message on missing setting in UBI and UBIFS image creation. Choong YinThong (1): image_types.bbclass: Prompt error message on missing setting in UBI and UBIFS meta/classes/image_types.bbclass | 8 1 file

Re: [OE-core] Yocto Extensible SDK (eSDK) and CMake

2017-06-19 Thread Davis, Michael
Aaron, You are not missing anything. I just emailed the same bug to the mailing list a few hours ago. [OE-core] [OE-CORE][pyro] Cmake Alias Broken The alias ends up in a location that doesn't get correctly applied. This causes the cmake to not have the correct toolchain file and start using

[OE-core] Yocto Extensible SDK (eSDK) and CMake

2017-06-19 Thread Aaron_Wright
I've been trying to figure out some workflows for my developers using the eSDK, and I am running into a roadblock with CMake. I would love for my developers to be able to run build tools that they're familiar with, such as autotools, CMake, and make, but the required command line to CMake to

Re: [OE-core] [PATCH] package_ipk: Clean up Source entry in ipk packages

2017-06-19 Thread Alejandro del Castillo
On 06/16/2017 05:11 PM, Richard Purdie wrote: > On Fri, 2017-06-16 at 13:43 -0500, Alejandro del Castillo wrote: >> >> On 06/16/2017 03:46 AM, Richard Purdie wrote: >>> >>> There is the potential for sensitive information to leak through >>> the urls >>> there and removing it brings this into

[OE-core] [OE-CORE][pyro] Cmake Alias Broken

2017-06-19 Thread Davis, Michael
The cmake alias is no longer functioning properly. It puts the alias configure script in /path/toolchain/buildtools/sysroots/x86_64-pokysdk-linux/ environment-setup.d/ cmake.sh The actual file goes into /path /toolchain/buildtools/sysroots/x86_64-pokysdk-linux/usr/share/cmake/

[OE-core] [PATCH v2] mesa: Upgrade to 17.1.2 release

2017-06-19 Thread Otavio Salvador
Bug fixes Bug 98833 - [REGRESSION, bisected] Wayland revert commit breaks non-Vsync fullscreen frame updates Bug 100741 - Chromium - Memory leak Bug 100877 - vulkan/tests/block_pool_no_free regression Bug 101110 - Build failure in GNOME Continuous Signed-off-by: Otavio Salvador

Re: [OE-core] [morty] [PATCH] rpm: Fix the Bug of SRPM String error

2017-06-19 Thread akuster808
On 05/16/2017 10:18 PM, Zheng, Ruoqin wrote: Ping Apologies for the delay. It appears this change has introduced new warnings so at this time I will not be taking this patch. NOTE: core-image-sato-sdk-1.0-r0 do_testimage: Previous repo file missing:

[OE-core] [PATCH] libinput: upgrade to 1.7.3

2017-06-19 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../recipes-graphics/wayland/{libinput_1.6.1.bb => libinput_1.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.6.1.bb =>

Re: [OE-core] [PATCH v2] util-linux: upgrade to 2.30

2017-06-19 Thread Denys Dmytriyenko
Ping. On Tue, Jun 13, 2017 at 12:51:52PM -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Drop uuid-test-error-api.patch as it's been fixed upstream differently: > https://github.com/karelzak/util-linux/commit/b770b487004778f4425639c7ed1bb6ca22d157bf > > Drop ptest

[OE-core] ✗ patchtest: failure for oeqa: fix runtime testing using systemd-boot target (rev2)

2017-06-19 Thread Patchwork
== Series Details == Series: oeqa: fix runtime testing using systemd-boot target (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/6953/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Sean Hudson
On 2017-06-19 09:05 AM, Mark Hatle wrote: > On 6/19/17 8:20 AM, Philip Balister wrote: >> On 06/19/2017 06:38 AM, Richard Purdie wrote: >>> I suspect this has been missed by some people so I want to spell it >>> out. We have our first CVE in OE-Core itself. >>> >>> The issue is limited to binary

[OE-core] [PATCH v3 3/4] masterimage.py: fix stop()

2017-06-19 Thread Zeeshan Ali
From: Erik Botö The stop() function is called in the context of the masterimage, so self.master should be used instead of self.connection which is undefined at that time. [YOCTO #11524] Signed-off-by: Erik Botö ---

[OE-core] [PATCH v3 1/4] masterimage.py: fix issue with calling reboot on masterimage/DUT

2017-06-19 Thread Zeeshan Ali
From: Erik Botö On systemd systems calling reboot over an ssh connection doesn't return as expected causing an exception, therefore wrap the call to reboot in order to avoid this issue. Also sync the filesystems before rebooting cause otherwise, it will be done as part

[OE-core] [PATCH v3 4/4] sshcontrol.py: in copy_to() always use scp

2017-06-19 Thread Zeeshan Ali
From: Erik Botö The current implementation is broken when the localpath is a link. Then only a symlink would be created on the target, instead of copying the actual file. [YOCTO #11524] Signed-off-by: Erik Botö ---

[OE-core] [PATCH v3 2/4] masterimage.py: rename parameter "params" in start() to "extra_bootparams"

2017-06-19 Thread Zeeshan Ali
From: Erik Botö This matches how it is called, and how it is named in qmeu target. [YOCTO #11524] Signed-off-by: Erik Botö --- meta/lib/oeqa/controllers/masterimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v3 0/4] oeqa: fix runtime testing using systemd-boot target

2017-06-19 Thread Zeeshan Ali
I'm sending this on behalf of Erik. Apart from adding the missing bug reference in patch 1/4, I also added a 'sync' call as part of the reboot operation to ensure that reboot (after extraction of big rootfs) of target doesn't take much longer than expected by testimage. --

[OE-core] [PATCH 1/2] insane: rename pkg to pn because that is what it is

2017-06-19 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/classes/insane.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index eecd5763c7e..17c9058b04e 100644 --- a/meta/classes/insane.bbclass +++

[OE-core] [PATCH 2/2] insane: add extensible framework for recipe-wide QA tests

2017-06-19 Thread Ross Burton
Following QAPATHTEST (QA hook for each file in each package) and QAPKGTEST (QA hook for each package), add QARECIPETEST: a hook which is executed once per recipe in do_package_qa. This makes it trivial to add recipe-wide QA tests that integrate with the existing tests. Signed-off-by: Ross Burton

Re: [OE-core] [pyro][PATCH 0/6] Add some gstreamer1.0-plugins-bad patches for pyro

2017-06-19 Thread Carol Zhu
Hi all, May I ask what's the patch review state? Do I need to do some other updates? Thanks~ B.R. Carol -Original Message- From: Yuqing Zhu [mailto:carol@nxp.com] Sent: Tuesday, May 23, 2017 10:08 PM To: openembedded-core@lists.openembedded.org Cc:

[OE-core] Yocto Project Status WW25’17

2017-06-19 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M1 Next Deadline: YP 2.4 M1 Cut off is June 12, 2017 SWAT team rotation: Alejandro -> Jussi on June 16, 2017. SWAT team rotation: Jussi -> Stephano on June 23, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key

Re: [OE-core] [PATCHv2 1/1] base-files: profile: Avoid using "command" to determine if programs exist

2017-06-19 Thread Peter Kjellerstedt
*ping* //Peter > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Peter Kjellerstedt > Sent: den 13 april 2017 14:30 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core]

[OE-core] [PATCH 2/2] selftest/cases: use stderr data when querying for errors

2017-06-19 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Error data is now placed on the result.error variable, thus change relevant test cases to query the latter (instead of stdout). Also a bit of refactor with a new file created on with single function used by the selftest modules.

Re: [OE-core] [PATCH v2 1/4] masterimage.py: fix issue with calling reboot on masterimage/DUT

2017-06-19 Thread Zeeshan Ali (Khattak)
Hi Stephano, On 15 June 2017 at 20:05, Stephano Cetola wrote: > On 06/15, Zeeshan Ali (Khattak) wrote: >> Hi, >> >> Has this been already merged? I ask cause there is a small change >> needed for large-enough rootfs: >> > This has not been merged yet. > > Erik,

[OE-core] [PATCH 1/2] commands: send stderr to a new pipe

2017-06-19 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Do not mix the stderr into stdout, allowing test cases to query the specific output. [YOCTO #9693] Signed-off-by: Leonardo Sandoval --- meta/lib/oeqa/utils/commands.py | 2 +- 1

[OE-core] [PATCHv3] oe-pkgdata-util: package-info: Allow extra variables to be displayed

2017-06-19 Thread Peter Kjellerstedt
By specifying the -e option one or multiple times, extra variables available in the pkgdata can be displayed, e.,g, `oe-pkgdata-util package-info -e SUMMARY -e LICENSE ...`. The extra variables displayed are quoted since some of them may contain whitespace. Signed-off-by: Peter Kjellerstedt

[OE-core] ✗ patchtest: failure for do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature. (rev3)

2017-06-19 Thread Patchwork
== Series Details == Series: do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature. (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/6525/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [oe-core][pyro][PATCH] autogen-native: Set POSIX_SHELL to /bin/sh

2017-06-19 Thread Burton, Ross
On 19 June 2017 at 15:21, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > I sent a patch to remove autogen from master the other day :) > Yeah that's a good reason ;) Ross -- ___ Openembedded-core mailing list

Re: [OE-core] [oe-core][pyro][PATCH] autogen-native: Set POSIX_SHELL to /bin/sh

2017-06-19 Thread Alexander Kanavin
On 06/19/2017 05:19 PM, Burton, Ross wrote: Why pyro and not master? I sent a patch to remove autogen from master the other day :) Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [oe-core][pyro][PATCH] autogen-native: Set POSIX_SHELL to /bin/sh

2017-06-19 Thread Burton, Ross
Why pyro and not master? Ross On 19 June 2017 at 12:48, Gabriel Ionescu wrote: > Setting POSIX_SHELL to "/usr/bin/env sh" fails when tested in > libopts.m4 with test -x "$POSIX_SHELL", because test -x needs > a file as an argument (e.g. test -x FILE). > > Due to the

[OE-core] [PATCH] mesa.inc: replace deprecated configure options

2017-06-19 Thread Trevor Woerner
--with-egl-platforms -> --with-platforms --enable-gallium-llvm -> --enable-llvm Signed-off-by: Trevor Woerner --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [RFC][PATCH] tclibc-musl: use musl's virtual/gettext implementation

2017-06-19 Thread Khem Raj
On Monday, June 19, 2017, André Draszik wrote: > From: André Draszik > > > musl implements the GNU gettext API version 1 and 2 > http://www.openwall.com/lists/musl/2015/04/16/3 > > Generally, there should be no need need for the > actual

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Mark Hatle
On 6/19/17 5:38 AM, Richard Purdie wrote: > I suspect this has been missed by some people so I want to spell it > out. We have our first CVE in OE-Core itself. > > The issue is limited to binary ipks potentially exposing sensitive > information through the "Source:" field which contained the full

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Mark Hatle
On 6/19/17 8:20 AM, Philip Balister wrote: > On 06/19/2017 06:38 AM, Richard Purdie wrote: >> I suspect this has been missed by some people so I want to spell it >> out. We have our first CVE in OE-Core itself. >> >> The issue is limited to binary ipks potentially exposing sensitive >> information

Re: [OE-core] [PATCH 20/32] icu: update to 59.1

2017-06-19 Thread Khem Raj
On Monday, June 19, 2017, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > On 06/16/2017 08:54 PM, Khem Raj wrote: > > -# icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS >>> -# therefore pass one >>> -BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98" >>>

[OE-core] [PATCH v3] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2017-06-19 Thread Kristian Amlie
This is a direct followup from the earlier f6a064d969f414 commit in wic. It works more or less the same way: The variable specifies a list of directories relative to the root of the rootfs, and these directories will be excluded from the resulting rootfs image. If an entry ends with a slash, only

Re: [OE-core] [PATCH v2] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2017-06-19 Thread Kristian Amlie
Turns out this needed a rebase. Here you go. -- Kristian -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 7/7] ovmf: Update to latest

2017-06-19 Thread Burton, Ross
On 19 June 2017 at 11:42, Jussi Kukkonen wrote: > This seems to be in master now. I'm not sure if we have a new master build > after that but ross/mut has some sort of linker failure in ofmv (in > nightly-world-lsb only): > > | GenFw: ERROR 3000: Invalid > |

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Philip Balister
On 06/19/2017 09:29 AM, Burton, Ross wrote: > On 19 June 2017 at 14:20, Philip Balister wrote: > >> So the issue is leaking credentials, not build system paths? I mention >> this because we do leak build system paths into images in other places. >> > > Yes, SRC_URI can

[OE-core] ✗ patchtest: failure for "[v2] package.py: Add function ..." and 3 more

2017-06-19 Thread Patchwork
== Series Details == Series: "[v2] package.py: Add function ..." and 3 more Revision: 1 URL : https://patchwork.openembedded.org/series/7351/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Burton, Ross
On 19 June 2017 at 14:20, Philip Balister wrote: > So the issue is leaking credentials, not build system paths? I mention > this because we do leak build system paths into images in other places. > Yes, SRC_URI can contain username/passwords, and even if you filter those

Re: [OE-core] [Openembedded-architecture] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Philip Balister
On 06/19/2017 06:38 AM, Richard Purdie wrote: > I suspect this has been missed by some people so I want to spell it > out. We have our first CVE in OE-Core itself. > > The issue is limited to binary ipks potentially exposing sensitive > information through the "Source:" field which contained the

[OE-core] [PATCH v2 4/4] devtool: deploy-target: Support stripped libs and execs

2017-06-19 Thread Tobias Hagelborn
New devtool deploy-target option --strip which enables deploying stripped binaries, saving some space on target. * Copies the files of ${D} into a new directory and strips them in place * Used oe.package.strip_execs for stripping directory * Added devtool.conf option "strip" for changing default

[OE-core] [PATCH v2 3/4] package.py: strip_execs: Support for .ko modules

2017-06-19 Thread Tobias Hagelborn
* Support stripping of .ko modules verifying file extension and check of content "vermagic=" * Minor refactoring (removing lint errors) Signed-off-by: Tobias Hagelborn --- meta/lib/oe/package.py | 44 +--- 1 file changed, 25

[OE-core] [PATCH v2 1/4] package.py: Add function strip_execs

2017-06-19 Thread Tobias Hagelborn
Strip all executables in a directory. Utility function placed in oe-package together with run_strip. strip_execs is based on strip_sysroot from staging.bbclass Moving out datastore references in favor of function parameters. Signed-off-by: Tobias Hagelborn ---

[OE-core] [PATCH v2 2/4] staging.bbclass: Make use of oe.package.strip_execs

2017-06-19 Thread Tobias Hagelborn
Make use of the library function oe.package.strip_execs for stripping sysroot executables. oe.packge.strip_execs is based on code previously residing in sysroot_strip. Signed-off-by: Tobias Hagelborn --- meta/classes/staging.bbclass | 108

Re: [OE-core] [PATCH v3 1/3] kernel-fitimage: Support ext2.gz filesystems

2017-06-19 Thread Denys Dmytriyenko
What has changed in v3 compared to v2 and v1? On Mon, Jun 19, 2017 at 04:32:14PM +0800, Chunrong Guo wrote: > Signed-off-by: Chunrong Guo > --- > meta/classes/kernel-fitimage.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread Maxin B. John
Hi, On Mon, Jun 19, 2017 at 11:32:38AM +0100, André Draszik wrote: > From: André Draszik > > When building with nftables support, connman doesn't ever > depend on the nftables command line tool. > > connman will depend on libmnl and libnftnl at build and > run time. In

Re: [OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread Andreas Oberritter
On Mon, 19 Jun 2017 13:06:41 +0100 André Draszik wrote: > On Mon, 2017-06-19 at 14:02 +0200, Andreas Oberritter wrote: > > Hi André, > > > > On Mon, 19 Jun 2017 11:32:38 +0100 > > André Draszik wrote: > > > > > From: André Draszik > >

Re: [OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread André Draszik
On Mon, 2017-06-19 at 14:02 +0200, Andreas Oberritter wrote: > Hi André, > > On Mon, 19 Jun 2017 11:32:38 +0100 > André Draszik wrote: > > > From: André Draszik > > > > When building with nftables support, connman doesn't ever > > depend on the nftables

Re: [OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread Andreas Oberritter
Hi André, On Mon, 19 Jun 2017 11:32:38 +0100 André Draszik wrote: > From: André Draszik > > When building with nftables support, connman doesn't ever > depend on the nftables command line tool. > > connman will depend on libmnl and libnftnl at build and

[OE-core] [oe-core][pyro][PATCH] autogen-native: Set POSIX_SHELL to /bin/sh

2017-06-19 Thread Gabriel Ionescu
Setting POSIX_SHELL to "/usr/bin/env sh" fails when tested in libopts.m4 with test -x "$POSIX_SHELL", because test -x needs a file as an argument (e.g. test -x FILE). Due to the above failure, the build system will use a shell available in tmp/hosttools, which can generate shebang lines longer

[OE-core] [PATCH v2] gdb: fix gdbserver not working in musl/mips context

2017-06-19 Thread André Draszik
From: André Draszik Similar to https://bugs.lede-project.org/index.php?do=details_id=637=-1%2Bweek Signed-off-by: André Draszik Acked-by: Sylvain Lemieux --- meta/recipes-devtools/gdb/gdb-8.0.inc | 1 +

Re: [OE-core] [PATCH 27/32] btrfs-tools: upgrade to 4.11

2017-06-19 Thread Alexander Kanavin
On 06/16/2017 10:26 PM, Burton, Ross wrote: On 16 June 2017 at 13:28, Alexander Kanavin > wrote: From: Upgrade Helper > This and two others need

Re: [OE-core] [PATCH 28/32] gettext: relocate msgfmt utility for all recipes

2017-06-19 Thread Alexander Kanavin
On 06/16/2017 08:57 PM, Khem Raj wrote: rm ${D}${datadir}/gettext/po/Makefile.in.in rm ${D}${datadir}/gettext/po/remove-potcdate.sin + +create_wrapper ${D}${bindir}/msgfmt \ +GETTEXTDATADIR="${STAGING_DATADIR_NATIVE}/gettext-0.19.8/" + while here, perhaps

Re: [OE-core] [PATCH 20/32] icu: update to 59.1

2017-06-19 Thread Alexander Kanavin
On 06/16/2017 08:54 PM, Khem Raj wrote: -# icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS -# therefore pass one -BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98" - I think this change should be tried on oldest supported distro for build host like centos, I wonder

Re: [OE-core] [PATCH] gdb: fix gdbserver not working in musl/mips context

2017-06-19 Thread Burton, Ross
On 19 June 2017 at 11:20, André Draszik wrote: > +Upstream-Status: Inappropriate [cherry-picked from LEDE > https://bugs.lede-project.org/index.php?do=details_id= > 637=-1%2Bweek] > Doesn't sound inappropriate to me... Pending if nobody else has submitted the bug upstream.

Re: [OE-core] [PATCH 7/7] ovmf: Update to latest

2017-06-19 Thread Jussi Kukkonen
This seems to be in master now. I'm not sure if we have a new master build after that but ross/mut has some sort of linker failure in ofmv (in nightly-world-lsb only): | GenFw: ERROR 3000: Invalid |

[OE-core] OE-Core/Yocto Project's first CVE (CVE-2017-9731)

2017-06-19 Thread Richard Purdie
I suspect this has been missed by some people so I want to spell it out. We have our first CVE in OE-Core itself. The issue is limited to binary ipks potentially exposing sensitive information through the "Source:" field which contained the full SRC_URI. Those urls could potentially contain

[OE-core] [PATCH] connman: fix nftables dependency

2017-06-19 Thread André Draszik
From: André Draszik When building with nftables support, connman doesn't ever depend on the nftables command line tool. connman will depend on libmnl and libnftnl at build and run time. In addition, the nftables rules it creates depend on various kernel modules being

[OE-core] [PATCH] gdb: fix gdbserver not working in musl/mips context

2017-06-19 Thread André Draszik
From: André Draszik Similar to https://bugs.lede-project.org/index.php?do=details_id=637=-1%2Bweek Signed-off-by: André Draszik Acked-by: Sylvain Lemieux --- meta/recipes-devtools/gdb/gdb-8.0.inc | 1 +

[OE-core] [RFC][PATCH] tclibc-musl: use musl's virtual/gettext implementation

2017-06-19 Thread André Draszik
From: André Draszik musl implements the GNU gettext API version 1 and 2 http://www.openwall.com/lists/musl/2015/04/16/3 Generally, there should be no need need for the actual GNU/gettext in systems using musl, so with this change systems using musl can avoid a needless

Re: [OE-core] State of bitbake world, Failed tasks 2017-06-18

2017-06-19 Thread Andrea Adami
On Sun, Jun 18, 2017 at 10:19 PM, Martin Jansa wrote: > Firefox and chromium-* fixed few more to go, but not bad for big gcc > upgrade. > > http://www.openembedded.org/wiki/Bitbake_World_Status > > == Number of issues - stats == > {| class='wikitable' > !|Date

Re: [OE-core] [PATCH v2] do_image: Implement IMAGE_ROOTFS_EXCLUDE_PATH feature.

2017-06-19 Thread Kristian Amlie
Ping. I created https://bugzilla.yoctoproject.org/show_bug.cgi?id=11688 to help track this. -- Kristian On 30/05/17 09:46, Kristian Amlie wrote: > This is a direct followup from the earlier f6a064d969f414 commit in > wic. It works more or less the same way: The variable specifies a list > of

[OE-core] [PATCH v3 3/3] kernel-fitimage: fix KERNEL_DEVICETREE includes subdirectory issue

2017-06-19 Thread Chunrong Guo
* For example: KERNEL_DEVICETREE ?= "freescale/fsl-ls1046a-rdb.dtb" ${DTB}= "freescale/fsl-ls1046a-rdb.dtb" but only fsl-ls1046a-rdb.dtb should be used in fit-image.its Signed-off-by: Chunrong Guo --- meta/classes/kernel-fitimage.bbclass | 1 +

[OE-core] [PATCH v3 2/3] kernel-fitimage: set replacementtype to vmlinux

2017-06-19 Thread Chunrong Guo
Signed-off-by: Chunrong Guo --- meta/classes/kernel-fitimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index f40fbf3..9fa836f 100644 ---

[OE-core] [PATCH v3 1/3] kernel-fitimage: Support ext2.gz filesystems

2017-06-19 Thread Chunrong Guo
Signed-off-by: Chunrong Guo --- meta/classes/kernel-fitimage.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 2630b47..f40fbf3 100644 ---