nemu: use NEMU_IMAGES_PATH as image search paths
This commit is contained in:
parent
7f0d1ba75a
commit
f38674ce79
7 changed files with 52 additions and 7 deletions
|
@ -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 "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue