Re: [yocto] cmake / no such file or directory ??!

2019-02-08 Thread Fernando AE
Hello Guy,I would also say that something is strange with the "AUTOINC" in your file paths, unless you set a variable like that on purpose. Regards, Fernando On Tue, Feb 5, 2019 at 10:23 AM Guy Morand wrote: > > Sorry Yocto developers! > > I have found the issue, in my CMakeLists.txt, I changed

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

2019-02-08 Thread Richard Purdie
On Fri, 2019-02-08 at 04:38 +, Jain, Sangeeta wrote: > This is the full report for 2.7 M2 RC1: > > https://wiki.yoctoproject.org/wiki/WW01_-_2019-01-28_-_Full_Test_Cycle_2.7_M2_RC1 > > === Summary > > All planned tests were executed. > Total Test Executed - 3629 > Passed Test

[yocto] [meta-ti] Pandaboard not booting

2019-02-08 Thread Madhu B
Hi everyone, I was trying to bring-up the AGL on Pandaboard. With the default yocto layer(meta-ti) in the AGL source code, I was able to generate the target image(agl-image-minimal). When I tried to boot the board with the generated image, the board is not booting and even I didn't see any log on

[yocto] Update kernel by package-management

2019-02-08 Thread Mauro Ziliani
Hi all. I know this is a VERY dangerous operation, but I'm curious. Is it possible to upgrade the kernel & dtb from debian package in Yocto? That is: there is a recipe  (which produce a deb package) to copy zImage and imx6dl-sabresd.dtb directly in the boot partition? I working on a imx6sabre

[yocto] recipe that worked on morty fails on sumo

2019-02-08 Thread Greg Wilson-Lindberg
I'm working on a boot2qt build of Yocto and the latest release converted to sumo. I'm have a recipe for canfestival that we have been using for builds with morty that uses several of the packages that are provided by the PACKAGES symbol: #original from morty #FILES_${PN}-dev = "/usr/lib/libc

Re: [yocto] cmake / no such file or directory ??!

2019-02-08 Thread Max Halldén
Hi, That looks a lot like what I got when I was setting the 'PV' variable based on 'SRCREV' instead of 'SRCPV'. Maybe start checking there :) Best regards, Max On 2019-02-08 09:41, Fernando AE wrote: > Hello Guy,I would also say that something is strange with the > "AUTOINC" in your file paths