Advertisement
Guest User

Untitled

a guest
Apr 17th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. devtool extract tegra-bootfiles /tmp/boot/
  2. NOTE: Starting bitbake server...
  3. NOTE: Reconnecting to bitbake server...
  4. NOTE: Retrying server connection (#1)...
  5. WARNING: You have included the meta-rauc layer, but 'rauc' has not been enabled in your DISTRO_FEATURES. See the meta-rauc README.rst for details on enabling RAUC support for your platform.
  6. Loading cache: 100% |##################################################################| Time: 0:00:00
  7. Loaded 4380 entries from dependency cache.
  8.  
  9. Summary: There was 1 WARNING message.
  10. INFO: The tegra-bootfiles recipe has do_patch disabled. Running only do_configure task dependencies
  11. Traceback (most recent call last):
  12. File "/data/workspace/kirkstone/poky/scripts/devtool", line 338, in <module>
  13. ret = main()
  14. File "/data/workspace/kirkstone/poky/scripts/devtool", line 325, in main
  15. ret = args.func(args, config, basepath, workspace)
  16. File "/data/workspace/kirkstone/poky/scripts/lib/devtool/standard.py", line 422, in extract
  17. initial_rev, _ = _extract_source(srctree, args.keep_temp, args.branch, False, config, basepath, workspace, args.fixed_setup, rd, tinfoil, no_overrides=args.no_overrides)
  18. File "/data/workspace/kirkstone/poky/scripts/lib/devtool/standard.py", line 601, in _extract_source
  19. pn = pn.replace('${COMPILERDEP}', d.getVar('COMPILERDEP'))
  20. TypeError: replace() argument 2 must be str, not None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement