"...composable_kernel.git" did not exist on "5356c4a943a35e74d7cdc69486afcb8703b9a59a"
Commit 61d45789 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

images: fix packer-wrap script to point to new qemu path

parent 1c2e19bc
#!/bin/bash #!/bin/bash
qemupath=`pwd`/../qemu/ qemupath=`pwd`/../sims/external/qemu/
# add our qemu to $PATH # add our qemu to $PATH
export PATH="$qemupath:$qemupath/build/:$PATH" export PATH="$qemupath:$qemupath/build/:$PATH"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment