On Wed, Jun 23, 2021 at 8:33 AM Nishanth Menon <n...@ti.com> wrote:
>
> On 19:14-20210622, Priya N S wrote:
> > From: Priya N S <priya...@ti.com>
> >
> > From: Priya N S <priya...@ti.com>
> >
> > Filesystem tarballs present in SDK are in the format
> > tisdk-<IMAGE_TYPE>-image-<MACHINE>.tar.xz. This is different from
> > earlier format where 'rootfs' was present in all the filesystem
> > tarball names. Update regex used for filesystem tarball search to
> > use "image" as the keyword.
> >
> > Signed-off-by: Priya N S <priya...@ti.com>
> > Signed-off-by: Sekhar Nori <nsek...@ti.com>
> > ---
> >  create-sdcard.sh | 9 ++++-----
> >  1 file changed, 4 insertions(+), 5 deletions(-)
> >
> > diff --git a/create-sdcard.sh b/create-sdcard.sh
> > index 736cd42..264095a 100644
> > --- a/create-sdcard.sh
> > +++ b/create-sdcard.sh
> > @@ -752,10 +752,9 @@ if [ $FILEPATHOPTION -eq 1 ] ; then
> >       BOOTUENV=`ls $BOOTFILEPATH | grep uEnv.txt | awk {'print $1'}`
> >       #rootfs
> >       ROOTFILEPARTH="$PARSEPATH/filesystem"
> > -     #ROOTFSTAR=`ls  $ROOTFILEPARTH | grep tisdk.*rootfs | awk {'print 
> > $1'}`
>
> Can we drop this? We should'nt have commented out code.
The commented-out code is already removed from the script.
_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to