All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: add whoami to HOSTTOOLS
@ 2017-03-29 20:45 Andrea Adami
  2017-03-29 21:06 ` Mark Hatle
  2017-03-29 21:09 ` Andreas Oberritter
  0 siblings, 2 replies; 7+ messages in thread
From: Andrea Adami @ 2017-03-29 20:45 UTC (permalink / raw)
  To: openembedded-core

Spotted in log do_compile of linux:

 /tmp/build/tmp-glibc/work-shared/c7x0/kernel-source/scripts/mkcompile_h:
 line 46: whoami: command not found

Signed-off-by: Andrea Adami <andrea.adami@gmail.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 96a9ed9..4f67413 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -462,7 +462,7 @@ HOSTTOOLS += " \
     mktemp mv nm objcopy objdump od patch perl pod2man printf pwd python \
     python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sleep \
     sort split stat strings strip tail tar tee test touch tr true uname uniq \
-    wc wget which xargs \
+    wc wget which whoami xargs \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.7.4



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

end of thread, other threads:[~2017-03-30 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29 20:45 [PATCH] bitbake.conf: add whoami to HOSTTOOLS Andrea Adami
2017-03-29 21:06 ` Mark Hatle
2017-03-29 21:09 ` Andreas Oberritter
2017-03-29 21:27   ` Mark Hatle
2017-03-29 22:24   ` Richard Purdie
2017-03-29 22:52     ` Andrea Adami
2017-03-30 10:02       ` Richard Purdie

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.