linux-starfive-dev.bbappend 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. FORK = "starfive-tech"
  2. BRANCH = "starfive-5.15-dubhe"
  3. SRCREV = "2450e7aab40813ceb06e1dfa3112cdf73c5aa519"
  4. LINUX_VERSION = "5.15.0"
  5. LINUX_VERSION_EXTENSION:append = "-starlight"
  6. FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
  7. SRC_TMP_B = "git://git@192.168.110.45/starfive-tech/linux.git;protocol=ssh;branch=${BRANCH} \
  8. file://defconfig \
  9. file://ext4.patch \
  10. file://ext4_dual_bootargs.patch \
  11. "
  12. SRC_TMP_A = "git://git@192.168.110.45/starfive-tech/linux.git;protocol=ssh;branch=${BRANCH} \
  13. file://defconfig \
  14. file://ubifs-single-core.patch \
  15. file://ubifs-dual-core.patch \
  16. "
  17. INITRAMFS_IMAGE_BUNDLE = "${@oe.utils.conditional('ENABLE_EXT4','1','','1',d)}"
  18. INITRAMFS_IMAGE = "${@oe.utils.conditional('ENABLE_EXT4','1','','dubhe-image-initramfs',d)}"
  19. SRC_URI = "${@oe.utils.conditional('ENABLE_UBI','1','${SRC_TMP_A}','${SRC_TMP_B}',d)}"
  20. #KBUILD_DEFCONFIG_starfive = "starfive_dubhe_defconfig"
  21. COMPATIBLE_MACHINE = "(starfive-dubhe)"
  22. #FILES:${PN} += "${exec_prefix} ${libdir} ${libdir}/debug ${libdir}/debug/boot ${libdir}/debug/boot/*.debug"
  23. FILES:${KERNEL_PACKAGE_NAME}-base += "/usr/*"
  24. do_compile[nostamp] = "1"