Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2876 from mariux64/update-perf-tool
Update perf tool
  • Loading branch information
pmenzel committed Mar 24, 2023
2 parents 80ffd85 + 23f21eb commit 18f6612
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions perf.be0
@@ -1,11 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION perf-5.10.47-1
# BEE_VERSION perf-5.15.94-0

# more info: https://foo.bar.com

# SRCURL[0]="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/cb6a98b89db3357997318c6a8fc58032/linux-5.10.47.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/3ca1edded3502e9d2c30debb35b83c18/mariux-5.15.94-447.tar.gz"

# PATCHURL+=()

Expand Down Expand Up @@ -46,20 +46,21 @@ mee_patch_post() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_configure() {
p=/pkg/python-3.9.12-0/profile; [ -e $p ] && . $p

#mee_build() {
# bee_build
#}
bee_configure
}

mee_build() {
NO_LIBBFD=1 bee_build
}

mee_install() {
bee_install prefix=$PREFIX
NO_LIBBFD=1 bee_install prefix=$PREFIX
}

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

0 comments on commit 18f6612

Please sign in to comment.