All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files
Date: Thu, 08 Dec 2011 00:01:48 +0000	[thread overview]
Message-ID: <1323302508.971.0.camel@ted> (raw)
In-Reply-To: <201112080053.11966.schnitzeltony@gmx.de>

On Thu, 2011-12-08 at 00:53 +0100, Andreas Müller wrote:
> On Wednesday, December 07, 2011 06:34:07 PM Richard Purdie wrote:
> > We need pseudo to use the rootfs passwd/group files belonging to the
> > rootfs when building images. This patch ensures that we use the rootfs
> > files instead of those in the sysroot which can lead to incorrect file
> > ownership issues.
> > 
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> > 
> > diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
> > index 4642fa6..865d430 100644
> > --- a/meta/classes/image.bbclass
> > +++ b/meta/classes/image.bbclass
> > @@ -121,6 +121,8 @@ IMAGE_LINGUAS ?= "de-de fr-fr en-gb"
> > 
> >  LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s,
> > d.getVar('IMAGE_LINGUAS', 1).split()))}"
> > 
> > +PSEUDO_PASSWD = "${IMAGE_ROOTFS}"
> > +
> >  do_rootfs[nostamp] = "1"
> >  do_rootfs[dirs] = "${TOPDIR}"
> >  do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock"
> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> > index e80cc32..eeb1fc4 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -580,11 +580,12 @@ SRC_URI = "file://${FILE}"
> > 
> >  # Use pseudo as the fakeroot implementation
> >  PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
> > +PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}"
> >  export PSEUDO_DISABLED = "1"
> >  #export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}"
> >  #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}"
> >  #export PSEUDO_LIBDIR =
> > "${STAGING_DIR_NATIVE}$PSEUDOBINDIR/../lib/pseudo/lib -FAKEROOTENV =
> > "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native}
> > PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR}
> > PSEUDO_PASSWD=${STAGING_DIR_TARGET} PSEUDO_NOSYMLINKEXP=1
> > PSEUDO_DISABLED=0" +FAKEROOTENV =
> > "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native}
> > PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR}
> > PSEUDO_PASSWD=${PSEUDO_PASSWD} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0"
> > FAKEROOTNOENV = "PSEUDO_UNLOAD=1"
> >  FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}"
> >  PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
> dbus still needs manual call of 
> 
> 	chown messagebus:messagebus /var/run/dbus /var/lib/dbus
> 
> ( it is root:root on my image) and
> 
> 	chown root:messagebus /usr/libexec/dbus-daemon-launch-helper
> 
> ( it is avahi:netdev on my image )
> 
> Does this one fix it?
> To test: Is it enough to rebuild dbus?

It could well do. You just need to apply the patch and rebuild the
image.

Cheers,

Richard




  reply	other threads:[~2011-12-08  0:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-07 17:34 [PATCH] bitbake.conf/image.bbclass: Ensure images use the correct passwd/group files Richard Purdie
2011-12-07 17:39 ` Martin Jansa
2011-12-07 23:53 ` Andreas Müller
2011-12-08  0:01   ` Richard Purdie [this message]
2011-12-08  1:23     ` Andreas Müller
2011-12-08  7:05   ` Martin Jansa
2011-12-08 15:40     ` Mark Hatle
2011-12-08 23:21       ` Andreas Müller
2011-12-09 13:44     ` Koen Kooi
2011-12-09 15:05       ` Richard Purdie
2011-12-09 15:10         ` Koen Kooi
2011-12-10  0:41           ` Andreas Müller

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=1323302508.971.0.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.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.