[yocto] Kernel configuration

Chris Tapp opensource at keylevel.com
Fri Jan 2 12:20:07 PST 2015


On 2 Jan 2015, at 16:26, Jacob Kroon <jacob.kroon at gmail.com> wrote:

> Hi Chris,
> 
> On Fri, Jan 2, 2015 at 3:52 PM, Chris Tapp <opensource at keylevel.com> wrote:
> I thought I knew how to do this, but... ;-)
> 
> I'm trying to add configuration items to the valleyisland BSP. I've got the following bbappend:
> 
> File: linux-yocto_3.10.bbappend
> -------
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> 
> SRC_URI += " file://enable-hid-apple.cfg"
> SRC_URI += " file://enable-R8169.cfg"
> 
> However, these .cfg fragments aren't even getting pulled into the build area.
> 
> Adding a reference to a non-existent file is ignored when I would have expected to see a fetch error
> 
> SRC_URI += "file://fsdfsdfdsfsd"
> 
> What else do I need to do to get my .cfg files pulled in?
> 
>  
> How does your layer.conf look like ? Especially, do you have the *.bbappend files added to BBFILES ? 

The bbappend is being found as adding invalid content to it produces a parsing error.

--

Chris Tapp
opensource at keylevel.com
www.keylevel.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150102/148a9199/attachment.html>


More information about the yocto mailing list