linux-starfive-dev.bbappend 526 B

12345678910111213141516171819202122
  1. FORK = "starfive-tech"
  2. BRANCH = "starfive-5.15-dev"
  3. LINUX_VERSION = "5.15.0"
  4. LINUX_VERSION_EXTENSION_append = "-starlight"
  5. FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
  6. SRC_URI = "git://git@192.168.110.45/starfive-tech/linux;protocol=ssh;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)"