Re: [yocto] Issues with alsa-state

2019-12-09 Thread Andy Pont
Quentin wrote... Have a look at the paths traversed by Yocto to find your asound.state in log.do_fetch in the WORKDIR. You'll have the following: DEBUG: Searching for asound.state in paths: There are a lot of paths that it searched in for the file. I’ve moved the file in the file system

Re: [yocto] Issues with alsa-state

2019-12-09 Thread Quentin Schulz
Hi Andy, On Mon, Dec 09, 2019 at 10:40:49AM +, Andy Pont wrote: > Hello! > > I am trying to add a custom asound.state file into my Zeus based i.MX6 > image. I have created a custom .bbappend file with the following contents: > > FILESEXTRAPATHS_prepend_mx6 := "${THISDIR}/${PN}/imx:” >