diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 14:43:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-05 13:48:41 +0000 |
| commit | 5aa004f101da301c9ce679acaad958f9bb2d90ee (patch) | |
| tree | a111b4f78cc1437b677d8c7fa87797b89a0fe856 /meta/conf | |
| parent | bdae907d77e0b9ee2f94995e41537c13cf909196 (diff) | |
| download | poky-5aa004f101da301c9ce679acaad958f9bb2d90ee.tar.gz | |
bitbake.conf: Add mkfifo to HOSTTOOLS
This is about to be needed by the psplash recipe and is a standard part
of coreutils so usually present on hosts.
(From OE-Core rev: 99206612a58e6b69718910e0806d9d36997b2fba)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -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 af614ff347..a04005b0f5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -486,7 +486,7 @@ HOSTTOOLS += " \ | |||
| 486 | [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ | 486 | [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ |
| 487 | cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ | 487 | cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ |
| 488 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ | 488 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ |
| 489 | head hostname iconv id install ld ldd ln ls make md5sum mkdir mknod \ | 489 | head hostname iconv id install ld ldd ln ls make md5sum mkdir mkfifo mknod \ |
| 490 | mktemp mv nm objcopy objdump od patch perl pr printf pwd \ | 490 | mktemp mv nm objcopy objdump od patch perl pr printf pwd \ |
| 491 | python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ | 491 | python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ |
| 492 | sha1sum sha224sum sha256sum sha384sum sha512sum \ | 492 | sha1sum sha224sum sha256sum sha384sum sha512sum \ |
