xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.19.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Copyright (C) 2020, Rockchip Electronics Co., Ltd
2*4882a593Smuzhiyun# Released under the MIT license (see COPYING.MIT for the terms)
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunrequire recipes-kernel/linux/linux-yocto.inc
5*4882a593Smuzhiyunrequire linux-rockchip.inc
6*4882a593Smuzhiyun
7*4882a593Smuzhiyuninherit local-git
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSRCREV = "9789c7416f009b1c7a064241a5f185b368b24732"
10*4882a593SmuzhiyunSRC_URI = " \
11*4882a593Smuzhiyun	git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-4.19-2022_11_23; \
12*4882a593Smuzhiyun	file://${THISDIR}/files/cgroups.cfg \
13*4882a593Smuzhiyun"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunKERNEL_VERSION_SANITY_SKIP = "1"
18*4882a593SmuzhiyunLINUX_VERSION ?= "4.19"
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunSRC_URI:append = " ${@bb.utils.contains('IMAGE_FSTYPES', 'ext4', \
21*4882a593Smuzhiyun		   'file://${THISDIR}/files/ext4.cfg', \
22*4882a593Smuzhiyun		   '', \
23*4882a593Smuzhiyun		   d)}"
24