nemu: use NEMU_IMAGES_PATH as image search paths

This commit is contained in:
xinyangli 2024-07-09 17:06:15 +08:00
parent 7f0d1ba75a
commit f38674ce79
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
7 changed files with 52 additions and 7 deletions

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
doCheck = (defconfig == "alldefconfig");
checkPhase = if doCheck then ''
export IMAGES_PATH=${am-kernels}/share/binary
export NEMU_IMAGES_PATH=${am-kernels}/share/am-kernels
make test
'' else "";