From: John Whitmore <arigead@gmail.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: yocto@yoctoproject.org
Subject: Re: Changing Config for linux-raspberrypi
Date: Wed, 6 Nov 2013 22:06:18 +0000 [thread overview]
Message-ID: <20131106220618.GC16472@griso.site> (raw)
In-Reply-To: <alpine.DEB.2.02.1311061646400.26091@oneiric>
On Wed, Nov 06, 2013 at 04:47:21PM -0500, Robert P. J. Day wrote:
> On Wed, 6 Nov 2013, John Whitmore wrote:
>
> > Was struggling with the documentation on making chages to the config file used
> > by the raspberrypi linux kernel. I'd got my own layer with a two line append file:
> >
> > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}"
> ^
> there should be a ":"
>
typo in the manual, unless I've got an out of date one:
http://www.yoctoproject.org/docs/1.5/kernel-dev/kernel-dev.html#creating-the-append-file
But unfortunately that has not changed anything, I'm afraid. I've tried a
build and it failed and then checked with "bitbake -e linux-raspberrypi"
The output from the -e gives the lines at the start of do_configure()
do_configure() {
install -m 0644 /home/john/raspberrypi/poky/build/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+git63b69a8806ce1890711ff55280c90673ea415933-r7/git/arch/arm/configs/defconfig /home/john/raspberrypi/poky/build/tmp/work/raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.6.11+git63b69a8806ce1890711ff55280c90673ea415933-r7/defconfig || die "No default configuration for raspberrypi / defconfig available."
# Clean .config
As you can see the install command is hard wired to copy the config file from
the build tree as opposed to my-layer tree.
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
next prev parent reply other threads:[~2013-11-06 22:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 21:40 Changing Config for linux-raspberrypi John Whitmore
2013-11-06 21:47 ` Robert P. J. Day
2013-11-06 22:06 ` John Whitmore [this message]
2013-11-07 10:51 ` Paul Eggleton
2013-11-07 2:44 ` Bruce Ashfield
2013-11-08 1:04 ` John Whitmore
2013-11-08 4:33 ` Bruce Ashfield
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=20131106220618.GC16472@griso.site \
--to=arigead@gmail.com \
--cc=rpjday@crashcourse.ca \
--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.