mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-17 12:31:29 +00:00
Modified kernel bbrecipe commitID and Create Kenrel 4.14 bbrecipe
This commit is contained in:
parent
3d52a339fe
commit
e64b2ee4de
3 changed files with 10 additions and 4 deletions
6
recipes-kernel/linux/linux-riscv_4.14.bb
Normal file
6
recipes-kernel/linux/linux-riscv_4.14.bb
Normal file
|
@ -0,0 +1,6 @@
|
|||
require recipes-kernel/linux/linux-riscv-common.inc
|
||||
|
||||
LINUX_VERSION ?= "4.14"
|
||||
|
||||
BRANCH = "riscv-linux-4.14"
|
||||
SRCREV = "c2d852cb2f3d1875389ed23ad41fbab541b9533b"
|
|
@ -3,4 +3,4 @@ require recipes-kernel/linux/linux-riscv-common.inc
|
|||
LINUX_VERSION ?= "4.15"
|
||||
|
||||
BRANCH = "riscv-linux-4.15"
|
||||
SRCREV = "48fb45691946afe9a421d676513d4e623932dbd3"
|
||||
SRCREV = "fe92d7905c6ea0ebeabeb725b8040754ede7c220"
|
||||
|
|
|
@ -2,7 +2,7 @@ require recipes-kernel/linux/linux-riscv-common.inc
|
|||
|
||||
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
||||
|
||||
LINUX_VERSION ?= "4.18-rc7"
|
||||
LINUX_VERSION ?= "4.18"
|
||||
|
||||
BRANCH = "riscv-all"
|
||||
SRCREV = "aef7a9cf2530c4ebabc0c6d2a64ee2100fc6b854"
|
||||
BRANCH = "riscv-linux-4.18"
|
||||
SRCREV = "33e7d0092ad14e012018327bdf4e904d62e71440"
|
||||
|
|
Loading…
Add table
Reference in a new issue