1# Copyright (C) 2020, 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 = "9789c7416f009b1c7a064241a5f185b368b24732" 10SRC_URI = " \ 11 git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-4.19-2022_11_23; \ 12 file://${THISDIR}/files/cgroups.cfg \ 13" 14 15LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 16 17KERNEL_VERSION_SANITY_SKIP = "1" 18LINUX_VERSION ?= "4.19" 19 20SRC_URI:append = " ${@bb.utils.contains('IMAGE_FSTYPES', 'ext4', \ 21 'file://${THISDIR}/files/ext4.cfg', \ 22 '', \ 23 d)}" 24