Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
61d45789
"...composable_kernel.git" did not exist on "5356c4a943a35e74d7cdc69486afcb8703b9a59a"
Commit
61d45789
authored
May 02, 2021
by
Antoine Kaufmann
Browse files
images: fix packer-wrap script to point to new qemu path
parent
1c2e19bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
images/packer-wrap.sh
images/packer-wrap.sh
+1
-1
No files found.
images/packer-wrap.sh
View file @
61d45789
#!/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
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment