All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] base-files: pre-create /run symlink to point	to /var/run
Date: Fri, 31 Jan 2014 18:11:03 -0500	[thread overview]
Message-ID: <20140131231103.GN6814@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C617A57@DFLE08.ent.ti.com>

On Fri, Jan 31, 2014 at 10:44:49PM +0000, Cooper Jr., Franklin wrote:
> I like this approach a lot to fix the last mount.sh issue.

So, I take it as you are fine with all the related changes and I'll go ahead 
and push my 3 patches to move automount to /run/media along with one of yours.


> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
> 
> > -----Original Message-----
> > From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> > bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> > Sent: Friday, January 31, 2014 2:10 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] base-files: pre-create /run symlink to point to
> > /var/run
> > 
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > Make it available on the first boot too, otherwise the first boot may fail to
> > automount SD card partitions. Normally, it gets created on the first boot by
> > volatiles init script and stays there on consecutive boots.
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > ---
> >  .../recipes-core/base-files/base-files_3.0.14.bbappend        | 11 ++++++++++-
> >  1 file changed, 10 insertions(+), 1 deletion(-)
> > 
> > diff --git a/meta-arago-distro/recipes-core/base-files/base-
> > files_3.0.14.bbappend b/meta-arago-distro/recipes-core/base-files/base-
> > files_3.0.14.bbappend
> > index c0ab069..4d831fd 100644
> > --- a/meta-arago-distro/recipes-core/base-files/base-files_3.0.14.bbappend
> > +++ b/meta-arago-distro/recipes-core/base-files/base-files_3.0.14.bbappe
> > +++ nd
> > @@ -1,4 +1,13 @@
> >  # look for files in this layer first
> >  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > 
> > -PR_append = "-arago0"
> > +PR_append = "-arago1"
> > +
> > +# Pre-create /run symlink to point to /var/run at build time # This
> > +normally happens on first boot, but may be too late for automount, #
> > +which tries to create mount-points in /run # NOTE: This step is not
> > +required in Dora and up, due to reverse direction # of symlinking
> > +between /run and /var/run do_install_append () {
> > +	ln -sf /var/run ${D}/run
> > +}
> > --
> > 1.8.3.2
> > 
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


  reply	other threads:[~2014-01-31 23:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-31 20:09 [PATCH] base-files: pre-create /run symlink to point to /var/run Denys Dmytriyenko
2014-01-31 22:44 ` Cooper Jr., Franklin
2014-01-31 23:11   ` Denys Dmytriyenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-05 16:27 Denys Dmytriyenko
2014-02-05 16:37 Denys Dmytriyenko
2014-02-05 17:16 ` Denys Dmytriyenko
2014-02-05 17:17 Denys Dmytriyenko
2014-02-05 17:17 Denys Dmytriyenko
2014-02-05 17:30 Denys Dmytriyenko
2014-02-05 17:32 Denys Dmytriyenko
2014-02-06 16:06 Denys Dmytriyenko
2014-02-06 16:10 Denys Dmytriyenko
2014-02-06 16:14 Denys Dmytriyenko
2014-02-06 16:21 Denys Dmytriyenko
2014-02-06 16:23 Denys Dmytriyenko
2014-02-06 19:07 Denys Dmytriyenko

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=20140131231103.GN6814@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.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.