[Type]
[Module] emulator-kernel / dibs
[Priority] normal
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
# install
install()
{
- BIN_DIR=$SRCDIR/package/emulator-kernel-x86.package.${TARGET_OS}/data/tools/emulator/data/kernel
+ if [ "$BUILD_TARGET_OS" = "linux" ]
+ then
+ BIN_DIR=$SRCDIR/package/emulator-kernel-x86.package.linux/data/tools/emulator/data/kernel
+ else
+ BIN_DIR=$SRCDIR/package/emulator-kernel-x86.package.windows/data/tools/emulator/data/kernel
+ fi
mkdir -p $BIN_DIR
cp arch/x86/boot/bzImage $BIN_DIR/bzImage.x86
-Package: emulator-kernel
-Version: 1.1.21
+Package: emulator-kernel-x86
+Version: 1.3.0
OS: linux
Build-host-os: linux
Maintainer: Yeong-Kyoon, Lee <yeongkyoon.lee@samsung.com>
Source: emulator-kernel
Description: Tizen Emulator Kernel
-Package: emulator-kernel
-Version: 1.1.21
+Package: emulator-kernel-x86
+Version: 1.3.0
OS: windows
Build-host-os: linux
Maintainer: Yeong-Kyoon, Lee <yeongkyoon.lee@samsung.com>