projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa02d7
)
Update Extraversion
author
sangwook96.lee
<sangwook96.lee@samsung.com>
Tue, 2 Oct 2018 12:12:31 +0000
(21:12 +0900)
committer
sangwook96.lee
<sangwook96.lee@samsung.com>
Tue, 2 Oct 2018 12:12:31 +0000
(21:12 +0900)
build-x86.sh
patch
|
blob
|
history
diff --git
a/build-x86.sh
b/build-x86.sh
index 0224ce786a47db7c8e0c9a7b3e1d1cae4e36f836..fed0395d89a2af7333c6d3e149e9ce23cfe1eb5a 100755
(executable)
--- a/
build-x86.sh
+++ b/
build-x86.sh
@@
-2,5
+2,6
@@
# Build x86 emulator kernel image
ARCH=i386 make tizen_emul_defconfig
+sed -i "s/^EXTRAVERSION.*/EXTRAVERSION = -i386/" Makefile
./scripts/config --set-str CONFIG_INITRAMFS_SOURCE ramfs/initramfs.i386 -e CONFIG_CRYPTO_AES_586
ARCH=i386 CROSS_COMPILE='' make -j8