core-image-minimal.bbappend 463 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. packagegroup-starfive-essentials \
  6. systemd-analyze \
  7. e2fsprogs-resize2fs \
  8. parted \
  9. "
  10. IMAGE_INSTALL:starfive-dubhe += "\
  11. packagegroup-starfive-dubhe-essentials \
  12. "
  13. IMAGE_INSTALL:starfive-jh8100 += "\
  14. i3c-tools \
  15. "
  16. TOOLCHAIN_TARGET_TASK += "packagegroup-starfive-toolchain"