Openembedded Core Discussions
 help / color / mirror / Atom feed
* [master][pyro][PATCH] bitbake.conf: Add whoami to HOSTTOOLS
@ 2017-06-11 16:58 Jonathan Liu
  2017-06-11 17:22 ` Khem Raj
  2017-06-11 19:17 ` Burton, Ross
  0 siblings, 2 replies; 7+ messages in thread
From: Jonathan Liu @ 2017-06-11 16:58 UTC (permalink / raw)
  To: openembedded-core

The whoami command is used when building the Linux kernel in
scripts/mkcompile_h to embed the build user that is visible
in /proc/version.

Signed-off-by: Jonathan Liu <net147@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 3ad905c917..4f20aa3d1c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -465,7 +465,7 @@ HOSTTOOLS += " \
     mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python python2 \
     python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
-    uniq wc wget which xargs \
+    uniq wc wget which whoami xargs \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.12.2



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

end of thread, other threads:[~2017-06-11 22:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-11 16:58 [master][pyro][PATCH] bitbake.conf: Add whoami to HOSTTOOLS Jonathan Liu
2017-06-11 17:22 ` Khem Raj
2017-06-11 18:44   ` Denys Dmytriyenko
2017-06-11 19:17 ` Burton, Ross
2017-06-11 19:59   ` Denys Dmytriyenko
2017-06-11 22:01     ` Richard Purdie
2017-06-11 22:04       ` Denys Dmytriyenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox