Skip to content

perf: update to 4.19.57 #1329

Merged
merged 1 commit into from
Sep 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions perf.be0
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#!/bin/env beesh

# BEE_VERSION perf-4.4.52-0
# BEE_VERSION perf-4.19.57-0

KERNELVERSION=${PKGVERSION}

SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$KERNELVERSION.tar.xz
SRCURL[0]=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${PKGVERSION}.tar.xz

sourcesubdir_append tools/perf

OPT_ARCHIVE_BUILD=no

# EXCLUDE=""
mee_patch_post() {
sed -i 's/lib = lib64/lib = lib/' Makefile.config
}

#mee_configure() {
# bee_configure
Expand All @@ -23,3 +23,8 @@ OPT_ARCHIVE_BUILD=no
#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/etc/bash_completion.d
rm -vrf ${D}/lib/perf/examples
}