core-image-minimal.bbappend 511 B

123456789101112131415161718192021222324
  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. packagegroup-starfive-dubhe-ltp \
  13. mtd-utils \
  14. "
  15. IMAGE_INSTALL:starfive-jh8100 += "\
  16. i3c-tools \
  17. "
  18. TOOLCHAIN_TARGET_TASK += "packagegroup-starfive-toolchain"