Skip to content

Commit 7d57f20

Browse files
lisa.assets: Update rt-app for uclamp fix
Since the uclamp support fixes [1] are necessary to use taskgroup and util clamp in conjunction in rt-app (which is now the default for test workloads), ensure we get a fixed version while waiting for the review of the fix. [1] scheduler-tools/rt-app#113
1 parent 564cb4c commit 7d57f20

File tree

10 files changed

+56
-56
lines changed

10 files changed

+56
-56
lines changed

lisa/assets/binaries/arm64/README.json-c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Git repository: https://github.com/json-c/json-c
66
Build host info:
77

88
NAME="Ubuntu"
9-
VERSION="18.04.5 LTS (Bionic Beaver)"
9+
VERSION="20.04.2 LTS (Focal Fossa)"
1010
ID=ubuntu
1111
ID_LIKE=debian
12-
PRETTY_NAME="Ubuntu 18.04.5 LTS"
13-
VERSION_ID="18.04"
12+
PRETTY_NAME="Ubuntu 20.04.2 LTS"
13+
VERSION_ID="20.04"
1414
HOME_URL="https://www.ubuntu.com/"
1515
SUPPORT_URL="https://help.ubuntu.com/"
1616
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1717
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
18-
VERSION_CODENAME=bionic
19-
UBUNTU_CODENAME=bionic
18+
VERSION_CODENAME=focal
19+
UBUNTU_CODENAME=focal
2020

2121

2222
Build recipe:
2323

2424
export ARCH=arm64
25-
export BUILD_DIR=/tmp/tmpuimyu0_r/arm64
25+
export BUILD_DIR=/tmp/tmpeajcu1c0/arm64
2626
export CONFIGURE_HOST=aarch64-linux-gnu
2727
export CROSS_COMPILE=aarch64-linux-gnu-
2828
export LISA_ARCH_ASSETS=/lisa/assets/binaries/arm64
@@ -63,8 +63,8 @@ download() {
6363
git clone https://github.com/numactl/numactl.git
6464
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
6565

66-
git clone https://github.com/scheduler-tools/rt-app.git
67-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
66+
git clone https://github.com/douglas-raillard-arm/rt-app.git
67+
git -C rt-app checkout uclamp-reset
6868
}
6969

7070
build() {

lisa/assets/binaries/arm64/README.rt-app

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Sources of rt-app available at:
2-
Git commit: eadb1f641202982bb06751d089dd9d4929f3d349
3-
Git repository: https://github.com/scheduler-tools/rt-app.git
2+
Git commit: d38b9e4a20c5ac732d7298483b79a6de69672ee2
3+
Git repository: https://github.com/douglas-raillard-arm/rt-app.git
44

55

66
Build host info:
77

88
NAME="Ubuntu"
9-
VERSION="18.04.5 LTS (Bionic Beaver)"
9+
VERSION="20.04.2 LTS (Focal Fossa)"
1010
ID=ubuntu
1111
ID_LIKE=debian
12-
PRETTY_NAME="Ubuntu 18.04.5 LTS"
13-
VERSION_ID="18.04"
12+
PRETTY_NAME="Ubuntu 20.04.2 LTS"
13+
VERSION_ID="20.04"
1414
HOME_URL="https://www.ubuntu.com/"
1515
SUPPORT_URL="https://help.ubuntu.com/"
1616
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1717
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
18-
VERSION_CODENAME=bionic
19-
UBUNTU_CODENAME=bionic
18+
VERSION_CODENAME=focal
19+
UBUNTU_CODENAME=focal
2020

2121

2222
Build recipe:
2323

2424
export ARCH=arm64
25-
export BUILD_DIR=/tmp/tmpuimyu0_r/arm64
25+
export BUILD_DIR=/tmp/tmpeajcu1c0/arm64
2626
export CONFIGURE_HOST=aarch64-linux-gnu
2727
export CROSS_COMPILE=aarch64-linux-gnu-
2828
export LISA_ARCH_ASSETS=/lisa/assets/binaries/arm64
@@ -63,8 +63,8 @@ download() {
6363
git clone https://github.com/numactl/numactl.git
6464
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
6565

66-
git clone https://github.com/scheduler-tools/rt-app.git
67-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
66+
git clone https://github.com/douglas-raillard-arm/rt-app.git
67+
git -C rt-app checkout uclamp-reset
6868
}
6969

7070
build() {

lisa/assets/binaries/arm64/rt-app

67.6 KB
Binary file not shown.

lisa/assets/binaries/armeabi/README.json-c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Git repository: https://github.com/json-c/json-c
66
Build host info:
77

88
NAME="Ubuntu"
9-
VERSION="18.04.5 LTS (Bionic Beaver)"
9+
VERSION="20.04.2 LTS (Focal Fossa)"
1010
ID=ubuntu
1111
ID_LIKE=debian
12-
PRETTY_NAME="Ubuntu 18.04.5 LTS"
13-
VERSION_ID="18.04"
12+
PRETTY_NAME="Ubuntu 20.04.2 LTS"
13+
VERSION_ID="20.04"
1414
HOME_URL="https://www.ubuntu.com/"
1515
SUPPORT_URL="https://help.ubuntu.com/"
1616
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1717
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
18-
VERSION_CODENAME=bionic
19-
UBUNTU_CODENAME=bionic
18+
VERSION_CODENAME=focal
19+
UBUNTU_CODENAME=focal
2020

2121

2222
Build recipe:
2323

2424
export ARCH=armeabi
25-
export BUILD_DIR=/tmp/tmpuimyu0_r/armeabi
25+
export BUILD_DIR=/tmp/tmpeajcu1c0/armeabi
2626
export CONFIGURE_HOST=arm-linux-gnueabi
2727
export CROSS_COMPILE=arm-linux-gnueabi-
2828
export LISA_ARCH_ASSETS=/lisa/assets/binaries/armeabi
@@ -63,8 +63,8 @@ download() {
6363
git clone https://github.com/numactl/numactl.git
6464
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
6565

66-
git clone https://github.com/scheduler-tools/rt-app.git
67-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
66+
git clone https://github.com/douglas-raillard-arm/rt-app.git
67+
git -C rt-app checkout uclamp-reset
6868
}
6969

7070
build() {

lisa/assets/binaries/armeabi/README.rt-app

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Sources of rt-app available at:
2-
Git commit: eadb1f641202982bb06751d089dd9d4929f3d349
3-
Git repository: https://github.com/scheduler-tools/rt-app.git
2+
Git commit: d38b9e4a20c5ac732d7298483b79a6de69672ee2
3+
Git repository: https://github.com/douglas-raillard-arm/rt-app.git
44

55

66
Build host info:
77

88
NAME="Ubuntu"
9-
VERSION="18.04.5 LTS (Bionic Beaver)"
9+
VERSION="20.04.2 LTS (Focal Fossa)"
1010
ID=ubuntu
1111
ID_LIKE=debian
12-
PRETTY_NAME="Ubuntu 18.04.5 LTS"
13-
VERSION_ID="18.04"
12+
PRETTY_NAME="Ubuntu 20.04.2 LTS"
13+
VERSION_ID="20.04"
1414
HOME_URL="https://www.ubuntu.com/"
1515
SUPPORT_URL="https://help.ubuntu.com/"
1616
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1717
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
18-
VERSION_CODENAME=bionic
19-
UBUNTU_CODENAME=bionic
18+
VERSION_CODENAME=focal
19+
UBUNTU_CODENAME=focal
2020

2121

2222
Build recipe:
2323

2424
export ARCH=armeabi
25-
export BUILD_DIR=/tmp/tmpuimyu0_r/armeabi
25+
export BUILD_DIR=/tmp/tmpeajcu1c0/armeabi
2626
export CONFIGURE_HOST=arm-linux-gnueabi
2727
export CROSS_COMPILE=arm-linux-gnueabi-
2828
export LISA_ARCH_ASSETS=/lisa/assets/binaries/armeabi
@@ -63,8 +63,8 @@ download() {
6363
git clone https://github.com/numactl/numactl.git
6464
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
6565

66-
git clone https://github.com/scheduler-tools/rt-app.git
67-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
66+
git clone https://github.com/douglas-raillard-arm/rt-app.git
67+
git -C rt-app checkout uclamp-reset
6868
}
6969

7070
build() {

lisa/assets/binaries/armeabi/rt-app

15.7 KB
Binary file not shown.

lisa/assets/binaries/x86_64/README.json-c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ Git repository: https://github.com/json-c/json-c
66
Build host info:
77

88
NAME="Ubuntu"
9-
VERSION="18.04.5 LTS (Bionic Beaver)"
9+
VERSION="20.04.2 LTS (Focal Fossa)"
1010
ID=ubuntu
1111
ID_LIKE=debian
12-
PRETTY_NAME="Ubuntu 18.04.5 LTS"
13-
VERSION_ID="18.04"
12+
PRETTY_NAME="Ubuntu 20.04.2 LTS"
13+
VERSION_ID="20.04"
1414
HOME_URL="https://www.ubuntu.com/"
1515
SUPPORT_URL="https://help.ubuntu.com/"
1616
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1717
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
18-
VERSION_CODENAME=bionic
19-
UBUNTU_CODENAME=bionic
18+
VERSION_CODENAME=focal
19+
UBUNTU_CODENAME=focal
2020

2121

2222
Build recipe:
2323

2424
export ARCH=x86_64
25-
export BUILD_DIR=/tmp/tmpuimyu0_r/x86_64
25+
export BUILD_DIR=/tmp/tmpeajcu1c0/x86_64
2626
export LISA_ARCH_ASSETS=/lisa/assets/binaries/x86_64
2727
export LISA_HOME=''
2828
#! /bin/bash
@@ -61,8 +61,8 @@ download() {
6161
git clone https://github.com/numactl/numactl.git
6262
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
6363

64-
git clone https://github.com/scheduler-tools/rt-app.git
65-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
64+
git clone https://github.com/douglas-raillard-arm/rt-app.git
65+
git -C rt-app checkout uclamp-reset
6666
}
6767

6868
build() {

lisa/assets/binaries/x86_64/README.rt-app

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
Sources of rt-app available at:
2-
Git commit: eadb1f641202982bb06751d089dd9d4929f3d349
3-
Git repository: https://github.com/scheduler-tools/rt-app.git
2+
Git commit: d38b9e4a20c5ac732d7298483b79a6de69672ee2
3+
Git repository: https://github.com/douglas-raillard-arm/rt-app.git
44

55

66
Build host info:
77

88
NAME="Ubuntu"
9-
VERSION="18.04.5 LTS (Bionic Beaver)"
9+
VERSION="20.04.2 LTS (Focal Fossa)"
1010
ID=ubuntu
1111
ID_LIKE=debian
12-
PRETTY_NAME="Ubuntu 18.04.5 LTS"
13-
VERSION_ID="18.04"
12+
PRETTY_NAME="Ubuntu 20.04.2 LTS"
13+
VERSION_ID="20.04"
1414
HOME_URL="https://www.ubuntu.com/"
1515
SUPPORT_URL="https://help.ubuntu.com/"
1616
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
1717
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
18-
VERSION_CODENAME=bionic
19-
UBUNTU_CODENAME=bionic
18+
VERSION_CODENAME=focal
19+
UBUNTU_CODENAME=focal
2020

2121

2222
Build recipe:
2323

2424
export ARCH=x86_64
25-
export BUILD_DIR=/tmp/tmpuimyu0_r/x86_64
25+
export BUILD_DIR=/tmp/tmpeajcu1c0/x86_64
2626
export LISA_ARCH_ASSETS=/lisa/assets/binaries/x86_64
2727
export LISA_HOME=''
2828
#! /bin/bash
@@ -61,8 +61,8 @@ download() {
6161
git clone https://github.com/numactl/numactl.git
6262
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
6363

64-
git clone https://github.com/scheduler-tools/rt-app.git
65-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
64+
git clone https://github.com/douglas-raillard-arm/rt-app.git
65+
git -C rt-app checkout uclamp-reset
6666
}
6767

6868
build() {

lisa/assets/binaries/x86_64/rt-app

35.7 KB
Binary file not shown.

tools/recipes/rt-app.recipe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ download() {
3434
git clone https://github.com/numactl/numactl.git
3535
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924
3636

37-
git clone https://github.com/scheduler-tools/rt-app.git
38-
git -C rt-app checkout eadb1f641202982bb06751d089dd9d4929f3d349
37+
git clone https://github.com/douglas-raillard-arm/rt-app.git
38+
git -C rt-app checkout uclamp-reset
3939
}
4040

4141
build() {

0 commit comments

Comments
 (0)