blob: fcc40f1b149bffac4716ecfb1a47b213890665e9 [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}"
11SRC_URI_append_ast2400 = " file://ast2400/defconfig"
12SRC_URI_append_ast2500 = " file://ast2500/defconfig"
13
14LINUX_VERSION_EXTENSION ?= "-${SRCREV}"
15
16PV = "${LINUX_VERSION}+git${SRCPV}"
17
Brad Bishopac728462018-03-24 01:42:56 -040018inherit kernel
19require recipes-kernel/linux/linux-yocto.inc
Joel Stanley8fc3b962018-06-16 14:09:54 +093020
21# From 4.16+ the COPYING file changed
22LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"