In newer kernels fold gets used, see output from a build: .../kernel-source/scripts/atomic/atomic-tbl.sh: line 183: fold: command not found
Rework so that coreutils-native is in the DEPENDS list. Signed-off-by: Anders Roxell <[email protected]> --- meta/conf/bitbake.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 64800623545e..a825be4628b0 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -478,14 +478,14 @@ HOSTTOOLS_DIR = "${TMPDIR}/hosttools" # Tools needed to run builds with OE-Core # python is special cased to point at python2 HOSTTOOLS += " \ - [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm 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 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 sh sha256sum \ - sleep sort split stat strings strip tail tar tee test touch tr true uname \ - uniq wc wget which xargs \ + [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm + coreutils 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 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 + sh sha256sum sleep sort split stat strings strip tail tar tee test touch tr + true uname uniq wc wget which xargs \ " # Tools needed to run testimage runtime image testing -- 2.19.2 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
