1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd 2# Released under the MIT license (see COPYING.MIT for the terms) 3 4require recipes-kernel/linux/linux-yocto.inc 5require linux-rockchip.inc 6 7inherit local-git 8 9SRCREV = "e7a4fc70448ca2f66b3df50cabe527916b42bdad" 10SRC_URI = " \ 11 git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-4.4-2022_11_23; \ 12 file://${THISDIR}/files/cgroups.cfg \ 13" 14 15KERNEL_VERSION_SANITY_SKIP = "1" 16LINUX_VERSION ?= "4.4" 17 18SRC_URI:append = " ${@bb.utils.contains('IMAGE_FSTYPES', 'ext4', \ 19 'file://${THISDIR}/files/ext4.cfg', \ 20 '', \ 21 d)}" 22