Skip to content

Commit

Permalink
tools/recipes/rt-app.recipe: Update rt-app
Browse files Browse the repository at this point in the history
FEATURE

Update rt-app with a saner calibration procedure to avoid pLoad=0 issue.
  • Loading branch information
douglas-raillard-arm committed Dec 14, 2023
1 parent 804969f commit d098249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/recipes/rt-app.manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rebase-conf:
-
remote: github
base: master
tip: log_calib
tip: fix_calib


remotes:
Expand Down
7 changes: 4 additions & 3 deletions tools/recipes/rt-app.recipe
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/bash

ALPINE_VERSION=v3.18
ALPINE_VERSION=v3.19
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

build_jsonc() {
Expand Down Expand Up @@ -35,14 +35,15 @@ build_rtapp() {
download() {
git clone https://github.com/json-c/json-c json-c
# git -C json-c checkout ddd049045d98dd3163d01a7d79184b3c7fb95a14
git -C json-c checkout json-c-0.16-20220414
git -C json-c checkout json-c-0.17-20230812


git clone https://github.com/numactl/numactl.git
git -C numactl checkout v2.0.16

git clone https://github.com/douglas-raillard-arm/rt-app.git
# Branch: lisa
git -C rt-app checkout 857d6a6624469ba275a37493a10ebba00a50b467
git -C rt-app checkout eccc991f77e7e02ba42d1c89c0558f8cbdccf762

}

Expand Down

0 comments on commit d098249

Please sign in to comment.