linux-thead_5.4.36.bb 822 B

12345678910111213141516171819202122232425262728293031
  1. inherit kernel
  2. require recipes-kernel/linux/linux-yocto.inc
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
  4. FILESEXTRAPATHS_prepend := "${THISDIR}/files/xuantie-c910:"
  5. SRC_URI = " \
  6. https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz;name=kernel "
  7. SRC_URI[kernel.md5sum] = "4c4edf3e7d127e4f1a471aa3a370f3e7"
  8. SRC_URI[kernel.sha256sum] = "b9faea98122e8316af8fb428c942e81797b5d28a8fc59a24a4e47959e3765b8d"
  9. LINUX_VERSION ?= "${PV}"
  10. LINUX_VERSION_EXTENSION ?= "-thead"
  11. SRCREV="${AUTOREV}"
  12. DEPENDS += "elfutils-native"
  13. COMPATIBLE_MACHINE = "${MACHINE}"
  14. S = "${WORKDIR}/linux-${PV}"
  15. # KBUILD_DEFCONFIG_qemu64-c910 = "qemux-c910_defconfig"
  16. # KBUILD_DEFCONFIG_light-c910 = "light-c910_defconfig"
  17. # KBUILD_DEFCONFIG_ice-c910 = "ice-c910_defconfig"
  18. KCONFIG_MODE="--alldefconfig"