Skip to content

Commit

Permalink
lisa.assets: Update rt-app for uclamp fix
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DouglasRaillard authored and douglas-raillard-arm committed Mar 3, 2021
1 parent 564cb4c commit 7d57f20
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 56 deletions.
16 changes: 8 additions & 8 deletions lisa/assets/binaries/arm64/README.json-c
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Git repository: https://github.com/json-c/json-c
Build host info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


Build recipe:

export ARCH=arm64
export BUILD_DIR=/tmp/tmpuimyu0_r/arm64
export BUILD_DIR=/tmp/tmpeajcu1c0/arm64
export CONFIGURE_HOST=aarch64-linux-gnu
export CROSS_COMPILE=aarch64-linux-gnu-
export LISA_ARCH_ASSETS=/lisa/assets/binaries/arm64
Expand Down Expand Up @@ -63,8 +63,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down
20 changes: 10 additions & 10 deletions lisa/assets/binaries/arm64/README.rt-app
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Sources of rt-app available at:
Git commit: eadb1f641202982bb06751d089dd9d4929f3d349
Git repository: https://github.com/scheduler-tools/rt-app.git
Git commit: d38b9e4a20c5ac732d7298483b79a6de69672ee2
Git repository: https://github.com/douglas-raillard-arm/rt-app.git


Build host info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


Build recipe:

export ARCH=arm64
export BUILD_DIR=/tmp/tmpuimyu0_r/arm64
export BUILD_DIR=/tmp/tmpeajcu1c0/arm64
export CONFIGURE_HOST=aarch64-linux-gnu
export CROSS_COMPILE=aarch64-linux-gnu-
export LISA_ARCH_ASSETS=/lisa/assets/binaries/arm64
Expand Down Expand Up @@ -63,8 +63,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down
Binary file modified lisa/assets/binaries/arm64/rt-app
Binary file not shown.
16 changes: 8 additions & 8 deletions lisa/assets/binaries/armeabi/README.json-c
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Git repository: https://github.com/json-c/json-c
Build host info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


Build recipe:

export ARCH=armeabi
export BUILD_DIR=/tmp/tmpuimyu0_r/armeabi
export BUILD_DIR=/tmp/tmpeajcu1c0/armeabi
export CONFIGURE_HOST=arm-linux-gnueabi
export CROSS_COMPILE=arm-linux-gnueabi-
export LISA_ARCH_ASSETS=/lisa/assets/binaries/armeabi
Expand Down Expand Up @@ -63,8 +63,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down
20 changes: 10 additions & 10 deletions lisa/assets/binaries/armeabi/README.rt-app
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Sources of rt-app available at:
Git commit: eadb1f641202982bb06751d089dd9d4929f3d349
Git repository: https://github.com/scheduler-tools/rt-app.git
Git commit: d38b9e4a20c5ac732d7298483b79a6de69672ee2
Git repository: https://github.com/douglas-raillard-arm/rt-app.git


Build host info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


Build recipe:

export ARCH=armeabi
export BUILD_DIR=/tmp/tmpuimyu0_r/armeabi
export BUILD_DIR=/tmp/tmpeajcu1c0/armeabi
export CONFIGURE_HOST=arm-linux-gnueabi
export CROSS_COMPILE=arm-linux-gnueabi-
export LISA_ARCH_ASSETS=/lisa/assets/binaries/armeabi
Expand Down Expand Up @@ -63,8 +63,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down
Binary file modified lisa/assets/binaries/armeabi/rt-app
Binary file not shown.
16 changes: 8 additions & 8 deletions lisa/assets/binaries/x86_64/README.json-c
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Git repository: https://github.com/json-c/json-c
Build host info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


Build recipe:

export ARCH=x86_64
export BUILD_DIR=/tmp/tmpuimyu0_r/x86_64
export BUILD_DIR=/tmp/tmpeajcu1c0/x86_64
export LISA_ARCH_ASSETS=/lisa/assets/binaries/x86_64
export LISA_HOME=''
#! /bin/bash
Expand Down Expand Up @@ -61,8 +61,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down
20 changes: 10 additions & 10 deletions lisa/assets/binaries/x86_64/README.rt-app
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Sources of rt-app available at:
Git commit: eadb1f641202982bb06751d089dd9d4929f3d349
Git repository: https://github.com/scheduler-tools/rt-app.git
Git commit: d38b9e4a20c5ac732d7298483b79a6de69672ee2
Git repository: https://github.com/douglas-raillard-arm/rt-app.git


Build host info:

NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
VERSION="20.04.2 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
PRETTY_NAME="Ubuntu 20.04.2 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal


Build recipe:

export ARCH=x86_64
export BUILD_DIR=/tmp/tmpuimyu0_r/x86_64
export BUILD_DIR=/tmp/tmpeajcu1c0/x86_64
export LISA_ARCH_ASSETS=/lisa/assets/binaries/x86_64
export LISA_HOME=''
#! /bin/bash
Expand Down Expand Up @@ -61,8 +61,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down
Binary file modified lisa/assets/binaries/x86_64/rt-app
Binary file not shown.
4 changes: 2 additions & 2 deletions tools/recipes/rt-app.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ download() {
git clone https://github.com/numactl/numactl.git
git -C numactl checkout 26fba7199c365b55e72e054bb2adba097ce04924

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

build() {
Expand Down

0 comments on commit 7d57f20

Please sign in to comment.