Update Extraversion
authorsangwook96.lee <sangwook96.lee@samsung.com>
Tue, 2 Oct 2018 12:12:31 +0000 (21:12 +0900)
committersangwook96.lee <sangwook96.lee@samsung.com>
Tue, 2 Oct 2018 12:12:31 +0000 (21:12 +0900)
build-x86.sh

index 0224ce786a47db7c8e0c9a7b3e1d1cae4e36f836..fed0395d89a2af7333c6d3e149e9ce23cfe1eb5a 100755 (executable)
@@ -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