diff options
-rwxr-xr-x | package/build.ubuntu-32 | 4 | ||||
-rw-r--r-- | package/changelog | 3 | ||||
-rw-r--r-- | package/pkginfo.manifest | 32 |
3 files changed, 21 insertions, 18 deletions
diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 index aeedc7b..5024529 100755 --- a/package/build.ubuntu-32 +++ b/package/build.ubuntu-32 @@ -19,8 +19,8 @@ install() # mkdir -p $SRCDIR/package/tizen-emulator-tools-arm.package.${TARGET_OS}/data mkdir -p $SRCDIR/package/mobile-3.0-meta-emulator-image-x86.package.${TARGET_OS}/data mkdir -p $SRCDIR/package/mobile-3.0-meta-emulator-resources.package.${TARGET_OS}/data - mkdir -p $SRCDIR/package/ivi-2.0-meta-emulator-image-x86.package.${TARGET_OS}/data - mkdir -p $SRCDIR/package/ivi-2.0-meta-emulator-resources.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/ivi-3.0-meta-emulator-image-x86.package.${TARGET_OS}/data + mkdir -p $SRCDIR/package/ivi-3.0-meta-emulator-resources.package.${TARGET_OS}/data # mkdir -p $SRCDIR/package/tizen-2.2-emulator-image-x86.package.${TARGET_OS}/data # mkdir -p $SRCDIR/package/tizen-2.1-emulator-image-x86.package.${TARGET_OS}/data # mkdir -p $SRCDIR/package/tizen-2.0-emulator-image-arm.package.${TARGET_OS}/data diff --git a/package/changelog b/package/changelog index 8206200..973c687 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.5.17 +- modified ivi version to 3.0 +== Sungmin Ha <sungmin82.ha@samsung.com> 2013-11-05 * 1.5.16 - added ivi-2.0 profile. == Sungmin Ha <sungmin82.ha@samsung.com> 2013-10-31 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 6dc1bba..e90d63f 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.5.16 +Version: 1.5.17 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com> Package : emulator-tools-common @@ -41,22 +41,22 @@ Build-host-os : ubuntu-32 Install-dependency : emulator-tools-common, mobile-3.0-emulator-control-panel-devices, mobile-3.0-emulator-manager-resources, mobile-3.0-emulator-qemu-skins Description : Emulator resources provides full features of Emulator Manager, Emulator Control Panel and target specific skin for Tizen Emulator. -#Package : ivi-2.0-meta-emulator-image-x86 -#Label : x86 Platform Image -#OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 -#Build-host-os : ubuntu-32 -#Install-dependency : ivi-2.0-emulator-image-x86, ivi-2.0-meta-emulator-resources -#Conflicts : -#Source : meta-emulator-tools -#Description : Platform image provides the file system image of Tizen platform and core resources for ivi x86 Emulator. -#Attribute : root +Package : ivi-3.0-meta-emulator-image-x86 +Label : x86 Platform Image +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : ivi-3.0-emulator-image-x86, ivi-3.0-meta-emulator-resources +Conflicts : +Source : meta-emulator-tools +Description : Platform image provides the file system image of Tizen platform and core resources for ivi x86 Emulator. +Attribute : root -#Package : ivi-2.0-meta-emulator-resources -#Label : Emulator Resources -#OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 -#Build-host-os : ubuntu-32 -#Install-dependency : emulator-tools-common, ivi-2.0-emulator-manager-resources -#Description : Emulator resources provides full features of Emulator Manager for ivi Emulator. +Package : ivi-3.0-meta-emulator-resources +Label : Emulator Resources +OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os : ubuntu-32 +Install-dependency : emulator-tools-common, ivi-3.0-emulator-manager-resources +Description : Emulator resources provides full features of Emulator Manager for ivi Emulator. #Package : tizen-emulator-tools-arm #Label : ARM Emulator |