linux-starfive-dev.bbappend 519 B

12345678910111213141516171819202122
  1. FORK = "starfive-tech"
  2. BRANCH = "starfive-5.13"
  3. LINUX_VERSION ?= "5.13.0"
  4. LINUX_VERSION_EXTENSION_append = "-starlight"
  5. FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
  6. SRC_URI = "git://github.com/starfive-tech/linux.git;protocol=git;branch=${BRANCH}"
  7. INITRAMFS_IMAGE_BUNDLE = "1"
  8. SRC_URI_append := " \
  9. file://defconfig \
  10. "
  11. #INITRAMFS_IMAGE = "riscv-initramfs-image"
  12. INITRAMFS_IMAGE = "dubhe-image-initramfs"
  13. #KBUILD_DEFCONFIG_starfive = "starfive_dubhe_defconfig"
  14. COMPATIBLE_MACHINE = "(starfive-dubhe)"