blob: 6a1471f264f860218fc111d9ea98488843b1f730 [file] [log] [blame]
Brad Bishopac728462018-03-24 01:42:56 -04001DESCRIPTION = "Linux kernel for Aspeed"
2SECTION = "kernel"
3LICENSE = "GPLv2"
4
5PROVIDES += "virtual/kernel"
6
7KCONFIG_MODE="--alldefconfig"
8
9KSRC ?= "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}"
10SRC_URI = "${KSRC}"
Lei YUc4e39cf2018-07-10 13:21:46 +080011SRC_URI += " file://defconfig"
12
Brad Bishopac728462018-03-24 01:42:56 -040013LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
14
15PV = "${LINUX_VERSION}+git${SRCPV}"
16
Brad Bishopac728462018-03-24 01:42:56 -040017inherit kernel
18require recipes-kernel/linux/linux-yocto.inc
Joel Stanley8fc3b962018-06-16 14:09:54 +093019
Joel Stanley38a5d872020-05-04 22:15:56 +093020# From 5.6+ the COPYING file changed
21LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"