Skip to content

Commit

Permalink
kernel : Update recent kernel commit ID and BB files
Browse files Browse the repository at this point in the history
I update  riscv-linux verion 4.15 and 4.18 kernel bbfile, head to recent
commit. And add SUMMAARY, DESCRIPTION field to provide imformation of
kernel bbfile.

update kernel bbfiles and add SUMMARY, DESCRIPTION field.

signed-off-by: pino-kim <sungwon.pino@gmail.com>
  • Loading branch information
pino-kim committed Oct 4, 2018
1 parent 3de0744 commit f234560
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion recipes-kernel/linux/linux-riscv_4.15.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
require recipes-kernel/linux/linux-riscv-common.inc

SUMMARY = "RISC-V Community BSP RISC-V Linux kernel with backported features and fiexes"
DESCRIPTION = ""

LINUX_VERSION ?= "4.15"

BRANCH = "riscv-linux-4.15"
SRCREV = "fe92d7905c6ea0ebeabeb725b8040754ede7c220"
SRCREV = "758d792057a2c0276844bc88e790f3ddabfc43ae"
5 changes: 4 additions & 1 deletion recipes-kernel/linux/linux-riscv_4.18.bb
Original file line number Diff line number Diff line change
@@ -1,8 +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 = ""

LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"

LINUX_VERSION ?= "4.18"

BRANCH = "riscv-linux-4.18"
SRCREV = "33e7d0092ad14e012018327bdf4e904d62e71440"
SRCREV = "dfeb52bf6e351d8d974889ff5e3e696cd4c8ab66"

0 comments on commit f234560

Please sign in to comment.