Benjamin Fair | a6ac4f9 | 2018-06-20 14:57:10 -0700 | [diff] [blame] | 1 | DESCRIPTION = "Linux kernel for Nuvoton NPCM7xx" |
| 2 | SECTION = "kernel" |
Patrick Williams | d541ec5 | 2022-04-30 07:41:26 -0500 | [diff] [blame] | 3 | LICENSE = "GPL-2.0-only" |
Benjamin Fair | a6ac4f9 | 2018-06-20 14:57:10 -0700 | [diff] [blame] | 4 | |
| 5 | PROVIDES += "virtual/kernel" |
| 6 | |
| 7 | KCONFIG_MODE="--alldefconfig" |
| 8 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 9 | KSRC ?= "git://github.com/openbmc/linux;protocol=https;branch=${KBRANCH}" |
Benjamin Fair | a6ac4f9 | 2018-06-20 14:57:10 -0700 | [diff] [blame] | 10 | SRC_URI = "${KSRC}" |
Willy Tu | ce3cb2c | 2021-08-10 15:28:25 -0700 | [diff] [blame] | 11 | SRC_URI:append:npcm7xx = " file://defconfig" |
Benjamin Fair | a6ac4f9 | 2018-06-20 14:57:10 -0700 | [diff] [blame] | 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" |