diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-05 15:21:35 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:22:44 +0100 |
commit | 6c054925d5f80790aea4cce6f8f83edc7da623b9 (patch) | |
tree | 988c129ae8c0b30a881cc4f4fa026a8ebd380e9a | |
parent | ff83e15289e4b47cd3926220a0039bf97ec35120 (diff) | |
download | openembedded-core-6c054925d5f80790aea4cce6f8f83edc7da623b9.tar.gz openembedded-core-6c054925d5f80790aea4cce6f8f83edc7da623b9.tar.bz2 openembedded-core-6c054925d5f80790aea4cce6f8f83edc7da623b9.zip |
bitbake.conf: Add 'id' to HOSTTOOLS
The 'id' utility is used in 'rootfs_check_host_user_contaminated'
rootfs-postcommand so it must be available.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f41680b27e..6f53b23a67 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -476,7 +476,7 @@ HOSTTOOLS += " \ [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp cp cpio \ cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ - head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \ + 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 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 \ |