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 15, 2023
1 parent c3ed2c6 commit b87609b
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 45 deletions.
13 changes: 8 additions & 5 deletions lisa/_assets/binaries/arm64/README.json-c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Sources of json-c available at:
Git commit: 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7
Git commit: b4c371fa0cbc4dcbaccc359ce9e957a22988fb34
Git repository: https://github.com/json-c/json-c


Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=arm64
export BUILD_DIR=/tmp/tmpgya7ib6f/arm64/source
export BUILD_DIR=/tmp/tmp6b1pixon/arm64/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/arm64
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
11 changes: 7 additions & 4 deletions lisa/_assets/binaries/arm64/README.libnumactl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=arm64
export BUILD_DIR=/tmp/tmpgya7ib6f/arm64/source
export BUILD_DIR=/tmp/tmp6b1pixon/arm64/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/arm64
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
13 changes: 8 additions & 5 deletions lisa/_assets/binaries/arm64/README.rt-app
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Sources of rt-app available at:
Git commit: 857d6a6624469ba275a37493a10ebba00a50b467
Git commit: eccc991f77e7e02ba42d1c89c0558f8cbdccf762
Git repository: https://github.com/douglas-raillard-arm/rt-app.git


Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=arm64
export BUILD_DIR=/tmp/tmpgya7ib6f/arm64/source
export BUILD_DIR=/tmp/tmp6b1pixon/arm64/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/arm64
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
Binary file modified lisa/_assets/binaries/arm64/rt-app
Binary file not shown.
13 changes: 8 additions & 5 deletions lisa/_assets/binaries/armeabi/README.json-c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Sources of json-c available at:
Git commit: 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7
Git commit: b4c371fa0cbc4dcbaccc359ce9e957a22988fb34
Git repository: https://github.com/json-c/json-c


Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=armeabi
export BUILD_DIR=/tmp/tmp6q9pam2w/armeabi/source
export BUILD_DIR=/tmp/tmp2vo5wmlo/armeabi/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/armeabi
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
11 changes: 7 additions & 4 deletions lisa/_assets/binaries/armeabi/README.libnumactl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=armeabi
export BUILD_DIR=/tmp/tmp6q9pam2w/armeabi/source
export BUILD_DIR=/tmp/tmp2vo5wmlo/armeabi/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/armeabi
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
13 changes: 8 additions & 5 deletions lisa/_assets/binaries/armeabi/README.rt-app
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Sources of rt-app available at:
Git commit: 857d6a6624469ba275a37493a10ebba00a50b467
Git commit: eccc991f77e7e02ba42d1c89c0558f8cbdccf762
Git repository: https://github.com/douglas-raillard-arm/rt-app.git


Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=armeabi
export BUILD_DIR=/tmp/tmp6q9pam2w/armeabi/source
export BUILD_DIR=/tmp/tmp2vo5wmlo/armeabi/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/armeabi
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
Binary file modified lisa/_assets/binaries/armeabi/rt-app
Binary file not shown.
13 changes: 8 additions & 5 deletions lisa/_assets/binaries/x86_64/README.json-c
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Sources of json-c available at:
Git commit: 2f2ddc1f2dbca56c874e8f9c31b5b963202d80e7
Git commit: b4c371fa0cbc4dcbaccc359ce9e957a22988fb34
Git repository: https://github.com/json-c/json-c


Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=x86_64
export BUILD_DIR=/tmp/tmppesjvipw/x86_64/source
export BUILD_DIR=/tmp/tmpebd5a_4e/x86_64/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/x86_64
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
11 changes: 7 additions & 4 deletions lisa/_assets/binaries/x86_64/README.libnumactl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build host info:

NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.18.2
VERSION_ID=3.18.5
PRETTY_NAME="Alpine Linux v3.18"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Expand All @@ -16,11 +16,13 @@ BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
Build recipe:

export ARCH=x86_64
export BUILD_DIR=/tmp/tmppesjvipw/x86_64/source
export BUILD_DIR=/tmp/tmpebd5a_4e/x86_64/source
export LISA_ARCH_ASSETS=/lisa/_assets/binaries/x86_64
export LISA_HOME=''
#! /bin/bash

# We are stuck on Alpine 3.18 until that is fixed:
# https://github.com/numactl/numactl/issues/185
ALPINE_VERSION=v3.18
ALPINE_BUILD_DEPENDENCIES=(autoconf automake bash cmake gcc git make libtool linux-headers musl-dev)

Expand Down Expand Up @@ -56,14 +58,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
Loading

0 comments on commit b87609b

Please sign in to comment.