Advertisement
Guest User

Untitled

a guest
Oct 29th, 2023
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. dev@codespaces-81264c:/workspaces/yocto-pi/pi/build$ bitbake-layers -h
  2. NOTE: Starting bitbake server...
  3. usage: bitbake-layers [-d] [-q] [-F] [--color COLOR] [-h] <subcommand> ...
  4.  
  5. BitBake layers utility
  6.  
  7. optional arguments:
  8. -d, --debug Enable debug output
  9. -q, --quiet Print only errors
  10. -F, --force Force add without recipe parse verification
  11. --color COLOR Colorize output (where COLOR is auto, always, never)
  12. -h, --help show this help message and exit
  13.  
  14. subcommands:
  15. <subcommand>
  16. show-layers show current configured layers.
  17. show-overlayed list overlayed recipes (where the same recipe exists in another layer)
  18. show-recipes list available recipes, showing the layer they are provided by
  19. show-appends list bbappend files and recipe files they apply to
  20. show-cross-depends Show dependencies between recipes that cross layer boundaries.
  21. layerindex-fetch Fetches a layer from a layer index along with its dependent layers, and adds
  22. them to conf/bblayers.conf.
  23. layerindex-show-depends
  24. Find layer dependencies from layer index.
  25. add-layer Add one or more layers to bblayers.conf.
  26. remove-layer Remove one or more layers from bblayers.conf.
  27. flatten flatten layer configuration into a separate output directory.
  28. create-layer Create a basic layer
  29.  
  30. Use bitbake-layers <subcommand> --help to get help on a specific command
  31. dev@codespaces-81264c:/workspaces/yocto-pi/pi/build$ bitbake-layers show-layers
  32. NOTE: Starting bitbake server...
  33. layer path priority
  34. ==========================================================================
  35. meta /workspaces/yocto-pi/pi/sources/poky/meta 5
  36. meta-poky /workspaces/yocto-pi/pi/sources/poky/meta-poky 5
  37. meta-yocto-bsp /workspaces/yocto-pi/pi/sources/poky/meta-yocto-bsp 5
  38. meta-raspberrypi /workspaces/yocto-pi/pi/sources/meta-raspberrypi 9
  39. dev@codespaces-81264c:/workspaces/yocto-pi/pi/build$ bitbake-layers show-overlayed
  40. NOTE: Starting bitbake server...
  41. Loading cache: 100% |######################################################################| Time: 0:00:00
  42. Loaded 1676 entries from dependency cache.
  43. No overlayed files found.
  44. dev@codespaces-81264c:/workspaces/yocto-pi/pi/build$ bitbake-layers show-appends | grep raspberrypi
  45. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-connectivity/bluez5/bluez5_%.bbappend
  46. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/cairo/cairo_%.bbappend
  47. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-bsp/formfactor/formfactor_%.bbappend
  48. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend
  49. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend
  50. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.%.bbappend
  51. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/kmscube/kmscube_%.bbappend
  52. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/mesa/libglu_%.bbappend
  53. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/libsdl2/libsdl2_%.bbappend
  54. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/libva/libva_%.bbappend
  55. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/mesa/mesa_%.bbappend
  56. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/mesa/mesa-demos_%.bbappend
  57. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend
  58. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/piglit/piglit_%.bbappend
  59. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-core/psplash/psplash_%.bbappend
  60. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-bsp/u-boot/u-boot_%.bbappend
  61. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/wayland/wayland_%.bbappend
  62. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend
  63. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/wayland/weston-init.bbappend
  64. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend
  65. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
  66. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend
  67. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend
  68. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-multimedia/x264/x264_%.bbappend
  69. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend
  70. /workspaces/yocto-pi/pi/sources/meta-raspberrypi/recipes-graphics/mesa/mesa-gl_%.bbappend
  71. dev@codespaces-81264c:/workspaces/yocto-pi/pi/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement