Re: [yocto] Where to get kconfig-frontends package?

2019-10-10 Thread Peter Kjellerstedt
I have been in contact with Yann E Morin, the maintainer of the kconfig-frontends repository, and it turns out his server did not survive their last move of house. However, he pointed out that he has published the code to GitLab and recommended to use that repository instead:

Re: [yocto] [meta-gplv2][master][warrior][PATCH] tar: Make it build with GCC 8.3

2019-09-20 Thread Peter Kjellerstedt
t.org > Subject: Re: [yocto] [meta-gplv2][master][warrior][PATCH] tar: Make it > build with GCC 8.3 > > Missing an upstream-status, but good to push when that's fixed. > > Ross > > On 18/09/2019 16:48, Peter Kjellerstedt wrote: > > From: Joakim Roubert > > >

[yocto] [meta-gplv2][master][warrior][PATCH] tar: Make it build with GCC 8.3

2019-09-18 Thread Peter Kjellerstedt
domain, ^~~~ Signed-off-by: Joakim Roubert Signed-off-by: Peter Kjellerstedt --- ...-lib-argp-parse.c-Fix-compiler-error.patch | 34 +++ recipes-extended/tar/tar_1.17.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 recipes-extended/tar/tar/00

Re: [yocto] yocto dev day ELCE 2019 Lyon ?

2019-08-13 Thread Peter Kjellerstedt
> -Original Message- > From: Philip Balister > Sent: den 5 juli 2019 23:42 > To: Peter Kjellerstedt ; Nicolas Dechesne > ; Thomas Roos > ; Volosincu, Andreea S > > Cc: Yocto list discussion > Subject: Re: [yocto] yocto dev day ELCE 2019 Lyon ? > &

Re: [yocto] yocto dev day ELCE 2019 Lyon ?

2019-07-04 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org > On Behalf Of Nicolas Dechesne > Sent: den 4 juli 2019 08:45 > To: Thomas Roos ; Volosincu, Andreea S > > Cc: Yocto list discussion > Subject: Re: [yocto] yocto dev day ELCE 2019 Lyon ? > > Hi Thomas, > > On Thu, Jul 4, 2019

[yocto] [PATCH] ref-manual: Update the definition of SDK_VERSION

2019-01-18 Thread Peter Kjellerstedt
The definition in poky.conf has been updated. Signed-off-by: Peter Kjellerstedt --- This of course assumes that the corresponding patch that I just sent to the openembedded-core mailing list has been integrated first. documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1

[yocto] [PATCH 1/2] ref-manual: Document the fifth argument to PACKAGECONFIG

2018-12-13 Thread Peter Kjellerstedt
Support for adding runtime recommendations (RRECOMMENDS) using PACKAGECONFIG was introduced in Rocko. Signed-off-by: Peter Kjellerstedt --- documentation/ref-manual/ref-variables.xml | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref

[yocto] [PATCH 2/2] ref-manual: Add missing whitespace around "=" in a few code examples

2018-12-13 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- documentation/ref-manual/ref-variables.xml | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7dc3a3f79a..730737226e 100644

Re: [yocto] Yocto Project Status WW46’18

2018-11-13 Thread Peter Kjellerstedt
>From the updates below: * Patches for the thud point release are queuing on the branch. On what branch? The thud-next branch is behind the thud branch, and the master-next branch contains a lot of recipe updates that do not seem suitable for Thud. //Peter From:

Re: [yocto] [OE-core] 2.6 migration guide

2018-11-02 Thread Peter Kjellerstedt
In “4.14.2. OpenSSL Changes”, change “both versions their dependency chains” to “both versions in their dependency chains”. In “4.14.4. Security Changes”, change “files” to “flags” (twice). //Peter From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Scott Rifenbark Sent: den

Re: [yocto] devtool finish & patch order

2018-06-15 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin [mailto:alex.kana...@gmail.com] > Sent: den 15 juni 2018 06:37 > To: Peter Kjellerstedt > Cc: Tim Hammer ; Yocto discussion list > ; Paul Eggleton (paul.eggle...@linux.intel.com) > > Subject: Re: [yocto] devt

Re: [yocto] devtool finish & patch order

2018-06-14 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Alexander Kanavin > Sent: den 14 juni 2018 09:07 > To: Tim Hammer > Cc: Yocto discussion list > Subject: Re: [yocto] devtool finish & patch order > > 2018-06-14 7:02

Re: [yocto] Issue when integrating different bsp-layers on a single bblayers.conf

2018-06-14 Thread Peter Kjellerstedt
Just thought I should mention that since Krogoth, BBMASK is actually a list of regular expressions, so your example below is better written as: BBMASK += "${@bb.utils.contains('MACHINE', '', '', '/meta-rockchip/recipes-.*', d)}" (including changing base_conditional() to bb.utils.contains(),

Re: [yocto] How handle files needing updates in read-only filesystem

2018-06-09 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Ulf Samuelsson > Sent: den 9 juni 2018 11:51 > To: yocto@yoctoproject.org > Subject: [yocto] How handle files needing updates in read-only > filesystem > > We have a rootfs

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-08 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Alexander Kanavin > Sent: den 7 maj 2018 12:12 > To: Mirza Krak > Cc: Yocto list discussion > Subject: Re: [yocto]

Re: [yocto] [OE-core] 2.6 planning proposals and meeting

2018-05-04 Thread Peter Kjellerstedt
: den 3 maj 2018 15:58 To: Peter Kjellerstedt <peter.kjellerst...@axis.com> Cc: Richard Purdie <richard.pur...@linuxfoundation.org>; openembedded-core <openembedded-c...@lists.openembedded.org>; Yocto discussion list <yocto@yoctoproject.org> Subject: Re: [OE-core] 2.6 planni

Re: [yocto] ROOTFS_RPM_DEBUG undocumented

2018-05-03 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Alexander Kanavin > Sent: den 3 maj 2018 15:04 > To: Paulo Neves ; Yocto list discussion > > Subject: Re: [yocto]

Re: [yocto] removal of user & group from sysroot when recipe/package is cleaned

2018-04-24 Thread Peter Kjellerstedt
That patch predates the Recipe Specific Sysroots that were introduced in Pyro. Most of it has since been removed as it is no longer relevant. //Peter From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Kumar, Shrawan Sent: den 24 april 2018 14:41 To: Khem

[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH 2/4] dosfstools: Update a patch to avoid fuzz

2018-04-23 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- .../dosfstools/dosfstools/dosfstools-msdos_fs-types.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/dosfstools/dosfstools/dosfstools-msdos_fs-types.patch b/r

[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH 1/4] sed: Update a patch to avoid fuzz

2018-04-23 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- .../sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-extended/sed/sed-4.1.2/sed-4.1.2_fix_for_automake-1.12.patch b/r

[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH 4/4] texinfo: Update a patch to avoid fuzz

2018-04-23 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-extended/texinfo/texinfo-4.8/use_host_makedoc.patch b/recipes-extended/texinfo/t

[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH 3/4] gnupg: Update a patch to avoid fuzz

2018-04-23 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/recipes-support/gnupg/gnupg-1.4.7/lon

[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH] coreutils: Update a patch to avoid fuzz

2018-04-23 Thread Peter Kjellerstedt
Change-Id: I86ca76ca762da515fb6dfc95e2afd14cfe802fff Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- recipes-core/coreutils/coreutils-6.9/coreutils-overflow.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/coreutils/coreuti

[yocto] [meta-gplv2][sumo][rocko][pyro][PATCH] coreutils: Avoid warnings due to update-alternatives for man pages

2018-04-23 Thread Peter Kjellerstedt
: If79bb634e05db48462265c6e65291db27169fa51 Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- recipes-core/coreutils/coreutils_6.9.bb | 4 1 file changed, 4 deletions(-) diff --git a/recipes-core/coreutils/coreutils_6.9.bb b/recipes-core/coreutils/coreutils_6.9.bb index 31e5c7e..0d236b2 100644 --- a/r

Re: [yocto] [meta-gplv2][sumo][rocko][PATCH] bash: Provide /bin/{sh, bash} when usrmerge is used

2018-04-20 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Peter Kjellerstedt > Sent: den 21 april 2018 03:31 > To: yocto@yoctoproject.org > Subject: [yocto] [meta-gplv2][sumo][rocko][PATCH] bash: Provide /bin/

[yocto] [meta-gplv2][sumo][rocko][PATCH] bash: Provide /bin/{sh, bash} when usrmerge is used

2018-04-20 Thread Peter Kjellerstedt
, to satisfy the runtime dependencies, add '/bin/{sh,bash}' to what the bash package provides. Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- recipes-extended/bash/bash.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-extended/bash/bash.inc b/recipes-extende

Re: [yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES

2018-04-03 Thread Peter Kjellerstedt
Anything preventing this from being added to the manual? //Peter > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Peter Kjellerstedt > Sent: den 15 mars 2018 15:09 > To: yocto@yoctoproject.org; Scott Rif

Re: [yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES

2018-03-15 Thread Peter Kjellerstedt
Ping? //Peter > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Peter Kjellerstedt > Sent: den 29 januari 2018 19:58 > To: yocto@yoctoproject.org; Scott Rifenbark <srifenb...@gmail.com> > Subj

[yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES

2018-01-29 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- documentation/ref-manual/ref-variables.xml | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 521e

[yocto] [meta-gplv2][pyro] Fast-forward to master?

2017-10-05 Thread Peter Kjellerstedt
I would like to suggest fast-forwarding the pyro branch of meta-gplv2 to master. The only change that I see as questionable is the change to mc, but since the change was accepted for master, I see no reason why it should not be acceptable for pyro (even though it is not necessary there).

[yocto] [meta-gplv2][PATCH 2/2] groff: Drop local getopt implementation in favor of the one from glibc

2017-10-03 Thread Peter Kjellerstedt
/maxfilename.cc:23: src/include/groff-getopt.h:50:12: note: from previous declaration 'int getopt(int, char* const*, const char*)' extern int getopt(int,// __argc ^~ Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- ...getopt-implementation-in

[yocto] [meta-gplv2][PATCH 1/2] groff: Make it build with compile time hardening enabled

2017-10-03 Thread Peter Kjellerstedt
, buffer.contents()); Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- ...build-with-compile-time-hardening-enabled.patch | 35 ++ recipes-extended/groff/groff_1.18.1.4.bb | 13 2 files changed, 42 insertions(+), 6 deletions(-) create mode

[yocto] [meta-gplv2][PATCH] elfutils: Make it build with GCC 7 and compile time hardening enabled

2017-09-26 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- .../0001-Make-it-compile-with-GCC-7.patch | 43 ++ ...ld-with-GCC-7-and-compile-time-hardening-.patch | 32 recipes-devtools/elfutils/elfutils_0.148.bb| 2 + 3 files c

Re: [yocto] "(-)"??

2017-09-21 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Khem Raj > Sent: den 21 september 2017 07:15 > To: Takashi Matsuzawa ; yocto@yoctoproject.org > Subject: Re: [yocto] "(-)"?? > > On 9/20/17 8:18 PM,

[yocto] [meta-gplv2][PATCH] dosfstools: Restore support for the -h option to mkdosfs

2017-03-10 Thread Peter Kjellerstedt
; Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com> --- recipes-devtools/dosfstools/dosfstools/mkdosfs-bootcode.patch | 2 +- recipes-devtools/dosfstools/dosfstools/mkdosfs-dir.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/dos

Re: [yocto] BBMASK issue

2016-08-23 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Andre McCurdy > Sent: den 23 augusti 2016 07:13 > To: Takashi Matsuzawa > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] BBMASK issue > > On Mon, Aug 22, 2016 at 6:50 PM,

Re: [yocto] How to maintain a global DL_DIR?

2016-08-16 Thread Peter Kjellerstedt
> -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Patrick Doyle > Sent: den 16 augusti 2016 17:13 > To: yocto@yoctoproject.org > Subject: Re: [yocto] How to maintain a global DL_DIR? > > Oh this is ugly... > I tried setting