Re: [OE-core] [PATCHv2 1/2] oe-pkgdata-util: Make parse_pkgdatafile() support package suffixed vars

2018-06-04 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Richard Purdie > Sent: den 3 juni 2018 18:14 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re:

Re: [OE-core] [meta][lib/oeqa][PATCH v3] Meta runtime cases: add testcases for kernel sample

2018-06-04 Thread Hongzhi, Song
Please ignore this. I will send V4 // Hongzhi On 2018年06月03日 10:13, Hongzhi.Song wrote: We are going to let runtime test support kernel tests. Now we just add kernel self-contained sample tests. And we plan to add overall kernel tests in the future. This patch is just add kernel samples

Re: [OE-core] [PATCH] linux-libc-headers: To fix build error when enable mutilib on aarch64 Big endian.

2018-06-04 Thread Lei, Maohui
ping > -Original Message- > From: Lei, Maohui > Sent: Saturday, May 19, 2018 2:38 AM > To: openembedded-core@lists.openembedded.org > Cc: Lei, Maohui > Subject: [OE-core][PATCH] linux-libc-headers: To fix build error when enable > mutilib on aarch64 Big endian. > > Signed-off-by: Lei

Re: [OE-core] [PATCH 05/16] xinetd: add Init Script Actions to xinetd script

2018-06-04 Thread Richard Purdie
On Mon, 2018-06-04 at 10:30 +0800, Robert Yang wrote: > > On 06/03/2018 11:59 PM, Richard Purdie wrote: > > On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote: > > > From: Shan Hai > > > > > > The chkconfig fails to list the xinetd service because the xinetd > > > lacks Init Script Actions in

[OE-core] [PATCH 1/3] oeqa: replace Alex Kanavin's @intel email address with a personal one

2018-06-04 Thread Alexander Kanavin
As I will be leaving Intel, this address will no longer be valid, so swap it for my personal one for now. Signed-off-by: Alexander Kanavin --- meta-selftest/lib/oeqa/runtime/cases/dnf_runtime.py | 2 +- meta/lib/oeqa/runtime/cases/rpm.py | 2 +-

[OE-core] [PATCH 3/3] maintainers.inc: replace Alex Kanavin's @intel email address with a personal one

2018-06-04 Thread Alexander Kanavin
As I will be leaving Intel, this address will no longer be valid, so swap it for my personal one for now. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 214 +++ 1 file changed, 107 insertions(+), 107 deletions(-) diff --git

Re: [OE-core] Summary of kernel-devsrc package issues (Sumo)

2018-06-04 Thread Alexander Kanavin
On 06/04/2018 12:04 PM, Bas Mevissen wrote: I ran into several issues with kernel-devsrc when building Poky Sumu with the meta-freescale layer for an Freescale i.mx6sx ARM board. In this mail(thread) I would like to collect them all and discuss the possible options to resolve them. This is

Re: [OE-core] [PATCH] man-db: create man db index file

2018-06-04 Thread Alexander Kanavin
On 06/04/2018 01:58 PM, Kai Kang wrote: +pkg_postinst_ontarget_${PN} () { +${bindir}/mandb -q +} + man-db is only the tools for manpages, but not the actual pages. So this will not work as expected when installing or removing packages that contain manpages. It should be added to

Re: [OE-core] Summary of kernel-devsrc package issues (Sumo)

2018-06-04 Thread Bruce Ashfield
On Mon, Jun 4, 2018 at 5:04 AM, Bas Mevissen wrote: > > > Hi all, > > I ran into several issues with kernel-devsrc when building Poky Sumu with > the meta-freescale layer for an Freescale i.mx6sx ARM board. In this > mail(thread) I would like to collect them all and discuss the possible >

Re: [OE-core] Summary of kernel-devsrc package issues (Sumo)

2018-06-04 Thread Bas Mevissen
On 2018-06-04 13:32, Alexander Kanavin wrote: On 06/04/2018 12:04 PM, Bas Mevissen wrote: I ran into several issues with kernel-devsrc when building Poky Sumu with the meta-freescale layer for an Freescale i.mx6sx ARM board. In this mail(thread) I would like to collect them all and discuss the

Re: [OE-core] Summary of kernel-devsrc package issues (Sumo)

2018-06-04 Thread Bas Mevissen
On 2018-06-04 14:32, Bruce Ashfield wrote: On Mon, Jun 4, 2018 at 5:04 AM, Bas Mevissen wrote: Hi all, I ran into several issues with kernel-devsrc when building Poky Sumu with the meta-freescale layer for an Freescale i.mx6sx ARM board. In this mail(thread) I would like to collect them all

Re: [OE-core] [PATCH 10/16] dropbear: add default config file to disable root login

2018-06-04 Thread Robert Yang
On 06/04/2018 06:41 AM, Richard Purdie wrote: On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote: From: Jackie Huang root login is disabled by default for openssh and we can enable it through IMAGE_FEATURES 'debug-tweaks' or 'allow-empty-password', so change to the same default behavior

Re: [OE-core] [RFC] u-boot.inc: Support menuconfig for u-boot

2018-06-04 Thread Manjukumar Harthikote Matha
> -Original Message- > From: Vineeth Chowdary [mailto:vineeth.chowd...@xilinx.com] > Sent: Monday, June 04, 2018 2:15 AM > To: Manjukumar Harthikote Matha > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [RFC] u-boot.inc: Support menuconfig for u-boot > > Hi

[OE-core] Summary of kernel-devsrc package issues (Sumo)

2018-06-04 Thread Bas Mevissen
Hi all, I ran into several issues with kernel-devsrc when building Poky Sumu with the meta-freescale layer for an Freescale i.mx6sx ARM board. In this mail(thread) I would like to collect them all and discuss the possible options to resolve them. * Install dependency issues (both during

Re: [OE-core] [PATCH 05/16] xinetd: add Init Script Actions to xinetd script

2018-06-04 Thread Robert Yang
Hi RP, On 06/04/2018 03:37 PM, Richard Purdie wrote: On Mon, 2018-06-04 at 10:30 +0800, Robert Yang wrote: On 06/03/2018 11:59 PM, Richard Purdie wrote: On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote: From: Shan Hai The chkconfig fails to list the xinetd service because the xinetd

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Burton, Ross
So why isn't the inherit gettext sufficient? Ross On 1 June 2018 at 23:14, Alistair Francis wrote: > atk requires xgettext to compile, specify it as a dependency. > > Signed-off-by: Alistair Francis > --- > meta/recipes-support/atk/atk_2.28.1.bb | 2 +- > 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH] man-db: create man db index file

2018-06-04 Thread Kai Kang
The man db index file doesn't exist, it causes commands whatis, apropos and 'man -f' don't work as expect: | root@qemux86-64:# whatis hosts | hosts: nothing appropriate. Run command mandb to create man db index file when first boot. Signed-off-by: Kai Kang ---

[OE-core] [PATCH 2/3] meta: replace Alex Kanavin's @intel email address with a personal one

2018-06-04 Thread Alexander Kanavin
As I will be leaving Intel, this address will no longer be valid, so swap it for my personal one for now. Signed-off-by: Alexander Kanavin --- meta/recipes-bsp/apmd/apmd/legacy.patch | 2 +- .../blktool/blktool/0001-fix-typos-in-manpage.patch | 2 +-

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-04 Thread Martin Kelly
On 06/04/2018 11:20 AM, Joshua Watt wrote: On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote: On 06/04/2018 10:20 AM, Joshua Watt wrote: On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote: On 06/01/2018 03:08 PM, Joshua Watt wrote: On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-04 Thread Martin Kelly
On 06/04/2018 10:20 AM, Joshua Watt wrote: On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote: On 06/01/2018 03:08 PM, Joshua Watt wrote: On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: It's useful for the post-relocate scripts to be able to see the SDK environment, for example to

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-04 Thread Joshua Watt
On Mon, 2018-06-04 at 11:24 -0700, Martin Kelly wrote: > On 06/04/2018 11:20 AM, Joshua Watt wrote: > > On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote: > > > On 06/04/2018 10:20 AM, Joshua Watt wrote: > > > > On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote: > > > > > On 06/01/2018

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-04 Thread Martin Kelly
On 06/04/2018 11:42 AM, Joshua Watt wrote: On Mon, 2018-06-04 at 11:24 -0700, Martin Kelly wrote: On 06/04/2018 11:20 AM, Joshua Watt wrote: On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote: On 06/04/2018 10:20 AM, Joshua Watt wrote: On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly

Re: [OE-core] [PATCH] openssh: drop sshd support for DSA host keys

2018-06-04 Thread Andre McCurdy
On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote: > DSA keys have been deprecated for some time: > > https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html Ping. Any issues with this? > Signed-off-by: Andre McCurdy > --- >

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Alistair Francis
On Mon, Jun 4, 2018 at 10:20 AM, Alexander Kanavin wrote: > On 06/04/2018 08:17 PM, Alistair Francis wrote: >> >> On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross >> wrote: >>> >>> So why isn't the inherit gettext sufficient? >> >> >> I'm not sure. Here is the error I see when compiling for RISC-V

Re: [OE-core] [PATCH v2] dropbear: drop obsolete patch 0004-fix-2kb-keys.patch

2018-06-04 Thread Andre McCurdy
On Tue, May 29, 2018 at 1:58 PM, Andre McCurdy wrote: > The origins of the patch date back to early 2005 (prior to the start > of git history in oe-core) to fix a hardcoded limit on the maximum > size of remote host keys: > > http://familiar.handhelds.narkive.com/b1VGg2bI/problem-w-dropbear-ssh

Re: [OE-core] [PATCH] arch-armv7a.inc: default to Thumb2 instruction set for armv7a and above

2018-06-04 Thread Andre McCurdy
On Tue, May 22, 2018 at 3:33 AM, Khem Raj wrote: > On Tue, May 22, 2018 at 5:58 AM, wrote: >> Andre McCurdy wrote: >>> Although there may still be specific cases which can benefit from the >>> ARM instruction set, the Thumb2 instruction set is generally a better >>> default for armv7a class

[OE-core] Yocto Project Status WW23’18

2018-06-04 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M1 is accepting patches. Next Deadline: YP 2.6 M1 release is June 11, 2018 SWAT Team Rotation: · SWAT lead is currently: Tracy · SWAT team rotation: Tracy -> Amanda on June 8, 2018 · SWAT team rotation: Amanda -> Stephano on June 15, 2018

Re: [OE-core] [PATCH] openssh: drop sshd support for DSA host keys

2018-06-04 Thread Mark Hatle
On 6/4/18 2:18 PM, Andre McCurdy wrote: > On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote: >> DSA keys have been deprecated for some time: >> >> https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html > > Ping. > > Any issues with this? At Wind River we have a series

[OE-core] [PATCH v3 4/6] toolchain-scripts: pass env to post-relocate

2018-06-04 Thread Martin Kelly
It's useful for the post-relocate scripts to be able to see the SDK environment, for example to see the values of CC, CXX etc. in order to dynamically generate toolchain files. To enable this, source the SDK environment script prior to calling the relocate scripts. Signed-off-by: Martin Kelly

[OE-core] [PATCH v3 5/6] meson: handle exe wrappers

2018-06-04 Thread Martin Kelly
Add patches to enable meson to handle being wrapped with a shell script. This will enable us to do so for supporting the SDK, which requires us to setup env vars and point to a meson.cross file inside the SDK. These patches are all merged upstream, so we can drop them soon. Signed-off-by:

[OE-core] [PATCH v3 3/6] toolchain-scripts: print post-relocate error

2018-06-04 Thread Martin Kelly
Currently, if a post-relocate script fails, it fails silently. We should be louder about this, as it likely indicates a broken SDK. Print a message if a post-relocate script fails. Signed-off-by: Martin Kelly --- meta/classes/toolchain-scripts.bbclass | 5 + 1 file changed, 5 insertions(+)

[OE-core] [PATCH v3 6/6] meson: enable nativesdk

2018-06-04 Thread Martin Kelly
Currently, we can't build meson into SDKs because we don't autogenerate the required meson.cross file. Enable this by using the post-relocate hooks and generating a meson.cross file based on the SDK environment passed into the post-relocate hook. Signed-off-by: Martin Kelly ---

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Burton, Ross
That implies that INHIBIT_DEFAULT_DEPS is also evaluating to true, which it shouldn't be in ATK. I'd definitely be checking if that is the case, and if you can replicate the failure with e.g. qemuarm. Ross On 4 June 2018 at 19:46, Alistair Francis wrote: > On Mon, Jun 4, 2018 at 10:20 AM,

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-04 Thread Trevor Woerner
Hi Paul, I was hoping you'd notice and provide feedback :-D On Tue 2018-06-05 @ 10:59:07 AM, Paul Eggleton wrote: > > I checked at the time, but I'm not 100% sure now, but I believe if one > > deploys two packages from one recipe, the on-target file gets appended. But > > now I'm not 100% sure,

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-04 Thread Paul Eggleton
On Tuesday, 5 June 2018 10:59:07 AM NZST Paul Eggleton wrote: > I will note that a small issue with your patch is that if you do use -- > package > you can no longer just use devtool build to build what you need to deploy, > since that only builds up to do_populate_sysroot / do_packagedata. This

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-04 Thread Paul Eggleton
Hi Trevor, On Friday, 1 June 2018 2:23:59 PM NZST Trevor Woerner wrote: > Earlier today I was working on recipes for some software which recently > added the feature to dlopen() one of a couple shared objects based on > various conditions. But instead of dlopen()'ing the SONAME, they were >

[OE-core] [PATCH v3 0/6] meson: implement nativesdk support

2018-06-04 Thread Martin Kelly
This patch series implements nativesdk support fer meson. In order to do so, it adds a few features to the toolchain-shar-extract functionality, which enables a script to run prior to the SDK being extracted. This is important because the meson.cross file (which meson uses to find its cross

[OE-core] [PATCH v3 2/6] toolchain-scripts: allow non-sh post-relocate

2018-06-04 Thread Martin Kelly
Currently, we look only for scripts matching *.sh, which means we can't write post-relocate scripts in other languages. Expand this to allow any type of script. Signed-off-by: Martin Kelly --- v3: - Test for executability prior to running each script. meta/classes/toolchain-scripts.bbclass |

[OE-core] [PATCH v3 1/6] toolchain-scripts: retab file

2018-06-04 Thread Martin Kelly
Two functions is uses a mix of spaces and tabs. The rest of the file uses tabs, so switch to tabs uniformly. Signed-off-by: Martin Kelly --- meta/classes/toolchain-scripts.bbclass | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

Re: [OE-core] [PATCH] openssh: drop sshd support for DSA host keys

2018-06-04 Thread Andre McCurdy
On Mon, Jun 4, 2018 at 3:25 PM, Mark Hatle wrote: > On 6/4/18 2:18 PM, Andre McCurdy wrote: >> On Fri, May 25, 2018 at 3:07 PM, Andre McCurdy wrote: >>> DSA keys have been deprecated for some time: >>> >>> >>> https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html >> >>

Re: [OE-core] [PATCH] boost: Improve reproducibility

2018-06-04 Thread Yu, Mingli
On 2018年06月01日 16:36, Alexander Kanavin wrote: 2018-06-01 8:38 GMT+03:00 Yu, Mingli : I did investigate the path a lot before send out the patch, but didn't figure out why it introduce the path for make_x86_64_sysv_elf_gas.o whose source file is make_x86_64_sysv_elf_gas.S. Anyway, I will

[OE-core] [meta][PATCH 2/2 v4] Meta runtime cases: add testcases for kernel sample

2018-06-04 Thread Hongzhi.Song
We are going to let runtime test support kernel tests. Now we just add kernel self-contained sample tests. And we plan to add overall kernel tests in the future. This patch is just add kernel samples test which contains about 13 tests enabled by kernel-sample.scc. So it needs statement,

[OE-core] [meta][PATCH 1/2] meta runtime testcases: enable kernel-sample features for runtime tests

2018-06-04 Thread Hongzhi.Song
Enable kernel-sample features by default with the machine of qemu. Signed-off-by: Hongzhi.Song --- meta/recipes-kernel/linux/linux-yocto.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index

[OE-core] [meta][PATCH 0/2] Add kernel-sample tests for runtime test

2018-06-04 Thread Hongzhi.Song
V4: * add support for qemu by default V3: * remove duplicated code V2: * use shared function to replace similar code Hongzhi.Song (2): meta runtime testcases: enable kernel-sample features for runtime tests Meta runtime cases: add testcases for kernel sample

Re: [OE-core] [PATCH] man-db: create man db index file

2018-06-04 Thread Kang Kai
On 2018年06月04日 19:42, Alexander Kanavin wrote: On 06/04/2018 01:58 PM, Kai Kang wrote: +pkg_postinst_ontarget_${PN} () { +    ${bindir}/mandb -q +} + man-db is only the tools for manpages, but not the actual pages. So this will not work as expected when installing or removing packages

Re: [OE-core] [devtool][PATCH] devtool deploy-target: optionally specify package

2018-06-04 Thread Trevor Woerner
Hi Khem, On Fri, Jun 1, 2018 at 1:11 PM, Khem Raj wrote: > On 5/31/18 1:06 PM, Trevor Woerner wrote: > > Instead of installing an entire recipe's build output (i.e. ${D}), allow > the > > user to optionally specify a package from said recipe to be installed > > exclusively (i.e. ${PKGDEST}/). >

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Alistair Francis
On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross wrote: > So why isn't the inherit gettext sufficient? I'm not sure. Here is the error I see when compiling for RISC-V before this patch: ERROR: atk-2.28.1-r0 do_configure: meson failed ERROR: atk-2.28.1-r0 do_configure: Function failed: do_configure

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-04 Thread Joshua Watt
On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote: > On 06/01/2018 03:08 PM, Joshua Watt wrote: > > On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: > > > It's useful for the post-relocate scripts to be able to see the > > > SDK > > > environment, for example to see the values of CC, CXX

Re: [OE-core] [PATCH 2/2] [meta] atk: Specify gettext-native dependency

2018-06-04 Thread Alexander Kanavin
On 06/04/2018 08:17 PM, Alistair Francis wrote: On Mon, Jun 4, 2018 at 3:06 AM, Burton, Ross wrote: So why isn't the inherit gettext sufficient? I'm not sure. Here is the error I see when compiling for RISC-V before this patch: So is the error specific to risc-v? You should dig deeper in

Re: [OE-core] [PATCH v2 0/3] postinst fixes for opgk/dpkg

2018-06-04 Thread Alexander Kanavin
On 06/04/2018 07:06 PM, Stefan Agner wrote: Anything holding us back merging this changes? Please read the Yocto project status mail: " · Patch review/merging was slow over the past week due to Ross being on vacation and changes in Richard’s employment/hardware situation but at

[OE-core] [meta-oe][PATCH v2] minicom: fix SRC_URI

2018-06-04 Thread Oleksandr Kravchuk
The original source, alioth.debian.org has been permanently taken down by the Debian Project. Use Debian mirrors instead. Source: https://wiki.debian.org/Alioth Signed-off-by: Oleksandr Kravchuk --- meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3

[OE-core] [meta-oe][PATCH v2] chrpath: fix SRC_URI

2018-06-04 Thread Oleksandr Kravchuk
The original source, alioth.debian.org has been permanently taken down by the Debian Project. Use Debian mirrors instead. Source: https://wiki.debian.org/Alioth Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/chrpath/chrpath_0.16.bb | 5 ++--- 1 file changed, 2 insertions(+), 3

Re: [OE-core] [meta-oe][PATCH v2] minicom: fix SRC_URI

2018-06-04 Thread Alexander Kanavin
On 06/04/2018 07:26 PM, Oleksandr Kravchuk wrote: +SRC_URI = "${DEBIAN_MIRROR}/main/m/http://http.debian.net/main/m/minicom/minicom_${PV}.orig.tar.gz \ ^^^ hasty editing? :-) Alex -- ___ Openembedded-core mailing list

[OE-core] [meta-oe][PATCH v3] minicom: fix SRC_URI

2018-06-04 Thread Oleksandr Kravchuk
The original source, alioth.debian.org has been permanently taken down by the Debian Project. Use Debian mirrors instead. Source: https://wiki.debian.org/Alioth Signed-off-by: Oleksandr Kravchuk --- meta/recipes-extended/minicom/minicom_2.7.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [OE-core] [meta-oe][PATCH v2] chrpath: fix SRC_URI

2018-06-04 Thread Alexander Kanavin
On 06/04/2018 07:31 PM, Oleksandr Kravchuk wrote: -SRC_URI = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz \ +SRC_URI = "http://${DEBIAN_MIRROR}/main/c/chrpath/chrpath_${PV}.orig.tar.gz \ Should be ${DEBIAN_MIRROR} without the http:// prefix. See

[OE-core] [meta-oe][PATCH v3] chrpath: fix SRC_URI

2018-06-04 Thread Oleksandr Kravchuk
The original source, alioth.debian.org has been permanently taken down by the Debian Project. Use Debian mirrors instead. Source: https://wiki.debian.org/Alioth Signed-off-by: Oleksandr Kravchuk --- meta/recipes-devtools/chrpath/chrpath_0.16.bb | 5 ++--- 1 file changed, 2 insertions(+), 3

Re: [OE-core] [PATCH] populate_sdk_ext.bbclass: fix corebase identification

2018-06-04 Thread Richard Purdie
On Mon, 2018-06-04 at 11:38 -0400, Damien Riegel wrote: > When generating the extended SDK, there is a copy step where this > class > goes through the layers and other stuff that have been copied to > generate the SDK. > > The corebase; ie. the folder that contains the core layer 'meta' is >

[OE-core] [PATCH] populate_sdk_ext.bbclass: fix corebase identification

2018-06-04 Thread Damien Riegel
When generating the extended SDK, there is a copy step where this class goes through the layers and other stuff that have been copied to generate the SDK. The corebase; ie. the folder that contains the core layer 'meta' is treated in a special way. Unfortunately in our tree, we have:

Re: [OE-core] [PATCH v2 0/3] postinst fixes for opgk/dpkg

2018-06-04 Thread Stefan Agner
On 16.05.2018 11:13, Stefan Agner wrote: > From: Stefan Agner > > Hi, > > This follows up on the discussion a while ago: > https://www.mail-archive.com/openembedded-core@lists.openembedded.org/msg104996.html > > Patch 1 is rather simple and really fixes the main issue. The patch > by itself

Re: [OE-core] [PATCH] populate_sdk_ext.bbclass: fix corebase identification

2018-06-04 Thread Damien Riegel
On Mon, Jun 04, 2018 at 04:54:08PM +0100, Richard Purdie wrote: > On Mon, 2018-06-04 at 11:38 -0400, Damien Riegel wrote: > > When generating the extended SDK, there is a copy step where this > > class > > goes through the layers and other stuff that have been copied to > > generate the SDK. > >

Re: [OE-core] [PATCH v2 5/7] toolchain-shar-extract: pass env to post-relocate

2018-06-04 Thread Joshua Watt
On Mon, 2018-06-04 at 11:10 -0700, Martin Kelly wrote: > On 06/04/2018 10:20 AM, Joshua Watt wrote: > > On Fri, 2018-06-01 at 15:24 -0700, Martin Kelly wrote: > > > On 06/01/2018 03:08 PM, Joshua Watt wrote: > > > > On Fri, 2018-06-01 at 14:02 -0700, Martin Kelly wrote: > > > > > It's useful for