linux-mainline-common.inc 624 B

1234567891011121314151617181920212223
  1. DESCRIPTION = "Mainline Linux Kernel"
  2. SECTION = "kernel"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
  5. inherit kernel
  6. require recipes-kernel/linux/linux-yocto.inc
  7. LINUX_VERSION_EXTENSION = ""
  8. PV = "${LINUX_VERSION}+git${SRCPV}"
  9. DEPENDS_append = " libgcc"
  10. KCONFIG_MODE="--alldefconfig"
  11. KERNEL_CC_append = " ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS}"
  12. KERNEL_LD_append = " -no-pie"
  13. COMPATIBLE_MACHINE = "(qemuriscv32|qemuriscv64|freedom-u540)"
  14. KERNEL_FEATURES_remove = "features/debug/printk.scc"
  15. KERNEL_FEATURES_remove = "features/kernel-sample/kernel-sample.scc"