Brad Bishop | ac72846 | 2018-03-24 01:42:56 -0400 | [diff] [blame] | 1 | DESCRIPTION = "Linux kernel for Aspeed" |
| 2 | SECTION = "kernel" |
| 3 | LICENSE = "GPLv2" |
| 4 | |
| 5 | PROVIDES += "virtual/kernel" |
| 6 | |
| 7 | KCONFIG_MODE="--alldefconfig" |
| 8 | |
| 9 | KSRC ?= "git://github.com/openbmc/linux;protocol=git;branch=${KBRANCH}" |
| 10 | SRC_URI = "${KSRC}" |
Klaus Heinrich Kiwi | f920e74 | 2021-03-09 21:09:40 -0300 | [diff] [blame] | 11 | SRC_URI += " \ |
| 12 | file://defconfig \ |
| 13 | file://rsa_oem_fitimage_key.key;sha256sum=eeb4ff2ebbfbd97b6254fe6dbaeea41067e54c65176c233ec7b2ab2decf1ddcd \ |
| 14 | file://rsa_oem_fitimage_key.crt;sha256sum=45f5a55497cce8040999bf9f3214d471ac7b83ab7acef41c4425a34662e8372e \ |
| 15 | " |
Lei YU | c4e39cf | 2018-07-10 13:21:46 +0800 | [diff] [blame] | 16 | |
Brad Bishop | ac72846 | 2018-03-24 01:42:56 -0400 | [diff] [blame] | 17 | LINUX_VERSION_EXTENSION ?= "-${SRCREV}" |
| 18 | |
| 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 20 | |
Brad Bishop | ac72846 | 2018-03-24 01:42:56 -0400 | [diff] [blame] | 21 | inherit kernel |
| 22 | require recipes-kernel/linux/linux-yocto.inc |
Joel Stanley | 8fc3b96 | 2018-06-16 14:09:54 +0930 | [diff] [blame] | 23 | |
Joel Stanley | 38a5d87 | 2020-05-04 22:15:56 +0930 | [diff] [blame] | 24 | # From 5.6+ the COPYING file changed |
| 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |