All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake: add readlink to HOSTTOOLS
@ 2019-03-06 16:13 Ross Burton
  2019-03-07 18:51 ` Andre McCurdy
  0 siblings, 1 reply; 3+ messages in thread
From: Ross Burton @ 2019-03-06 16:13 UTC (permalink / raw)
  To: openembedded-core

If systemd has EFI enabled it uses readlink.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f1540a0acf7..3d1434931d1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -485,7 +485,7 @@ HOSTTOOLS += " \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
     head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
     mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
-    python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed seq sh sha256sum \
+    python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
     uniq wc wget which xargs \
 "
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] bitbake: add readlink to HOSTTOOLS
  2019-03-06 16:13 [PATCH] bitbake: add readlink to HOSTTOOLS Ross Burton
@ 2019-03-07 18:51 ` Andre McCurdy
  2019-03-07 20:43   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Andre McCurdy @ 2019-03-07 18:51 UTC (permalink / raw)
  To: Ross Burton; +Cc: OE Core mailing list

On Wed, Mar 6, 2019 at 8:14 AM Ross Burton <ross.burton@intel.com> wrote:
>
> If systemd has EFI enabled it uses readlink.
>
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  meta/conf/bitbake.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index f1540a0acf7..3d1434931d1 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -485,7 +485,7 @@ HOSTTOOLS += " \
>      fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
>      head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
>      mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
> -    python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed seq sh sha256sum \
> +    python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \

Comments mention "readlink" but patch adds "realpath" ?

>      sleep sort split stat strings strip tail tar tee test touch tr true uname \
>      uniq wc wget which xargs \
>  "
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] bitbake: add readlink to HOSTTOOLS
  2019-03-07 18:51 ` Andre McCurdy
@ 2019-03-07 20:43   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2019-03-07 20:43 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list

Whoops!  v2 incoming.

Ross

On Thu, 7 Mar 2019 at 18:51, Andre McCurdy <armccurdy@gmail.com> wrote:
>
> On Wed, Mar 6, 2019 at 8:14 AM Ross Burton <ross.burton@intel.com> wrote:
> >
> > If systemd has EFI enabled it uses readlink.
> >
> > Signed-off-by: Ross Burton <ross.burton@intel.com>
> > ---
> >  meta/conf/bitbake.conf | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> > index f1540a0acf7..3d1434931d1 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -485,7 +485,7 @@ HOSTTOOLS += " \
> >      fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
> >      head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
> >      mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
> > -    python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed seq sh sha256sum \
> > +    python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
>
> Comments mention "readlink" but patch adds "realpath" ?
>
> >      sleep sort split stat strings strip tail tar tee test touch tr true uname \
> >      uniq wc wget which xargs \
> >  "
> > --
> > 2.11.0
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-07 20:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 16:13 [PATCH] bitbake: add readlink to HOSTTOOLS Ross Burton
2019-03-07 18:51 ` Andre McCurdy
2019-03-07 20:43   ` Burton, Ross

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.