hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2020, Rockchip Electronics Co., Ltd
# Released under the MIT license (see COPYING.MIT for the terms)
 
require recipes-kernel/linux-libc-headers/linux-libc-headers.inc
 
inherit auto-patch
 
inherit freeze-rev local-git
 
SRCREV = "f207a103477d8c601d89db381f07246d6942d9d0"
SRC_URI = " \
   git://github.com/JeffyCN/mirrors.git;protocol=https;nobranch=1;branch=kernel-2022_06_27; \
"
 
S = "${WORKDIR}/git"
 
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
do_install_armmultilib:prepend() {
   touch ${D}${includedir}/asm/bpf_perf_event.h
}