Re: [yocto] Getting kernel patch to work

2020-03-10 Thread Anders Montonen
Hi, > On 11 Mar 2020, at 1:57, Greg Wilson-Lindberg wrote: > > SRC_URi += "file://0001-drm-vc4-Keep-the-binner-BO-through-suspend-GWL.patch” It looks like you have a typo here, the last letter of SRC_URI isn’t capitalized. -a-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

[yocto] Menuconfig for imx8mq-var-dart #yocto

2020-03-10 Thread Amrun Nisha.R
I want to use the menu config for the imx8mq-var-dart machine. I have updated the conf/local.conf with imx8mq-var-dart configurations. MACHINE ??= 'imx8mq-var-dart' DISTRO ?= 'fsl-imx-wayland' PACKAGE_CLASSES ?= "package_rpm" EXTRA_IMAGE_FEATURES ?= "debug-tweaks" USER_CLASSES ?= "buildstats imag

[yocto] Uboot NetBoot IMX8

2020-03-10 Thread Trevor
Hello Yocto Community, I am trying to get an IMX8 board from TechNexion to boot using the netboot command from within uboot. (IE mounting the filesystem remotely) I have configured tftp and the NFS server and initially things seem to be working: the board boots, starts the kernel that was gr

Re: [yocto] uboot netboot

2020-03-10 Thread Rudolf J Streif
Hi Trevor, I am afraid the error message did not make it into your previous e-mail. :rjs On 3/10/20 5:29 PM, Trevor wrote: > Hello Yocto Project, > > I am working with a IMX8 based board from TechNexion. > > I am having troubles getting the board to boot using netboot from > within uboot.   >

[yocto] uboot netboot

2020-03-10 Thread Trevor
Hello Yocto Project, I am working with a IMX8 based board from TechNexion. I am having troubles getting the board to boot using netboot from within uboot. I have the tftp server setup as well as the NFS server setup on the host machine. Initially seems things to mount ok and the kernel starts

[yocto] Getting kernel patch to work

2020-03-10 Thread Greg Wilson-Lindberg
I'm using a boot2qt version of a warrior Yocto build for a raspberry pi4. I'm trying to apply a patch to a driver in the linux kernel. I'm following the procedures laid out in the book "Embedded Linux Systems with the Yocto Project". I already have a kernel .bbappend file that I'm using to modi

[yocto] Yocto Project Status WW10'20

2020-03-10 Thread Stephen Jolley
Current Dev Position: YP 3.1 M3 - At Feature Freeze, build pending Next Deadline: YP 3.1 M3 build date 2/24/2020 Next Team Meetings: * Bug Triage meeting Thursday Mar. 12th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesda

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-10 Thread Richard Purdie
On Tue, 2020-03-10 at 11:33 +, mikko.rap...@bmw.de wrote: > On Fri, Feb 28, 2020 at 11:25:59PM +, Richard Purdie wrote: > > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > > This is probably a fairly short question (I hope): > > > I’m working on a branch based on zeus. I found a bu

Re: [yocto] Should changing a task in the .bb file cause the task to be rerun?

2020-03-10 Thread Mikko Rapeli
On Fri, Feb 28, 2020 at 11:25:59PM +, Richard Purdie wrote: > On Fri, 2020-02-28 at 22:51 +, Sean McKay wrote: > > This is probably a fairly short question (I hope): > > I’m working on a branch based on zeus. I found a bug in the way that > > one of our recipes was handling something during

Re: [yocto] What is the Yocto / OE recipe for u-boot-fw-utils how can append it?

2020-03-10 Thread Quentin Schulz
Hi JH, On Tue, Mar 10, 2020 at 08:23:37PM +1100, JH wrote: > Hi, > > I could not find u-boot-fw-utils recipe from OE git repository, when I > added it to build package, it did build u-boot-fw-utils/1_2019.07-r0 > from git://git.denx.de/u-boot.git, but I could not make a bbapend to > it as I don't

[yocto] What is the Yocto / OE recipe for u-boot-fw-utils how can append it?

2020-03-10 Thread JH
Hi, I could not find u-boot-fw-utils recipe from OE git repository, when I added it to build package, it did build u-boot-fw-utils/1_2019.07-r0 from git://git.denx.de/u-boot.git, but I could not make a bbapend to it as I don't know what is the bb name. Appreciate your help and advice. Thank you.

Re: [yocto] do_rootfs task took long time to finish

2020-03-10 Thread Marek Belisko
On Wed, Feb 19, 2020 at 11:01 PM Khem Raj wrote: > > > > On 2/17/20 11:55 PM, Marek Belisko wrote: > > Hi, > > > > I'm debugging strange issue that do_rootfs task took ~50 minutes. I > > enabled buildstats and from that I learned it's quite long. Any ideas > > how to debug this issue? My idea was