14feb727cSDave CobbleyDESCRIPTION = "Linux kernel for Aspeed"
24feb727cSDave CobbleySECTION = "kernel"
3d541ec52SPatrick WilliamsLICENSE = "GPL-2.0-only"
44feb727cSDave Cobbley
54feb727cSDave CobbleyPROVIDES += "virtual/kernel"
64feb727cSDave Cobbley
74feb727cSDave CobbleyKCONFIG_MODE="--alldefconfig"
84feb727cSDave Cobbley
9ab581b8fSGeorge LiuKSRC ?= "git://github.com/openbmc/linux;protocol=https;branch=${KBRANCH}"
105bcabe9bSPatrick WilliamsSRC_URI += "${KSRC}"
11f920e74cSKlaus Heinrich KiwiSRC_URI += " \
12f920e74cSKlaus Heinrich Kiwi             file://defconfig \
13f920e74cSKlaus Heinrich Kiwi             file://rsa_oem_fitimage_key.key;sha256sum=eeb4ff2ebbfbd97b6254fe6dbaeea41067e54c65176c233ec7b2ab2decf1ddcd \
14f920e74cSKlaus Heinrich Kiwi             file://rsa_oem_fitimage_key.crt;sha256sum=45f5a55497cce8040999bf9f3214d471ac7b83ab7acef41c4425a34662e8372e \
15a8acb6c0SPatrick Williams             ${@bb.utils.contains('MACHINE_FEATURES', 'tpm2', 'file://tpm/tpm2.scc file://tpm/tpm2.cfg', '', d)} \
16*139d2d66SPatrick Williams             ${@bb.utils.contains_any('DISTRO_FEATURES', \
17*139d2d66SPatrick Williams                'obmc-static-norootfs obmc-ubi-fs', \
18*139d2d66SPatrick Williams                'file://ubi/ubi.scc file://ubi/ubi.cfg', '', d)} \
19f920e74cSKlaus Heinrich Kiwi           "
204feb727cSDave Cobbley
214feb727cSDave CobbleyLINUX_VERSION_EXTENSION ?= "-${SRCREV}"
224feb727cSDave Cobbley
234feb727cSDave CobbleyPV = "${LINUX_VERSION}+git${SRCPV}"
244feb727cSDave Cobbley
254feb727cSDave Cobbleyinherit kernel
264feb727cSDave Cobbleyrequire recipes-kernel/linux/linux-yocto.inc
274feb727cSDave Cobbley
2838a5d871SJoel Stanley# From 5.6+ the COPYING file changed
2938a5d871SJoel StanleyLIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
30