Benjamin Fair | a6ac4f9 | 2018-06-20 14:57:10 -0700 | [diff] [blame] | 1 | DESCRIPTION = "Linux kernel for Nuvoton NPCM7xx" |
| 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}" |
| 11 | SRC_URI_append_npcm7xx = " file://defconfig" |
| 12 | |
| 13 | LINUX_VERSION_EXTENSION ?= "-${SRCREV}" |
| 14 | |
| 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 16 | |
| 17 | inherit kernel |
| 18 | require recipes-kernel/linux/linux-yocto.inc |
| 19 | |
| 20 | # From 4.16+ the COPYING file changed |
Andrew Geissler | afce0b5 | 2020-09-03 10:47:27 -0500 | [diff] [blame] | 21 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |