Re: [yocto] Patching /lib/systemd/system/systemd-networkd-wait-online.service

2019-08-01 Thread Khem Raj
you should be patching ./units/systemd-networkd-wait-online.service.in file On Thu, Aug 1, 2019 at 8:14 AM Edward Tyrrell wrote: > > Hi, > > > I'm trying to add a patch to the systemd layer to amend > systemd-networkd-wait-online.service. Within the service I simply want to add > --any as a

[yocto] [meta-security][PATCH] keyutils: remove it

2019-08-01 Thread changqing.li
From: Changqing Li keyutils have been moved to meta-openembeded by this commit https://git.openembedded.org/meta-openembedded/commit/?id=415e213ad75ec9a93171c963395a1c4b92c6233b so remove this one Signed-off-by: Changqing Li --- .../keyutils/files/fix_library_install_path.patch | 28

[yocto] [meta-security][PATCH] keyutils: remove it

2019-08-01 Thread changqing.li
From: Changqing Li keyutils have been moved to meta-openembeded by this commit https://git.openembedded.org/meta-openembedded/commit/?id=415e213ad75ec9a93171c963395a1c4b92c6233b so remove this one Signed-off-by: Changqing Li --- .../keyutils/files/fix_library_install_path.patch | 28

Re: [linux-yocto] linux-yocto-dev falls back to v5.2

2019-08-01 Thread He Zhe
Thanks for information. Zhe On 8/2/19 10:36 AM, Bruce Ashfield wrote: > I've sorted out the issues that I had with the libc-headers and the 5.3 > kernel .. and it wasn't a kernel issue. So I've put linux-yocto-dev back to > 5.3-rc2 and have sent a patch to bump the recipe version in core. At

Re: [linux-yocto] linux-yocto-dev falls back to v5.2

2019-08-01 Thread Bruce Ashfield
I've sorted out the issues that I had with the libc-headers and the 5.3 kernel .. and it wasn't a kernel issue. So I've put linux-yocto-dev back to 5.3-rc2 and have sent a patch to bump the recipe version in core. At this point, I expect it should build and boot on all the arches. Bruce On Tue,

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.3.rc1)

2019-08-01 Thread Yeoh, Ee Peng
Hello All, Intel and WR YP QA is planning for QA execution for YP build yocto-2.6.3.rc1. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw 3. BSP-Qemu Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. NUC 7

Re: [linux-yocto] [PATCH 0000/1228] xilinx-zynqmp: add sdk patches

2019-08-01 Thread qwang2
On 7/31/19 5:13 PM, Michal Simek wrote: On 19. 07. 19 21:12, Bruce Ashfield wrote: On Thu, Jul 18, 2019 at 9:36 AM Bruce Ashfield wrote: On Thu, Jul 18, 2019 at 8:30 AM Michal Simek wrote: On 16. 07. 19 21:44, Bruce Ashfield wrote: On Mon, Jul 15, 2019 at 2:19 AM Wei, Yunguo wrote: On

Re: [yocto] Make the service the last run in boot

2019-08-01 Thread ChenQi
On 08/01/2019 07:08 PM, JH wrote: The application requires network connection to communicate services via Internet, it could only work if the network connection is ready, so I really want to know which system servuce run at last I could put it in the After statement. If you app only requires

Re: [yocto] Anyone tried to build and to use QUIC?

2019-08-01 Thread Randy MacLeod
On 7/31/19 7:06 AM, JH wrote: Hi, I searched recipes for supporting QUIC, but could not find it. Has anyone tried to build and to use QUIC? Thank you. Kind regards, - JH Hi, I presume that you mean QUIC (Quick UDP Internet Connections) as in: https://github.com/conght/quic I also

[yocto] [yocto-autobuilder2][PATCH] builders.py: fix for AB helper repo branch being ignored.

2019-08-01 Thread Thomas Goodwin
Signed-off-by: Thomas Goodwin --- builders.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builders.py b/builders.py index 16c1344..b57bed7 100644 --- a/builders.py +++ b/builders.py @@ -169,6 +169,7 @@ def create_builder_factory(): name="Clobber build dir"))

[yocto] [yocto-autobuilder-helper][PATCH 4/4] layer-config, shared-repo-unpack: Sub-repos in NEEDREPOS

2019-08-01 Thread Thomas Goodwin
The previous fixes requires the user to set "no-layer-add" for a repo and then use ADDLAYER to insert the sub-repos (e.g., meta-openmbedded/meta-oe) as a two-part process. This means that you would also have to specify that flag if a repo that is a layer with dependencies is in the list so that it

[yocto] [yocto-autobuilder-helper][PATCH 3/4] shared-repo-unpack: suppressing exception, returning exit code

2019-08-01 Thread Thomas Goodwin
The preceeding errors that would be shown should be enough to identify the problem since it would have been a problem running bitbake-layers add-layer, indicating a misconfiguration of config.json. Signed-off-by: Thomas Goodwin --- scripts/shared-repo-unpack | 5 - 1 file changed, 4

[yocto] [yocto-autobuilder-helper][PATCH 2/4] layer-config: fixing silent failures from always exiting '0'

2019-08-01 Thread Thomas Goodwin
The return value from bitbakecmd was not being returned when errors occurred which allowed shared-repo-unpack to succeed despite the failure. This fix changes to check_call and a try-catch when attempting to add repos that fail for whatever reason during add-layer, like a missing conf/layer.conf

[yocto] [yocto-autobuilder-helper][PATCH 1/4] config.json: Added meta-openembedded and meta-virtualization

2019-08-01 Thread Thomas Goodwin
The meta-openembedded has no top-level conf/layer.conf, so layer-config's attempt to add it fails (silently). Adding it to the config.json with no-layer-add set to true will bypass this silent failure. The meta-virtualization fails because its repo isn't defined. Once defined, it has a

Re: [yocto] [ptest-runner][PATCH 4/4] Fix additional warnings when using clang

2019-08-01 Thread Randy MacLeod
On 8/1/19 2:19 PM, Anibal Limon wrote: Hi Randy, Just push your clang fixes to master and created v2.3.2 tag, feel free to send a recipe upgrade. Regards, Anibal Hi Anibal, Excellent! I will send a recipe update. Thanks, -- # Randy MacLeod # Wind River Linux --

Re: [yocto] [ptest-runner][PATCH 4/4] Fix additional warnings when using clang

2019-08-01 Thread Anibal Limon
Hi Randy, Just push your clang fixes to master and created v2.3.2 tag, feel free to send a recipe upgrade. Regards, Anibal On Wed, 17 Jul 2019 at 13:36, Randy MacLeod wrote: > Drop unused function parameters in wait_child(). > > The remaining warning in the top dir code is: > utils.c:25:9:

Re: [yocto] Reproducible u-boot

2019-08-01 Thread Joshua Watt
On 8/1/19 9:08 AM, Patrick Doyle wrote: How do I use the reproducible_build class to create a reproducible u-boot? I tried adding inherit reproducible_build Reproducible builds aren't enabled on a per-recipe basis, instead try adding:  INHERIT += "reproducible_build"

Re: [yocto] Make the service the last run in boot

2019-08-01 Thread Rudolf J Streif
Adding After=multi-user.target to the [Unit] section in your systemd service file should do what you want. :rjs On 8/1/19 4:08 AM, JH wrote: > The application requires network connection to communicate services > via Internet, it could only work if the network connection is ready, > so I

Re: [yocto] [meta-mono][PATCH] mono-5.xx: fix an issue with too long paths in doltlibtool

2019-08-01 Thread Alex J Lennon
On 18/06/2019 11:58, Alexander Kanavin wrote: > Ping #2! > > Alex Apologies for the long delay! The patch is in finally... -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Patching /lib/systemd/system/systemd-networkd-wait-online.service

2019-08-01 Thread Edward Tyrrell
Hi, I'm trying to add a patch to the systemd layer to amend systemd-networkd-wait-online.service. Within the service I simply want to add --any as a parameter. The problem is my is bitbake fails with: Applying patch 0020-systemd-networkd-wait-online-service.patch can't find file to patch at

[yocto] gnupg: Fix for host clashes(2d678cd3f4) - reg

2019-08-01 Thread vijai kumar
Hi All, I have been using the rpm signing facility of poky for sometime now. Looks like https://git.yoctoproject.org/cgit.cgi/poky/commit/meta/recipes-support/gnupg/gnupg?id=2d678cd3f4746adce9d89b8daa877fd669f2ca2d introduced a patch for gnupg native to change the socket name from S.gpg-agent to

[yocto] QA notification for completed autobuilder build (yocto-2.6.3.rc1)

2019-08-01 Thread Pokybuild User
A build flagged for QA (yocto-2.6.3.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-2.6.3.rc1 Build hash information: bitbake: 4ce92f43eeac6a4bfd06e8567fa6891614b5b3b0 meta-gplv2: aabc30f3bd03f97326fb8596910b94639fea7575

Re: [yocto] [meta-integrity][PATCH] ima-evm-utils: bump to release 1.2.1

2019-08-01 Thread Dmitry Eremin-Solenikov
чт, 1 авг. 2019 г. в 14:43, akuster808 : > > Dmitry, > > > On 7/31/19 1:24 PM, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Signed-off-by: Dmitry Eremin-Solenikov > > --- > > ...link-to-libcrypto-instead-of-OpenSSL.patch | 65 --- > >

[yocto] Reproducible u-boot

2019-08-01 Thread Patrick Doyle
How do I use the reproducible_build class to create a reproducible u-boot? I tried adding inherit reproducible_build to my u-boot recipe, but when I do that, I generate errors of the form: ERROR: When reparsing /path/tot/u-boot_git.bb.do_deploy_source_date_epoch, the basehash value changed

Re: [yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-08-01 Thread Thomas Goodwin
It's already there, this patch is to make it work as described: http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder2/tree/README-WALKTHROUGHS.md?h=contrib/tgoodwin/config-json-fixes#n79 Consequently, having the variable in your environment is the only way for the janitor to parse and use the

Re: [yocto] [meta-integrity][PATCH] ima-evm-utils: bump to release 1.2.1

2019-08-01 Thread akuster808
Dmitry, On 7/31/19 1:24 PM, dbarysh...@gmail.com wrote: > From: Dmitry Eremin-Solenikov > > Signed-off-by: Dmitry Eremin-Solenikov > --- > ...link-to-libcrypto-instead-of-OpenSSL.patch | 65 --- > ...ls-replace-INCLUDES-with-AM_CPPFLAGS.patch | 43 >

Re: [yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-08-01 Thread akuster
On 7/30/19 11:36 AM, Thomas Goodwin wrote: > The readme suggests exporting this variable from the > environment to expose multiple configuration JSON files > but the intended behavior doesn't work without adding the > variable to extra_env. Any chance of updating documentation on how to use

Re: [yocto] QA cycle report for 2.8 M2 RC1

2019-08-01 Thread akuster
On 8/1/19 3:00 AM, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-08-01 at 07:30 +, Yeoh, Ee Peng wrote: >> This is the full report for 2.8 M2 RC1: >> https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=zeus=d550d40646e1ca78a4b5d106e1b20831208b4c37 >> >>

Re: [yocto] Make the service the last run in boot

2019-08-01 Thread JH
The application requires network connection to communicate services via Internet, it could only work if the network connection is ready, so I really want to know which system servuce run at last I could put it in the After statement. On 8/1/19, ChenQi wrote: > On 08/01/2019 03:37 PM, JH wrote:

Re: [yocto] QA cycle report for 2.8 M2 RC1

2019-08-01 Thread richard . purdie
On Thu, 2019-08-01 at 07:30 +, Yeoh, Ee Peng wrote: > This is the full report for 2.8 M2 RC1: > https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=zeus=d550d40646e1ca78a4b5d106e1b20831208b4c37 > > === Summary > No high milestone defects. > Two new

Re: [yocto] Make the service the last run in boot

2019-08-01 Thread ChenQi
On 08/01/2019 03:37 PM, JH wrote: Hi, How can I find the systemd last run service I can put it in my network application After=? I need my network application service to be run at last in boot, I made After=connman and Requires=connman.service that did not work, always failed in boot, I have

[yocto] Make the service the last run in boot

2019-08-01 Thread JH
Hi, How can I find the systemd last run service I can put it in my network application After=? I need my network application service to be run at last in boot, I made After=connman and Requires=connman.service that did not work, always failed in boot, I have to manually restart the network

[yocto] QA cycle report for 2.8 M2 RC1

2019-08-01 Thread Yeoh, Ee Peng
Hello All, This is the full report for 2.8 M2 RC1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=zeus=d550d40646e1ca78a4b5d106e1b20831208b4c37 === Summary No high milestone defects. Two new defects are found in this cycle, both beaglebone and

Re: [yocto] Yocto build failed to include service file in /deplogy/images/image.wic.gz

2019-08-01 Thread JH
Thank you so much Rudolf, that was indeed solved the problem. Great appreciate it. Cheers. - JH On 8/1/19, Rudolf J Streif wrote: > JH, > > To enable systemd service for your application your recipe needs to > inherit the systemd class and install the service file in the proper > directory.