[yocto] How to create img file from a working machine

2018-05-15 Thread Denis
Hi. This is my first experience with Yocto.
After having create a working machine this is the machine file list

*bzImage* 
*bzImage-qemux86.bin* 
*core-image-minimal-qemux86-20180515141056.rootfs.tar.bz2* 
*core-image-minimal-qemux86.ext4* 
*core-image-minimal-qemux86.manifest* 
*core-image-minimal-qemux86.qemuboot.conf* 
*core-image-minimal-qemux86.tar.bz2* 
*core-image-minimal-qemux86.testdata.json* 
*core-image-sato-qemux86-20180515175948.rootfs.tar.bz2* 
*core-image-sato-qemux86.ext4* 
*core-image-sato-qemux86.manifest* 
*core-image-sato-qemux86.qemuboot.conf* 
*core-image-sato-qemux86.tar.bz2* 
*core-image-sato-qemux86.testdata.json* 
*modules--4.14.30+git0+ea9330894e_74f6cd2b69-r0-qemux86-20180515055407.tgz* 
*modules-qemux86.tgz*


Now how can I create a img file? I have searched on the web but I have found 
nothing.

Regards.



+39.347.4070897
www.labcsp.com[1] 
www.denisgottardello.it[2] 
GMT+1
Skype: mrdebug


[1] http://www.labcsp.com
[2] http://www.denisgottardello.it
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi] No package 'wayland-egl' found

2018-05-15 Thread Bill Jenkins
Hi Andrei,

Thanks so much for confirming the issue.

> On May 15, 2018, at 4:18 AM, Andrei Gherzan  wrote:
> 
> Hi,
> 
> On Tue, May 15, 2018 at 1:48 AM, Bill Jenkins  > wrote:
> 
> > On May 14, 2018, at 2:43 PM, Bill Jenkins  > > wrote:
> > 
> > Hi,
> > 
> > I just sync'd to the head of the master branch in the poky and 
> > meta-raspberrypi repos today 
> > and tried a build that successfully completed last week, but now fails with 
> > the error message
> > "No package 'wayland-egl' found" during the gtk+3_3.22.29.bb:do_configure 
> > task.
> > 
> > I see some recent commits in both branches related to egl movement between 
> > wayland
> > and userland. I made sure to be up-to-date in both repos. What could I be 
> > missing?
> > 
> 
> I found that by removing the do_install_append_rpi() from commit de8912cb, 
> the build
> finishes successfully. Is there something else that this commit is depending 
> on that I do
> not have?
> 
> 
> I can confirm this is an issue introduced by 
> https://github.com/agherzan/meta-raspberrypi/pull/247 
>  . We will be fixing 
> this soon but in the meanwhile could you create a new issue in github?

Done. It is entered as issue 259 in the meta-raspberry repo 
(https://github.com/agherzan/meta-raspberrypi/issues/259 
).

Best regards,
Bill


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] -c populate_sdk question

2018-05-15 Thread Steve Pavao
Hello,

Is there an easy way to exclude a section of my local conf when I am building 
with -c populate_sdk option?

Long story short, I have some multilib-related entries in my local.conf which I 
need when building only the OS image, but which cause errors when building the 
SDK.

It’s be easiest if I could put a conditional around the multilib-related 
entries in my local.conf.  Then when I build with the -c populate_sdk option, 
they would be excluded from that build.

I noticed there are many SDK* variables in the Bitbake system, but I’m not so 
sure what are the best one/ones to use for my purpose, and what is the 
recommended syntax to achieve this conditional exclusion in my local.conf.

Thanks in advance for any ideas.

- Steve Pavao
Korg R&D

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] LIC_FILES_CHKSUM: spaces in file names

2018-05-15 Thread Mark Hatle
On 5/15/18 7:25 AM, Damien LEFEVRE wrote:
> Hi,
> 
> I have a base recipe generated with devtool.
> 
> The package I build has several license files which contain space characters 
> in
> the file names.
> 
> LIC_FILES_CHKSUM = "file://COPYRIGHT.md;md5=b229ca0c79785e9e86311477e7bdd9ea \
>                                          file://LICENSES/MIT
> License.txt;md5=3ba96e7848c3cedc5df2d00094a0d0f3 \
>                                          file://LICENSES/FreeImage Public
> License.txt;md5=ffcd65468a2d2b3e3e43fbaf63ceedf7 \
>                                          file://LICENSES/Boost Software
> License.txt;md5=2c7a3fa82e66676005cd4ee2608fd7d2 \
>                                      file://LICENSES/zlib-libpng
> License.txt;md5=09b00738058950409d6955872d715416 \
>                                      file://LICENSES/OpenSIFT
> License.txt;md5=7a69fc0ac94076df51f7db9b0c02fe7c \
>                                      file://LICENSES/ISSL
> License.txt;md5=1ba0d78ed416760e4a8ef3dc121e69c8"
> 
> Bitbake fails and seem to break at the first space character
> LIC_FILES_CHKSUM contains an invalid URL:
> License.txt;md5=3ba96e7848c3cedc5df2d00094a0d0f3
> 
> How can I deal with this? Any other options than renaming the files? 
> 
> I tried surrounding with quotes, "\ "using, nothing helps.

I've not tried it, but since these are URIs, did you try %20?

--Mark

> Thanks,
> -Damien
> 
> 

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] LIC_FILES_CHKSUM: spaces in file names

2018-05-15 Thread Damien LEFEVRE
Hi,

I have a base recipe generated with devtool.

The package I build has several license files which contain space
characters in the file names.

LIC_FILES_CHKSUM =
"file://COPYRIGHT.md;md5=b229ca0c79785e9e86311477e7bdd9ea \
 file://LICENSES/MIT
License.txt;md5=3ba96e7848c3cedc5df2d00094a0d0f3 \
 file://LICENSES/FreeImage Public
License.txt;md5=ffcd65468a2d2b3e3e43fbaf63ceedf7 \
 file://LICENSES/Boost Software
License.txt;md5=2c7a3fa82e66676005cd4ee2608fd7d2 \
 file://LICENSES/zlib-libpng
License.txt;md5=09b00738058950409d6955872d715416 \
 file://LICENSES/OpenSIFT
License.txt;md5=7a69fc0ac94076df51f7db9b0c02fe7c \
 file://LICENSES/ISSL
License.txt;md5=1ba0d78ed416760e4a8ef3dc121e69c8"

Bitbake fails and seem to break at the first space character
LIC_FILES_CHKSUM contains an invalid URL:
License.txt;md5=3ba96e7848c3cedc5df2d00094a0d0f3

How can I deal with this? Any other options than renaming the files?

I tried surrounding with quotes, "\ "using, nothing helps.

Thanks,
-Damien
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi] No package 'wayland-egl' found

2018-05-15 Thread Andrei Gherzan
Hi,

On Tue, May 15, 2018 at 1:48 AM, Bill Jenkins  wrote:

>
> > On May 14, 2018, at 2:43 PM, Bill Jenkins  wrote:
> >
> > Hi,
> >
> > I just sync'd to the head of the master branch in the poky and
> meta-raspberrypi repos today
> > and tried a build that successfully completed last week, but now fails
> with the error message
> > "No package 'wayland-egl' found" during the gtk+3_3.22.29.bb:do_configure
> task.
> >
> > I see some recent commits in both branches related to egl movement
> between wayland
> > and userland. I made sure to be up-to-date in both repos. What could I
> be missing?
> >
>
> I found that by removing the do_install_append_rpi() from commit de8912cb,
> the build
> finishes successfully. Is there something else that this commit is
> depending on that I do
> not have?
>
>
I can confirm this is an issue introduced by https://github.com/
agherzan/meta-raspberrypi/pull/247 . We will be fixing this soon but in the
meanwhile could you create a new issue in github?

Regards,
Andrei
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Ptest log

2018-05-15 Thread Anuj Mittal
On 05/09/2018 03:24 PM, Somshekar C Kadam wrote:
> I use the parser to generate wiki page output provided in qa tools, next
> I need to copy the content  to wiki page which I have no access to get
> the same output format. 
> 
> Please suggest what is that I need to do if I need to get the same
> output format, as I see it contains excel/xml  format. 
> 
> or if there is an other alternative method  to get list of PASS and FAIL
> numbers of each package ptest results. 

It should be easy to modify that script to have the section to parse the
logs and display it differently.

Or, use one of the mediawiki parsers to convert the markup to a
different format ...

Thanks,
Anuj
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Ptest log

2018-05-15 Thread Somshekar C Kadam
Hi All,

Any pointer will help, please let me know

regards
Somshekar

Regards
Somshekar C Kadam
9036660538

On Wed, May 9, 2018 at 12:54 PM, Somshekar C Kadam 
wrote:

> Hi All,
> I am newbie to the ptest.
> I have run ptest on ARM and Intel target board.
> Now I want to have the output format as given in link below
> https://wiki.yoctoproject.org/wiki/Ptest_f49ee61422c867516db252054e993d
> f29f775136
>
>
>
>
> I use the parser to generate wiki page output provided in qa tools, next I
> need to copy the content  to wiki page which I have no access to get the
> same output format.
>
> Please suggest what is that I need to do if I need to get the same output
> format, as I see it contains excel/xml  format.
>
> or if there is an other alternative method  to get list of PASS and FAIL
> numbers of each package ptest results.
>
>
>
> Thanks in advance
>
>
> Regards
> Somshekar C Kadam
> 9036660538
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto