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 = "f207a103477d8c601d89db381f07246d6942d9d0"
11SRC_URI = " \
12	git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-2022_06_27; \
13"
14
15S = "${WORKDIR}/git"
16
17LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
18
19do_install_armmultilib:prepend() {
20	touch ${D}${includedir}/asm/bpf_perf_event.h
21}
22