projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d2b2df
)
Fix obs build issue that can't find qemu-arm-static command
author
Jiankang Fan
<jiankang.fan@samsung.com>
Sat, 2 Jul 2016 08:08:50 +0000
(16:08 +0800)
committer
Jiankang Fan
<jiankang.fan@samsung.com>
Sat, 2 Jul 2016 08:10:14 +0000
(16:10 +0800)
Change-Id: I624ce924a4f57ce4172f37e096f17d361ff2fee8
Signed-off-by: Jiankang Fan <jiankang.fan@samsung.com>
init_buildsystem
patch
|
blob
|
history
diff --git
a/init_buildsystem
b/init_buildsystem
index 6e832663aca358c25def26727abc54e19d29a653..c5ff1311a11d59f7772ac2f5fd6d504e17c49131 100755
(executable)
--- a/
init_buildsystem
+++ b/
init_buildsystem
@@
-694,8
+694,8
@@
else
#
# register the QEMU emulator
#
+ copy_qemu
if check_use_emulator; then
- [ -n "$USE_SYSTEM_QEMU" ] && copy_qemu
echo "registering binfmt handlers for VM"
if [ -x "$BUILD_DIR/initvm.$BUILD_HOST_ARCH" -a -e "$BUILD_DIR/qemu-reg" ]; then