Add Python script to produce the dt values

This commit is contained in:
Tim Crawford
2021-03-03 12:38:54 -07:00
committed by Jeremy Soller
parent 2e371d49fb
commit c6ea487b77
2 changed files with 78 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
ccache \
cmake \
curl \
devmem2 \
dosfstools \
flashrom \
flex \
@@ -29,6 +30,7 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
gnat \
libncurses-dev \
libudev-dev \
msr-tools \
mtools \
nasm \
parted \
@@ -51,6 +53,7 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
gcc-gnat \
git-lfs \
libuuid-devel \
msr-tools \
mtools \
nasm \
ncurses-devel \