From 670fc2ef6db244c6f7c686ec243486435949cf82 Mon Sep 17 00:00:00 2001 From: "sungwon.pino" Date: Thu, 4 Oct 2018 01:28:30 +0900 Subject: [PATCH] recipes-kernel: Update kernel SUMMARY and DESCRIPTION And add SUMMAARY, DESCRIPTION field to provide imformation of kernel bbfile. Signed-off-by: pino-kim Signed-off-by: Alistair Francis --- recipes-kernel/linux/linux-riscv_4.18.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-kernel/linux/linux-riscv_4.18.bb b/recipes-kernel/linux/linux-riscv_4.18.bb index 7ba97b7..535ea88 100644 --- a/recipes-kernel/linux/linux-riscv_4.18.bb +++ b/recipes-kernel/linux/linux-riscv_4.18.bb @@ -1,5 +1,11 @@ require recipes-kernel/linux/linux-riscv-common.inc +SUMMARY = "RISC-V Community BSP RISC-V Linux kernel with backported features and fiexes" +DESCRIPTION = "Linux kernel based on mainline kernel used by RISC-V Community BSP in order to \ +provide support for some backported features and fixes, or because it was applied in linux-next \ +and takes some time to become part of a stable version, or because it is not applicable for \ +upstreaming." + LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" LINUX_VERSION ?= "4.18"