[yocto] bitbake openamp-image-minimal fails to create image

2019-01-06 Thread Pandey, Kamal
Hello, I used the meta-openamp layer for r5-a53 communication. but when I simply ran $bitbake openamp-image-minimal, it gave me the following error: ERROR: openamp-image-minimal-1.0-r0 do_rootfs: Could not invoke dnf. Command

[yocto] [Recipe reporting system] Upgradable recipe name list

2019-01-06 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version

Re: [linux-yocto] [kernel-cache][PATCH 1/2] qemuarma9: remove unused qemuarma9 configs

2019-01-06 Thread Bruce Ashfield
On Fri, Jan 4, 2019 at 4:39 PM Jon Mason wrote: > > Nothing in the Yocto Project is currently using the qemuarma9 configs, > and this appears to be cruft. Also, there are kernel compile warnings > when attempting to compile on v4.18 kernels. Instead of fixing it, > simply remove this to clean

Re: [yocto] Making a script into an executable binary in yocto

2019-01-06 Thread Jon Szymaniak
Could you provide a bit more context about your particular use-case and need to do this? i.e. Why is deployment of the existing script insufficient? I know this isn’t addressing your underlying question, but just want to see if perhaps an alternative solution may be a better one for you. On

[yocto] Making a script into an executable binary in yocto

2019-01-06 Thread nishant poorswani
Hi, I wanted to know which is the best way of converting a bash script into an executable binary in yocto. One way to do this is to add a recipe for shc( script compiler) in yocto and then use the shc for compiling it in another recipe. Is there any other way to achieve this ? Any suggestions

Re: [yocto] Some Guide for CI/CD with Yocto

2019-01-06 Thread Alexander Kanavin
On Fri, 4 Jan 2019 at 21:33, Shantanoo Desai wrote: > I just have become more comfortable with Yocto for e.g. using devtool and > basic bitbake commands. > > I am was successfully able to create some python applications for my target > board via a layer. I would like to use CI / CD eventually

[yocto] [PATCH][ptest-runner] ptest-runner: Add support to report duration of each ptest

2019-01-06 Thread Aníbal Limón
In stdout reported as, ... BEGIN: ptest-dir ... DURATION: Ns END: ptest-dir ... In XML reported as, ... Ns ... Signed-off-by: Aníbal Limón --- tests/data/reference.xml | 2 ++ tests/utils.c| 20 utils.c | 19 ---