public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: vijai kumar <vijaikumar.kanagarajan@gmail.com>
To: Henning Schild <henning.schild@siemens.com>
Cc: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>,
	isar-users@googlegroups.com
Subject: Re: [PATCH v2 09/10] wic: misc: Add /bin to the list of searchpaths
Date: Sat, 5 Sep 2020 15:03:08 +0530	[thread overview]
Message-ID: <CALLGG_+rQQ0hWsMf-QJw9tBXR63g-YFj+zsaijhek_cB4dj55A@mail.gmail.com> (raw)
In-Reply-To: <20200905104504.11f7b0a9@md1za8fc.ad001.siemens.net>

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

On Sat, 5 Sep 2020 at 2:15 PM, Henning Schild <henning.schild@siemens.com>
wrote:

> We are patching wic here ... If that is upstream simply take another
>
> version in p1.
>
> Wic still is "clean" and purely taken from upstream, which probably
>
> made your version bump much easier ... it probably was not easy. Dont
>
> ruin that on the last meters.
>
>
>
> Maybe will will reach that clean state for bitbake as well, again.


Ok. I will try to update to a version that has P9.


>
>
>
> Henning
>
>
>
> On Thu, 3 Sep 2020 00:32:46 +0530
>
> Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com> wrote:
>
>
>
> > From: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
>
> >
>
> > /bin is also a valid path where one can find executables. Add
>
> > that to the search path.
>
> >
>
> > Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
>
> > Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>
> > [cherry-picked from OE-core ca0a6025351cb2135e87cecf828633cf12aa34c6]
>
> > Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
>
> > ---
>
> >  scripts/lib/wic/misc.py | 5 +++--
>
> >  1 file changed, 3 insertions(+), 2 deletions(-)
>
> >
>
> > diff --git a/scripts/lib/wic/misc.py b/scripts/lib/wic/misc.py
>
> > index 91975ba..4b08d64 100644
>
> > --- a/scripts/lib/wic/misc.py
>
> > +++ b/scripts/lib/wic/misc.py
>
> > @@ -138,8 +138,9 @@ def exec_native_cmd(cmd_and_args, native_sysroot,
>
> > pseudo=""): if pseudo:
>
> >          cmd_and_args = pseudo + cmd_and_args
>
> >
>
> > -    native_paths = "%s/sbin:%s/usr/sbin:%s/usr/bin" % \
>
> > -                   (native_sysroot, native_sysroot, native_sysroot)
>
> > +    native_paths = "%s/sbin:%s/usr/sbin:%s/usr/bin:%s/bin" % \
>
> > +                   (native_sysroot, native_sysroot,
>
> > +                    native_sysroot, native_sysroot)
>
> >
>
> >      native_cmd_and_args = "export PATH=%s:$PATH;%s" % \
>
> >                     (native_paths, cmd_and_args)
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "isar-users" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to isar-users+unsubscribe@googlegroups.com.
>
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/isar-users/20200905104504.11f7b0a9%40md1za8fc.ad001.siemens.net
> .
>
>

[-- Attachment #2: Type: text/html, Size: 3777 bytes --]

  reply	other threads:[~2020-09-05  9:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02 18:56 [PATCH v2 00/10] WIC update Vijai Kumar K
2020-09-02 18:56 ` [PATCH v2 01/10] wic: Update to the latest wic from openembedded core Vijai Kumar K
2020-09-05  9:00   ` Henning Schild
2020-09-05  9:21     ` vijai kumar
2020-09-02 18:56 ` [PATCH v2 02/10] wic/plugins: Fix wic plugins to work with the latest wic Vijai Kumar K
2020-09-02 18:56 ` [PATCH v2 03/10] wic-img: Satisfy the quirks of " Vijai Kumar K
2020-09-05  8:30   ` Henning Schild
2020-09-05 16:24     ` vijaikumar....@gmail.com
2020-09-09 14:52       ` Henning Schild
2020-09-02 18:56 ` [PATCH v2 04/10] oe.path: Add copyhardlink() helper function Vijai Kumar K
2020-09-02 18:56 ` [PATCH v2 05/10] lib/oe/path: try hardlinking instead of guessing when it might fail Vijai Kumar K
2020-09-02 18:56 ` [PATCH v2 06/10] wic_fakeroot: Handle standalone pseudo invocations Vijai Kumar K
2020-09-05  8:38   ` Henning Schild
2020-09-05 15:19     ` vijaikumar....@gmail.com
2020-09-05  9:19   ` Henning Schild
2020-09-05 15:22     ` vijaikumar....@gmail.com
2020-09-02 18:56 ` [PATCH v2 07/10] meta-isar/conf: Add provision to debug WIC Vijai Kumar K
2020-09-02 18:56 ` [PATCH v2 08/10] debian-common: Add tar as a dependency for wic Vijai Kumar K
2020-09-02 19:02   ` [PATCH v2 09/10] wic: misc: Add /bin to the list of searchpaths Vijai Kumar K
2020-09-02 19:02     ` [PATCH v2 10/10] meta-isar/canned-wks: Remove /boot mountpoint Vijai Kumar K
2020-09-05  8:58       ` Henning Schild
2020-09-05 16:06         ` vijaikumar....@gmail.com
2020-09-09 15:09           ` Henning Schild
2020-09-14  5:32             ` vijaikumar....@gmail.com
2020-09-05  8:45     ` [PATCH v2 09/10] wic: misc: Add /bin to the list of searchpaths Henning Schild
2020-09-05  9:33       ` vijai kumar [this message]
2020-09-03  5:46 ` [PATCH v2 00/10] WIC update vijaikumar....@gmail.com
2020-09-05  9:04   ` Henning Schild
2020-09-05  9:25     ` vijai kumar

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=CALLGG_+rQQ0hWsMf-QJw9tBXR63g-YFj+zsaijhek_cB4dj55A@mail.gmail.com \
    --to=vijaikumar.kanagarajan@gmail.com \
    --cc=Vijaikumar_Kanagarajan@mentor.com \
    --cc=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    /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