linux-starfive-dev.bbappend 896 B

1234567891011121314151617181920212223242526
  1. FORK = "starfive-tech"
  2. BRANCH = "starfive-5.15-dubhe"
  3. SRCREV = "2eba892dd9f73866999c19339a320f5e98068aeb"
  4. LINUX_VERSION = "5.15.0"
  5. LINUX_VERSION_EXTENSION:append = "-starlight"
  6. FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
  7. SRC_URI = "git://github.com/starfive-tech/linux.git;protocol=https;branch=${BRANCH} \
  8. file://defconfig \
  9. "
  10. INITRAMFS_IMAGE_BUNDLE = "${@oe.utils.conditional('ENABLE_NFS','1','','1',d)}"
  11. INITRAMFS_IMAGE = "${@oe.utils.conditional('ENABLE_NFS','1','','dubhe-image-initramfs',d)}"
  12. # Temporary remove the patch to update the kernel, will create new patches after that
  13. #SRC_URI:append = "${@oe.utils.conditional('ENABLE_NFS','1','file://nfs.patch','file://initramfs.patch',d)}"
  14. #KBUILD_DEFCONFIG_starfive = "starfive_dubhe_defconfig"
  15. COMPATIBLE_MACHINE = "(starfive-dubhe)"
  16. FILES:${KERNEL_PACKAGE_NAME}-base += "/usr/*"
  17. do_compile[nostamp] = "1"