Fix correct commit hash for release 0.7.0 of openXC7
[dev-env-setup.git] / hdl-dev-repos
index 57068010f8bffa0b1d1eeb98e3f4fc3bb7889bef..032182f9c630fc6ba83ea4fa615b31cf5143eba9 100755 (executable)
@@ -20,11 +20,12 @@ git clone https://gitlab.com/nmigen/nmigen-stdio.git
 git clone https://git.libre-soc.org/git/soc.git
 git clone https://git.libre-soc.org/git/pytest-output-to-files.git
 git clone https://git.libre-soc.org/git/mdis.git
-git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git --depth=1
+git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git --depth=1 --branch v6.5.8
 '
 
 # pytest
-python3 -m pip install pytest-xdist==3.3.1 pytest==7.3.1
+python3 -m pip install pytest-xdist==3.3.1 pytest==7.3.1 \
+    pytest-subtests==0.11.0
 
 # pytest-output-to-files
 cd /home/$SUDO_USER/src/pytest-output-to-files
@@ -80,7 +81,7 @@ python3 setup.py develop
 make svanalysis
 make pywriter
 make pyfnwriter
-python3 -m openpower.syscalls ../linux > src/openpower/syscalls/syscalls.json
+python3 -m openpower.syscalls json ../linux > src/openpower/syscalls/syscalls.json
 
 # ieee754fpy
 cd ../ieee754fpu