From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Bryan Evenson <bevenson@melinkcorp.com>
Cc: "poky@yoctoproject.org" <poky@yoctoproject.org>
Subject: Re: Errors attempting to build AT91SAM9x5 BSP
Date: Tue, 13 Nov 2012 17:52:46 +0000 [thread overview]
Message-ID: <7874263.lvMpyGKaak@helios> (raw)
In-Reply-To: <91586D499ADFD74FBCFB8425266A5DE4012C7CF3282A@pluto.melinkcorp.local>
On Tuesday 13 November 2012 12:46:42 Bryan Evenson wrote:
> Here is the original bblayers.conf file before I started creating my BSP:
>
> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> LCONF_VERSION = "6"
>
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
>
> BBLAYERS ?= " \
> /media/sda3/yocto/poky-danny-8.0/meta \
> /media/sda3/yocto/poky-danny-8.0/meta-yocto \
> /media/sda3/yocto/poky-danny-8.0/meta-yocto-bsp \
> "
>
> And here is what it looks like after adding my BSP layer:
>
> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> LCONF_VERSION = "7"
>
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
>
> BBLAYERS ?= " \
> /media/sda3/yocto/poky-danny-8.0/meta \
> /media/sda3/yocto/poky-danny-8.0/meta-yocto \
> /media/sda3/yocto/poky-danny-8.0/meta-yocto-bsp \
> /media/sda3/yocto/poky-danny-8.0/meta-intellihood-qemu \
> "
>
> Although, I just tried building again after changing the LCONF_VERSION back
> down to 6, and this time bitbake operates. I know I'd tried that before
> and it hadn't worked. The only difference that I can think of is that I've
> closed my terminal window and reopened it since my first posting and this
> one, which means I had to re-source the oe-init-build-env script. Is it
> possible that this was causing my problems from before?
You shouldn't increase LCONF_VERSION unless LAYER_CONF_VERSION increases, and
certainly it shouldn't be increased beyond the value of LAYER_CONF_VERSION
(currently this is 6 in meta-yocto, 5 in OE-Core); why it would be telling you
it had updated it if you did do that I don't know, that's certainly not
intended behaviour.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2012-11-13 17:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 18:27 Errors attempting to build AT91SAM9x5 BSP Bryan Evenson
2012-11-13 16:26 ` Bryan Evenson
2012-11-13 17:10 ` Paul Eggleton
2012-11-13 17:46 ` Bryan Evenson
2012-11-13 17:52 ` Paul Eggleton [this message]
2012-11-13 19:17 ` Bryan Evenson
2012-11-15 11:03 ` Paul Eggleton
2012-11-19 16:35 ` Bryan Evenson
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=7874263.lvMpyGKaak@helios \
--to=paul.eggleton@linux.intel.com \
--cc=bevenson@melinkcorp.com \
--cc=poky@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.