Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: "Robert P. J. Day" <rpjday@crashcourse.ca>
Cc: OE Core mailing list <openembedded-core@lists.openembedded.org>
Subject: Re: appears to be inconsistency re: base-files between oe-core and meta-angstrom
Date: Thu, 29 Aug 2013 13:49:52 +0200	[thread overview]
Message-ID: <20130829114952.GO3544@jama> (raw)
In-Reply-To: <alpine.DEB.2.02.1308290733210.5515@oneiric>

[-- Attachment #1: Type: text/plain, Size: 3352 bytes --]

On Thu, Aug 29, 2013 at 07:37:17AM -0400, Robert P. J. Day wrote:
> On Thu, 29 Aug 2013, Martin Jansa wrote:
> 
> > On Thu, Aug 29, 2013 at 07:00:45AM -0400, Robert P. J. Day wrote:
> > > On Thu, 29 Aug 2013, Martin Jansa wrote:
> > >
> > > > On Thu, Aug 29, 2013 at 06:29:17AM -0400, Robert P. J. Day wrote:
> > > > >
> > > > >   trying to build a "hardware-bringup-image" defined in angstrom layer
> > > > > and running into:
> > > > >
> > > > > ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target already exists: /var/log -> /var/volatile/log
> > > > > ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target already exists: /var/run -> /run
> > > > > ERROR: QA Issue: Fixup Perms: Unable to correct directory link, target already exists: /var/tmp -> /var/volatile/tmp
> > > > >
> > > > > this would *appear* to be because oe-core defines, in
> > > > > base-files_3.0.14.bb:
> > > > >
> > > > > volatiles = "log tmp"
> > > > > ... snip ...
> > > > >         for d in ${volatiles}; do
> > > > >                 ln -sf volatile/$d ${D}${localstatedir}/$d
> > > > >         done
> > > > >         ln -snf ../run ${D}${localstatedir}/run
> > > > >         ln -snf ../run/lock ${D}${localstatedir}/lock
> > > > >
> > > > > which seems to want to create /var/{run,log,tmp} as symlinks, but over
> > > > > in meta-angstrom, we have base-files_3.0.14.bbappend which seems to
> > > > > want to create them as actual directories instead:
> > > >
> > > > Expectations from base-files .bbappend and FILESYSTEM_PERMS_TABLES need
> > > > to be consistent, is it possible that you're using .bbappend from
> > > > angstrom and not FILESYSTEM_PERMS_TABLES set by angstrom config?
> > > >
> > > > conf/distro/include/angstrom-core-tweaks.inc:FILESYSTEM_PERMS_TABLES = "fs-perms-angstrom.txt"
> > >
> > >   ah, i suspect that's what's happening. so what's the correct way to
> > > set up this OE build? i'm trying to build the angstrom
> > > "hardware-bringup-image" using a current oe-core, and my bblayers.conf
> > > file looks like:
> > >
> > > BBLAYERS ?= " \
> > >   /home/rpjday/oe/dist/layers/oe-core/meta \
> > >   /home/rpjday/oe/dist/layers/meta-openembedded/meta-oe \
> > >   /home/rpjday/oe/dist/layers/meta-angstrom \
> > >   /home/rpjday/oe/dist/layers/meta-ti \
> > >   "
> >
> > What's your DISTRO value? distroless oe-core?
> 
>   distroless. i realize i *could* set a value for DISTRO, but it would
> seem that i shouldn't have to in order to avoid a build error.
> 
>   in any event, you clearly see exactly what's causing the error --
> that the base-files bbappend file from meta-angstrom is clashing with
> the base-files recipe from oe-core. if you want me to try anything
> different, i have lots of time today to test. if you want me to select
> a DISTRO, i can certainly do that.

You can add that line from angstrom-core-tweaks into your local.conf,
but it depends on distro maintainer if he wants to support different
DISTROs in distro layer.

In other words, everything in distro layer can usually assume correct
distro configuration, when you're using some recipes from distro layer
with your own distro or distroless config then you're on your own
unsupported combination.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

      parent reply	other threads:[~2013-08-29 11:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-29 10:29 appears to be inconsistency re: base-files between oe-core and meta-angstrom Robert P. J. Day
2013-08-29 10:49 ` Martin Jansa
2013-08-29 11:00   ` Robert P. J. Day
2013-08-29 11:27     ` Martin Jansa
2013-08-29 11:37       ` Robert P. J. Day
2013-08-29 11:49         ` Phil Blundell
2013-08-29 11:56           ` Robert P. J. Day
2013-08-29 11:57           ` Richard Purdie
2013-08-29 16:14             ` Chris Larson
2013-08-30 12:21             ` Robert P. J. Day
2013-08-29 11:49         ` Martin Jansa [this message]

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=20130829114952.GO3544@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=rpjday@crashcourse.ca \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox