Skip to content

Commit

Permalink
DO NOT MERGE WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-raillard-arm committed Jan 4, 2024
1 parent 83ba820 commit aa04cc2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/recipes/trace-cmd.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ download() {
git clone git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
git -C trace-cmd checkout trace-cmd-v3.2

git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git
git -C libtraceevent checkout libtraceevent-1.7.3
#git clone https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git
#git -C libtraceevent checkout libtraceevent-1.7.3
git clone [email protected]:douglas-raillard-arm/libtraceevent.git --branch fix_static

git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git
git -C libtracefs checkout libtracefs-1.7.0
#git clone https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git
#git -C libtracefs checkout libtracefs-1.7.0
git clone [email protected]:douglas-raillard-arm/libtracefs.git --branch fix_static
}

build_libtraceevent() {
Expand Down

0 comments on commit aa04cc2

Please sign in to comment.