[OE-core] [PATCH] scripts/oe-setup-rpmrepo: remove the script

2018-03-28 Thread Yi Zhao
After we switched to RSS, this script was not working for a long time. 'bitbake package-index' can do the same thing and works well. So remove this script. Signed-off-by: Yi Zhao --- scripts/oe-setup-rpmrepo | 103 --- 1 file changed, 103 deletions(-)

[OE-core] [meta-debian] build error

2018-03-28 Thread Rajath C S
0 down vote favorite I followed the instruction provided by meta-debian github page: https://github.com/meta-debian/meta-debian During the build process I faced errors while bitbake was do-compiling some of the r

Re: [OE-core] [yocto] CPU Load

2018-03-28 Thread Andre McCurdy
On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp wrote: > Hi y'all, > > I have some questions about CPU load and performance, but first some > background information. > > We have small embedded system running an openembedded classic (Angström) > distro. Now to get ourselves up-to-date we started w

Re: [OE-core] [morty][PATCH] lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehome

2018-03-28 Thread Andre McCurdy
On Fri, Mar 9, 2018 at 8:15 PM, Andre McCurdy wrote: > On Wed, Feb 21, 2018 at 1:40 PM, Andre McCurdy wrote: >> On Tue, Jan 23, 2018 at 12:16 PM, Andre McCurdy wrote: >>> On Tue, Dec 5, 2017 at 5:35 PM, Andre McCurdy wrote: From: Ming Liu A flaw was found on my Ubuntu 14.04.5 LT

Re: [OE-core] [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2018-03-28 Thread Scott Rifenbark
ok - I will fix it back in the manual. Thanks On Wed, Mar 28, 2018 at 1:15 PM, Joshua Watt wrote: > I don't believe there are any plans to backport that feature to Rocko, so > I think we probably don't want it in the documentation. > > On Wed, 2018-03-28 at 11:59 -0700, Scott Rifenbark wrote: >

[OE-core] [PATCH] python3: consolidate sqlite3 files

2018-03-28 Thread Ross Burton
Some of the sqlite3 module was in python3-misc by accident, move the files into python3-sqlite3 where they belong. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3/python3-manifest.json | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-dev

Re: [OE-core] [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2018-03-28 Thread Joshua Watt
I don't believe there are any plans to backport that feature to Rocko, so I think we probably don't want it in the documentation. On Wed, 2018-03-28 at 11:59 -0700, Scott Rifenbark wrote: > oops... will it hurt it to be in Rocko? > > > On Wed, Mar 28, 2018 at 11:57 AM, Joshua Watt > wrote: > > S

Re: [OE-core] [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2018-03-28 Thread Scott Rifenbark
oops... will it hurt it to be in Rocko? On Wed, Mar 28, 2018 at 11:57 AM, Joshua Watt wrote: > Scott, > > This documentation update is not needed for Rocko, the corresponding code > change is only on master. Sorry if there was some confusion > > Thanks, > Joshua Watt > > On Wed, 2018-03-28 at 1

Re: [OE-core] [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2018-03-28 Thread Joshua Watt
Scott, This documentation update is not needed for Rocko, the corresponding code change is only on master. Sorry if there was some confusion Thanks,Joshua Watt On Wed, 2018-03-28 at 10:53 -0700, Scott Rifenbark wrote: > Joshua, > > Thanks for the addition. I have implemented the change. You can

Re: [OE-core] host kernel BUGs while building

2018-03-28 Thread Khem Raj
On Wed, Mar 28, 2018 at 10:56 AM, Trevor Woerner wrote: > On Wed 2018-03-28 @ 11:28:09 AM, Trevor Woerner wrote: >> Since this past December (December 18, 2017), >> ... >> Looking through my logs >> they appear to have stopped Mar 23 2018. > > Reviewing my distro's package installer logs (/var/log

Re: [OE-core] host kernel BUGs while building

2018-03-28 Thread Trevor Woerner
On Wed 2018-03-28 @ 11:28:09 AM, Trevor Woerner wrote: > Since this past December (December 18, 2017), > ... > Looking through my logs > they appear to have stopped Mar 23 2018. Reviewing my distro's package installer logs (/var/log/zypp/history): # 2017-11-19 20:39:29 kernel-default-4.4.

Re: [OE-core] [PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

2018-03-28 Thread Scott Rifenbark
Joshua, Thanks for the addition. I have implemented the change. You can see the change at https://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.html#var-SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS. I will back-fill into the 'rocko' development branch of the manuals. Scott On Wed, Mar 21, 2018 at 1:3

Re: [OE-core] [PATCH] qemu: actually use the aarch64 patch

2018-03-28 Thread Victor Kamensky
On Wed, 28 Mar 2018, Ross Burton wrote: Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu_2.11.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu_2.11.1.bb b/meta/recipes-devtools/qemu/qemu_2.11.1.bb index 9095c5f..f4b7d69fcad 100644 ---

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Luca Ceresoli
Hi Ross, On 28/03/2018 17:23, Burton, Ross wrote: > Please backport the patch to rocko and submit it to the list. OK, thanks. Just sent. -- Luca -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.o

[OE-core] [rocko][PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Luca Ceresoli
From: Niko Mauno This mitigates following issues during u-boot do_compile() step -- otherwise, if comm is not available, they are quietly ignored: .../scripts/check-config.sh: line 33: comm: command not found .../scripts/check-config.sh: line 39: comm: command not found Since 'comm' is prov

[OE-core] [PATCH] qemu: actually use the aarch64 patch

2018-03-28 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu_2.11.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/qemu/qemu_2.11.1.bb b/meta/recipes-devtools/qemu/qemu_2.11.1.bb index 9095c5f..f4b7d69fcad 100644 --- a/meta/recipes-devtools/qemu/qemu_2.11.1.bb

[OE-core] [PATCH] ca-certificates: use relative symlinks from $ETCCERTSDIR

2018-03-28 Thread André Draszik
From: André Draszik update-ca-certificates symlinks (trusted) certificates from $CERTSDIR or $LOCALCERTSDIR into $ETCCERTSDIR. update-ca-certificates can call hook scripts installed into /etc/ca-certificates/update.d. Those scripts are passed the pem file in /etc/ssl/certs/ that was added or remo

Re: [OE-core] [PATCH] qemu: fix qemuarm64 intermediate kernel hang in raid6_select_algo func

2018-03-28 Thread Burton, Ross
Not as embarrassing as the people who reviewed the patch and didn't notice that! Ahem. Ross On 28 March 2018 at 16:46, Victor Kamensky wrote: > > > On Mon, 26 Mar 2018, Richard Purdie wrote: > >> On Mon, 2018-03-26 at 11:31 +0100, Burton, Ross wrote: >>> >>> An early winner of Patch of the Day

Re: [OE-core] [PATCH] qemu: fix qemuarm64 intermediate kernel hang in raid6_select_algo func

2018-03-28 Thread Victor Kamensky
On Mon, 26 Mar 2018, Richard Purdie wrote: On Mon, 2018-03-26 at 11:31 +0100, Burton, Ross wrote: An early winner of Patch of the Day in my books. Indeed, getting this one fixed is great as it has been messing up a lot of builds, thanks! Thank you guys. FYI and it is a quite emabarissing

[OE-core] host kernel BUGs while building

2018-03-28 Thread Trevor Woerner
Hi, This email is just a FYI. I thought I'd post it here, in case anyone else goes looking for something similar. My host is openSUSE 42.3. Since this past December (December 18, 2017), whenever I'm performing an OE build on my build/host machine, I would find dozens of the following messages in

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Burton, Ross
Please backport the patch to rocko and submit it to the list. Ross On 28 March 2018 at 15:55, Luca Ceresoli wrote: > Hi, > > On 29/01/2018 18:47, Niko Mauno wrote: >> This mitigates following issues during u-boot do_compile() step -- >> otherwise, if comm is not available, they are quietly ignor

Re: [OE-core] [PATCH] bitbake.conf: Add comm to HOSTTOOLS

2018-03-28 Thread Luca Ceresoli
Hi, On 29/01/2018 18:47, Niko Mauno wrote: > This mitigates following issues during u-boot do_compile() step -- > otherwise, if comm is not available, they are quietly ignored: > > .../scripts/check-config.sh: line 33: comm: command not found > .../scripts/check-config.sh: line 39: comm: comm

Re: [OE-core] Bind update

2018-03-28 Thread akuster808
On 03/28/2018 04:15 AM, Burton, Ross wrote: > Hi Armin, > > Does this mean you are working on the upgrade, or should someone else start > now? I think I did it. just need to find my work. - armin > > Ross > > On 24 March 2018 at 15:35, akuster808 wrote: >> Hello, >> >> While working on updatin

Re: [OE-core] [PATCH 1/3] logrotate: update to 3.14.0

2018-03-28 Thread Burton, Ross
This is causing one of the sanity tests to fail: https://autobuilder.yocto.io/builders/nightly-qa-extras/builds/906/steps/Running%20Sanity%20Tests_2/logs/stdio Cut the url at /906/ and you'll be able to find the build configuration. Ross On 21 March 2018 at 08:36, Yi Zhao wrote: > Signed-off-b

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2018-03-28 Thread Bruce Ashfield
On Wed, Mar 28, 2018 at 8:07 AM, Burton, Ross wrote: > On 28 March 2018 at 13:01, Bruce Ashfield wrote: >> On Wed, Mar 28, 2018 at 6:33 AM, Burton, Ross wrote: >>> Also a non-musl target failed like this: >>> >>> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest) >>> | NOT

[OE-core] [PATCH 1/3] linux-libc-headers: refresh 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch

2018-03-28 Thread Alexander Kanavin
It's only applied with musl and so was missed in the big batch. Signed-off-by: Alexander Kanavin --- .../0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-he

[OE-core] [PATCH 3/3] openssl: update 1.1.0g -> 1.1.0h

2018-03-28 Thread Alexander Kanavin
Please see this security advisory: https://www.openssl.org/news/secadv/20180327.txt Remove 0001-Remove-test-that-requires-running-as-non-root.patch (issue fixed upstream) Remove 0001-aes-asm-aes-armv4-bsaes-armv7-.pl-make-it-work-with-.patch (backport) License-Update: copyright years Signed-off-

[OE-core] "devtool modify"-ing kernel recipes with .scc files

2018-03-28 Thread chris.laplante
Hello all, I have noticed that the "get_recipe_local_files" function of meta/lib/oe/recipeutils.py doesn't have any kind of logic to handle .scc files. This means when you try to 'devtool modify' a kernel recipe that uses them, compilation can fail, for instance if the .scc file includes some c

[OE-core] [PATCH 2/3] openssl: update 1.0.2n -> 1.0.2o

2018-03-28 Thread Alexander Kanavin
Please see this security advisory: https://www.openssl.org/news/secadv/20180327.txt License-Update: copyright years Signed-off-by: Alexander Kanavin --- .../0001-Fix-build-with-clang-using-external-assembler.patch| 0 .../0001-openssl-force-soft-link-to-avoid-rare-race.patch |

Re: [OE-core] [pyro][rocko][PATCH] base.bbclass: fix do_unpack[cleandirs] varflag handling

2018-03-28 Thread Enrico Joerns
On 03/27/2018 04:27 PM, akuster808 wrote: On 03/27/2018 03:40 AM, Enrico Joerns wrote: Ping! If there should be severe changes in the recent base / kernel class code that might make this useless, this is at least a candidate for backporting! This has to be in master first before  I can back p

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2018-03-28 Thread Burton, Ross
On 28 March 2018 at 13:01, Bruce Ashfield wrote: > On Wed, Mar 28, 2018 at 6:33 AM, Burton, Ross wrote: >> Also a non-musl target failed like this: >> >> | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest) >> | NOTE: >> --

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2018-03-28 Thread Bruce Ashfield
On Wed, Mar 28, 2018 at 6:33 AM, Burton, Ross wrote: > Also a non-musl target failed like this: > > | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest) > | NOTE: -- > | NOTE: Traceback (most recent call last)

Re: [OE-core] Bind update

2018-03-28 Thread Burton, Ross
Hi Armin, Does this mean you are working on the upgrade, or should someone else start now? Ross On 24 March 2018 at 15:35, akuster808 wrote: > Hello, > > While working on updating the current bind to the next patch level, I > noticed our current version 9.10.6 will EOL June 2018. I know we are

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2018-03-28 Thread Burton, Ross
Also a non-musl target failed like this: | NOTE: FAIL [6.426s]: test_kernel_module (kernelmodule.KernelModuleTest) | NOTE: -- | NOTE: Traceback (most recent call last): | File "/home/pokybuild/yocto-autobuilder/yocto-worker/nig

Re: [OE-core] [PATCH 0/7] linux-yocto: consolidated pull request

2018-03-28 Thread Burton, Ross
I think it was this pull but musl builds are now failing like this in selftest: | NOTE: FAIL: test_kernel_module (kernelmodule.KernelModuleTest) | NOTE: -- | NOTE: Traceback (most recent call last): | File "/home/pokybuild/yoct

[OE-core] [oe-core] network issue pip is not able to fetch internet on yocto

2018-03-28 Thread piyush kumar
I am trying to do a pip install on poky for one of the python package(i.e. wheel) and it is resulting in this error Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError'('': Failed to establish a new connection: [Errno -2] Name or servic

Re: [OE-core] [PATCH][RFC] pseudo: intercept syscall() and return ENOTSUP for renameat2

2018-03-28 Thread Burton, Ross
On 27 March 2018 at 23:43, Andre McCurdy wrote: >> ++ //va_start (ap, number); > > Without knowing anything about pseudo, commenting this out looks odd? It appears that pseudo's wrappers pass a va_list for you. Then again I know little about pseudo and just hacked until something worked. W

Re: [OE-core] [PATCH RFC] module.bbclass: Fix potential do_compile/do_make_scripts race condition

2018-03-28 Thread Javier Viguera
On 14/05/17 11:07, Mike Crowe wrote: On Monday 08 May 2017 at 11:29:03 +0100, Mike Crowe wrote: We've started seeing the same symptom, but with a v3.14 kernel. We have several recipes that build out-of-tree modules and I can see do_make_scripts for one running at the same time as do_compile for

[OE-core] On target postinst broken for opkg

2018-03-28 Thread Andreas Müller
Hi, Images build with current masters show in postinstall.log: | dpkg: error: failed to open package info file '/var/lib/dpkg/status' for reading: No such file or directory There are two oddities related: * The status file is there but in /var/lib/opkg/status * There is a folder /var/lib/dpkg/ c