core-image-minimal.bbappend 408 B

12345678910111213141516171819202122
  1. require sd-image.inc
  2. DEPENDS:starfive-visionfive2 += " opensbi starfive-tool-native"
  3. IMAGE_FEATURES += " allow-empty-password empty-root-password"
  4. IMAGE_INSTALL += " \
  5. helloworld \
  6. coremark \
  7. dhrystone \
  8. perf \
  9. gdb \
  10. gdbserver \
  11. util-linux \
  12. ethtool \
  13. bmap-tools \
  14. systemd-analyze \
  15. openssh \
  16. e2fsprogs-resize2fs \
  17. "
  18. EXTRA_IMAGEDEPENDS:starfive-visionfive2 += " alsa-lib libgpiod i2c-tools"