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] Update sd card partition mount location
Date: Thu, 30 Jan 2014 17:36:29 -0500 [thread overview]
Message-ID: <20140130223629.GH6814@edge> (raw)
In-Reply-To: <8F29D6B095ED194EA1980491A5E029710C6165AF@DFLE08.ent.ti.com>
Correct, give me some time - I was debugging Dan's issue :) Will send the
patch tonight.
--
Denys
On Thu, Jan 30, 2014 at 10:28:24PM +0000, Cooper Jr., Franklin wrote:
> Another patch should be sent soon that is tweaking mount.sh that this patch
> depends on.
>
> > -----Original Message-----
> > From: Cooper Jr., Franklin
> > Sent: Thursday, January 30, 2014 5:53 PM
> > To: meta-arago@arago-project.org
> > Cc: Cooper Jr., Franklin
> > Subject: [PATCH] Update sd card partition mount location
> >
> > * The location where the mmc partitions will be mounted has changed from
> > /media/
> > to /run/media/ (/var/run/media).
> > * Update the various scripts that care about the location of the mmc partitions
> > that are mounted in /media.
> >
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > ---
> > .../recipes-tisdk/parse-ip/parse-ip.bb | 2 +-
> > .../recipes-tisdk/parse-ip/parse-ip/init | 4 ++--
> > .../recipes-graphics/tslib/ts-calibrate-init/init | 4 ++--
> > .../tslib/ts-calibrate-init_1.0.bb | 2 +-
> > 4 files changed, 6 insertions(+), 6 deletions(-)
> >
> > diff --git a/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb b/meta-arago-
> > distro/recipes-tisdk/parse-ip/parse-ip.bb
> > index cf3ad89..f20db31 100644
> > --- a/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb
> > +++ b/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb
> > @@ -7,7 +7,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> > SRC_URI = "file://init"
> >
> > -PR = "r1"
> > +PR = "r2"
> >
> > S = "${WORKDIR}"
> >
> > diff --git a/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip/init b/meta-arago-
> > distro/recipes-tisdk/parse-ip/parse-ip/init
> > index 0020ea2..4050efb 100644
> > --- a/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip/init
> > +++ b/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip/init
> > @@ -32,9 +32,9 @@
> >
> > case "$1" in
> > start )
> > - if [ -e /media/mmcblk0p1 ]
> > + if [ -e /run/media/mmcblk0p1 ]
> > then
> > - echo `ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | awk
> > '{print $1}'` > /media/mmcblk0p1/.ipaddr
> > + echo `ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | awk
> > '{print $1}'` > /run/media/mmcblk0p1/.ipaddr
> > sync
> > sync
> > fi
> > diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init/init b/meta-
> > arago-extras/recipes-graphics/tslib/ts-calibrate-init/init
> > index ab19da3..db5c278 100644
> > --- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init/init
> > +++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init/init
> > @@ -27,10 +27,10 @@ fi
> >
> > #TODO how can we find the SD card and not eMMC? can we look for a "boot"
> > # LABEL?
> > -mount | grep /media/mmcblk0p1 | grep vfat > /dev/null 2>&1
> > +mount | grep /run/media/mmcblk0p1 | grep vfat > /dev/null 2>&1
> > if [ "$?" = "0" ]
> > then
> > - tsfile=/media/mmcblk0p1/pointercal
> > + tsfile=/run/media/mmcblk0p1/pointercal
> > fi
> >
> > export TSLIB_CALIBFILE=$tsfile
> > diff --git a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> > b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> > index 0915941..747a9ef 100644
> > --- a/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> > +++ b/meta-arago-extras/recipes-graphics/tslib/ts-calibrate-init_1.0.bb
> > @@ -6,7 +6,7 @@ RDEPENDS_${PN} += "tslib"
> > LICENSE = "GPLv2"
> > LIC_FILES_CHKSUM =
> > "file://init;beginline=2;endline=11;md5=4b2e3b15f01cf63d2cb7988afdcc6c60
> > "
> >
> > -PR = "r3"
> > +PR = "r4"
> >
> > S = "${WORKDIR}"
> >
> > --
> > 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2014-01-30 22:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-30 23:52 [PATCH] Update sd card partition mount location Franklin S. Cooper Jr
2014-01-30 22:28 ` Cooper Jr., Franklin
2014-01-30 22:36 ` Denys Dmytriyenko [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=20140130223629.GH6814@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.