From b1dbc93131d4dee7893f6de97868cb3b94e75582 Mon Sep 17 00:00:00 2001 From: "jihye424.kim" Date: Tue, 26 Dec 2017 17:49:43 +0900 Subject: [PATCH] package: create new package for 5.0 platform (4.4.35.5) Change-Id: I9775ef977d8807d5a0ca6acb0fbf4446eebe04d4 Signed-off-by: jihye424.kim --- package/build.linux | 2 +- package/changelog | 3 +++ package/pkginfo.manifest | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package/build.linux b/package/build.linux index b16e111..012b6a0 100755 --- a/package/build.linux +++ b/package/build.linux @@ -27,7 +27,7 @@ build() # install install() { - TIZEN_VERSIONS="4.0 3.0" + TIZEN_VERSIONS="5.0 4.0 3.0" for VER in ${TIZEN_VERSIONS} ; do KERNEL_DIR=$SRCDIR/package/${VER}-emulator-kernel-x86.package.${TARGET_OS}/data/platforms/tizen-${VER}/common/emulator/data/kernel mkdir -p $KERNEL_DIR diff --git a/package/changelog b/package/changelog index f1de565f..2ae63d6 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 4.4.35.5 +- create new package for 5.0 platform +== jihye kim 2017-12-26 * 4.4.35.4 - support of hardware surface convertion in vigs == Jinhyung Jo 2017-09-01 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 10853a3..6b20339 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,7 +1,12 @@ Source: emulator-kernel -Version: 4.4.35.4 +Version: 4.4.35.5 Maintainer: SeokYeon Hwang +Package: 5.0-emulator-kernel-x86 +OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 +Build-host-os: ubuntu-64 +Description: Tizen x86 Emulator Kernel + Package: 4.0-emulator-kernel-x86 OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os: ubuntu-64 -- 2.7.4