xref: /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.4.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# Copyright (C) 2019, Fuzhou 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 = "e7a4fc70448ca2f66b3df50cabe527916b42bdad"
10*4882a593SmuzhiyunSRC_URI = " \
11*4882a593Smuzhiyun	git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-4.4-2022_11_23; \
12*4882a593Smuzhiyun	file://${THISDIR}/files/cgroups.cfg \
13*4882a593Smuzhiyun"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunKERNEL_VERSION_SANITY_SKIP = "1"
16*4882a593SmuzhiyunLINUX_VERSION ?= "4.4"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunSRC_URI:append = " ${@bb.utils.contains('IMAGE_FSTYPES', 'ext4', \
19*4882a593Smuzhiyun		   'file://${THISDIR}/files/ext4.cfg', \
20*4882a593Smuzhiyun		   '', \
21*4882a593Smuzhiyun		   d)}"
22