linux-starfive-dev.bbappend 966 B

123456789101112131415161718192021222324252627
  1. FORK = "starfive-tech"
  2. BRANCH = "starfive-6.1-dubhe"
  3. SRCREV = "0328291313ba8ad2cd6ac94df9039f2f4a365b6f"
  4. LINUX_VERSION = "6.1.20"
  5. LINUX_VERSION_EXTENSTION:append = "-starlight"
  6. FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
  7. SRC_URI = "git://git@192.168.110.45/starfive-tech/linux.git;protocol=ssh;branch=${BRANCH} \
  8. file://cpio.cfg \
  9. "
  10. INITRAMFS_IMAGE_BUNDLE = "${@oe.utils.conditional('ENABLE_INIT','1','1','',d)}"
  11. INITRAMFS_IMAGE = "${@oe.utils.conditional('ENABLE_INIT','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_EXT4','1','file://ext4.patch','',d)}"
  14. SRC_URI:append = "${@oe.utils.conditional('ENABLE_UBI','1','file://ubi.patch','',d)}"
  15. KBUILD_DEFCONFIG:starfive-dubhe = "starfive_dubhe_defconfig"
  16. COMPATIBLE_MACHINE = "(starfive-dubhe)"
  17. FILES:${KERNEL_PACKAGE_NAME}-base += "/usr/*"
  18. do_compile[nostamp] = "1"