From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 8FAC3E008F6; Fri, 2 Jan 2015 12:20:19 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from a180.4uh.net (a180.4uh.net [89.248.60.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 490E9E0082F for ; Fri, 2 Jan 2015 12:20:14 -0800 (PST) Received: from durham.keylevel.com ([88.97.63.243]:27850 helo=macbook-pro.durham.keylevel.com) by a180.4uh.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1Y78hc-004F00-FS; Fri, 02 Jan 2015 20:20:10 +0000 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) From: Chris Tapp In-Reply-To: Date: Fri, 2 Jan 2015 20:20:07 +0000 Message-Id: References: <60148DA2-CAB2-416A-BDEE-783705B3E24E@keylevel.com> To: Jacob Kroon X-Mailer: Apple Mail (2.1878.6) X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a180.4uh.net X-AntiAbuse: Original Domain - yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - keylevel.com X-Get-Message-Sender-Via: a180.4uh.net: authenticated_id: chris.tapp@keylevel.com Cc: Yocto Project Subject: Re: Kernel configuration X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 20:20:19 -0000 Content-Type: multipart/alternative; boundary="Apple-Mail=_4175E09C-5ECF-4777-80F4-3DA968306B4F" --Apple-Mail=_4175E09C-5ECF-4777-80F4-3DA968306B4F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 2 Jan 2015, at 16:26, Jacob Kroon wrote: > Hi Chris, >=20 > On Fri, Jan 2, 2015 at 3:52 PM, Chris Tapp = wrote: > I thought I knew how to do this, but... ;-) >=20 > I'm trying to add configuration items to the valleyisland BSP. I've = got the following bbappend: >=20 > File: linux-yocto_3.10.bbappend > ------- > FILESEXTRAPATHS_prepend :=3D "${THISDIR}/${PN}:" >=20 > SRC_URI +=3D " file://enable-hid-apple.cfg" > SRC_URI +=3D " file://enable-R8169.cfg" >=20 > However, these .cfg fragments aren't even getting pulled into the = build area. >=20 > Adding a reference to a non-existent file is ignored when I would have = expected to see a fetch error >=20 > SRC_URI +=3D "file://fsdfsdfdsfsd" >=20 > What else do I need to do to get my .cfg files pulled in? >=20 > =20 > How does your layer.conf look like ? Especially, do you have the = *.bbappend files added to BBFILES ?=20 The bbappend is being found as adding invalid content to it produces a = parsing error. -- Chris Tapp opensource@keylevel.com www.keylevel.com --Apple-Mail=_4175E09C-5ECF-4777-80F4-3DA968306B4F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On 2 Jan 2015, at 16:26, Jacob Kroon = <jacob.kroon@gmail.com>= wrote:

Hi Chris,

On Fri, Jan 2, 2015 at = 3:52 PM, Chris Tapp <opensource@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 :=3D "${THISDIR}/${PN}:"

SRC_URI +=3D " file://enable-hid-apple.cfg"
= SRC_URI +=3D " 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 +=3D "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.

= --Apple-Mail=_4175E09C-5ECF-4777-80F4-3DA968306B4F--