Advertisement
Guest User

Untitled

a guest
Apr 15th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. ❯ bitbake-getvar MACHINE_FEATURES -r core-image-base
  2. #
  3. # $MACHINE_FEATURES [5 operations]
  4. # append /home/user/Workspace/Yocto/healthpi/sources/meta-raspberrypi/conf/machine/raspberrypi4-64.conf:7
  5. # "pci"
  6. # append /home/user/Workspace/Yocto/healthpi/sources/meta-raspberrypi/conf/machine/include/rpi-base.inc:91
  7. # "apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)}"
  8. # set /home/user/Workspace/Yocto/healthpi/sources/poky/meta/conf/documentation.conf:283
  9. # [doc] "Specifies the list of hardware features the MACHINE supports."
  10. # set? /home/user/Workspace/Yocto/healthpi/sources/poky/meta/conf/bitbake.conf:833
  11. # ""
  12. # append utils.py:129 [features_backfill]
  13. # " qemu-usermode"
  14. # pre-expansion value:
  15. # " pci apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio ${@bb.utils.contains('DISABLE_VC4GRAPHICS', '1', '', 'vc4graphics', d)} qemu-usermode"
  16. MACHINE_FEATURES=" pci apm usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio vc4graphics qemu-usermode"
  17. ❯ bitbake-getvar VC4DTBO -r core-image-base
  18. #
  19. # $VC4DTBO
  20. # set? /home/user/Workspace/Yocto/healthpi/sources/meta-raspberrypi/conf/machine/raspberrypi4-64.conf:27
  21. # "vc4-kms-v3d"
  22. VC4DTBO="vc4-kms-v3d"
  23. ❯ bitbake-getvar MACHINE_EXTRA_IMAGE_INSTALL -r core-image-base
  24. #
  25. # $MACHINE_EXTRA_IMAGE_INSTALL
  26. # [no history recorded]
  27. #
  28. # "None"
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement