From: Kevin Strasser <kevin.strasser@linux.intel.com>
To: "Saridakis, Dean (US SSA)" <dean.saridakis@baesystems.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Config fragment not being picked up
Date: Thu, 11 Apr 2013 14:12:50 -0700 [thread overview]
Message-ID: <20130411211247.GA15702@wrk> (raw)
In-Reply-To: <20130411210547.7F1C9E01496@yocto-www.yoctoproject.org>
On Thu, Apr 11, 2013 at 09:05:37PM +0000, Saridakis, Dean (US SSA) wrote:
> Think I've followed the example in the manual correctly. My append file is pretty simple:
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}"
It looks like you forgot the colon at the end of the path.
Try this:
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-Kevin
> SRC_URI += "file://can.cfg"
>
> I'm doing this in a layer on top of a yocto-based SDK. Don't think it should matter, but the underlying kernel recipe has:
>
> do_configure_prepend() {
> # copy desired defconfig so we pick it up for the real kernel_do_configure
> cp ${KERNEL_DEFCONFIG} ${B}/.config
> }
>
> Wasn't able to make much sense of the log: lots of "DEBUG: Removing manifest ..." and then some kcfonig output?
> Any advice/suggestions?
>
> Thanks,
>
> Dean
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
next parent reply other threads:[~2013-04-11 21:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20130411210547.7F1C9E01496@yocto-www.yoctoproject.org>
2013-04-11 21:12 ` Kevin Strasser [this message]
2013-04-11 23:19 ` Config fragment not being picked up Saridakis, Dean (US SSA)
[not found] <201304151736.r3FHaW7N002460@mr1.windriver.com>
2013-04-15 17:39 ` Bruce Ashfield
[not found] <201304151517.r3FFHWcD018317@mr1.windriver.com>
2013-04-15 15:20 ` Bruce Ashfield
2013-04-15 17:36 ` Saridakis, Dean (US SSA)
[not found] <20130411231941.C175BE0146C@yocto-www.yoctoproject.org>
2013-04-12 0:42 ` Bruce Ashfield
2013-04-15 14:53 ` Saridakis, Dean (US SSA)
2013-04-15 14:58 ` Bruce Ashfield
2013-04-15 15:17 ` Saridakis, Dean (US SSA)
2013-04-11 21:05 Saridakis, Dean (US SSA)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130411211247.GA15702@wrk \
--to=kevin.strasser@linux.intel.com \
--cc=dean.saridakis@baesystems.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.