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-libc-headers/linux-libc-headers.inc
5
6inherit auto-patch
7
8inherit local-git
9
10SRCREV = "82957dba3977fd50d4c013e0d359f3203072a0f2"
11SRC_URI = " \
12	git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-4.19-2022_01_10; \
13"
14
15S = "${WORKDIR}/git"
16
17LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
18