Skip to content

Instantly share code, notes, and snippets.

@netskink
Created April 12, 2016 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netskink/11a91afa7cc0d0869e77ca0c01e91db2 to your computer and use it in GitHub Desktop.
Save netskink/11a91afa7cc0d0869e77ca0c01e91db2 to your computer and use it in GitHub Desktop.
Summary: There were 5 WARNING messages shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Execution was interrupted, returning a non-zero exit code.
davis@lemonvo:~/progs/tiotop/stream/unpack/packages/src/build/.build-yocto$ bitbake -e | grep ASSUME_PROVIDED
# $ASSUME_PROVIDED [2 operations]
ASSUME_PROVIDED="bzip2-native chrpath-native file-native git-native grep-native diffstat-native patch-native perl-native-runtime python-native-runtime tar-native virtual/libintl-native texinfo-native bash-native sed-native "
# [doc] "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED, for which automatic shlib dependency tracking does not work."
assume_provided = d.getVar('ASSUME_PROVIDED', True).split()
# Check user doesn't have ASSUME_PROVIDED = instead of += in local.conf
status.addresult('Please use ASSUME_PROVIDED +=, not ASSUME_PROVIDED = in your local.conf\n')
status.addresult("qemu-native was in ASSUME_PROVIDED but the QEMU binaries (qemu-arm) can't be found in PATH")
status.addresult("libsdl-native is set to be ASSUME_PROVIDED but sdl-config can't be found in PATH. Please either install it, or configure qemu not to require sdl.")
davis@lemonvo:~/progs/tiotop/stream/unpack/packages/src/build/.build-yocto$
Even though i had removed it.
davis@lemonvo:~/progs/tiotop/stream/unpack/packages/src/build/.build-yocto$ grep ASSUME ../conf/*.conf
../conf/local.conf:#JFD ASSUME_PROVIDED += "libsdl-native"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment