blob: 06c9e3c581bc30285afff9198e2c5ec96453c0fe [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
20# From 4.16+ the COPYING file changed
21LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"