Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. uhofemei@toaster:/data/poky/build$ bitbake -s |grep docker
  2. ERROR: ParseError at /data/poky/meta-virtualization/recipes-networking/netns/netns_git.bb:13: Could not inherit file classes/go.bbclass
  3. ERROR: /data/poky/meta-virtualization/recipes-extended/libvirt/libvirt_1.3.5.bb: Error executing a python function in <code>:
  4.  
  5. The stack trace of python calls that resulted in this exception/failure was:
  6. File: '<code>', lineno: 14, function: <module>
  7. 0010:__anon_158__data_poky_meta_classes_siteinfo_bbclass(d)
  8. 0011:__anon_70__data_poky_meta_classes_update_rc_d_bbclass(d)
  9. 0012:__anon_67__data_poky_meta_classes_ptest_bbclass(d)
  10. 0013:__anon_22__data_poky_meta_classes_systemd_bbclass(d)
  11. *** 0014:__anon_40__data_poky_meta_virtualization_recipes_extended_libvirt_libvirt_python_inc(d)
  12. 0015:__anon_296__data_poky_meta_virtualization_recipes_extended_libvirt_libvirt_1_3_5_bb(d)
  13. File: '/data/poky/meta-virtualization/recipes-extended/libvirt/libvirt-python.inc', lineno: 36, function: __anon_40__data_poky_meta_virtualization_recipes_extended_libvirt_libvirt_python_inc
  14. 0032: --install-data=${datadir}"
  15. 0033:
  16. 0034:python __anonymous () {
  17. 0035: pkgconfig = d.getVar('PACKAGECONFIG')
  18. *** 0036: if ('python') in pkgconfig.split():
  19. 0037: d.setVar('LIBVIRT_PYTHON_ENABLE', '1')
  20. 0038: else:
  21. 0039: d.setVar('LIBVIRT_PYTHON_ENABLE', '0')
  22. 0040:}
  23. Exception: TypeError: getVar() missing 1 required positional argument: 'expand'
  24.  
  25.  
  26. # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
  27. # changes incompatibly
  28. POKY_BBLAYERS_CONF_VERSION = "2"
  29.  
  30. BBPATH = "${TOPDIR}"
  31. BBFILES ?= ""
  32.  
  33. BBLAYERS ?= " \
  34. /data/poky/meta \
  35. /data/poky/meta-openembedded/meta-oe \
  36. /data/poky/meta-openembedded/meta-networking \
  37. /data/poky/meta-openembedded/meta-filesystems \
  38. /data/poky/meta-openembedded/meta-python \
  39. /data/poky/meta-poky \
  40. /data/poky/meta-yocto-bsp \
  41. /data/poky/meta-snappy \
  42. /data/poky/meta-nodejs \
  43. /data/poky/meta-intel \
  44. /data/poky/meta-virtualization \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement