From: SeokYeon Hwang Date: Mon, 6 Jun 2016 07:29:30 +0000 (+0900) Subject: Merge branch 'develop' into tizen_2.3.2 X-Git-Tag: TizenStudio_2.0_p2.3.2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7990213b435ce4c21ffe5ae1dd447d4379409ca;p=sdk%2Femulator%2Femulator-kernel.git Merge branch 'develop' into tizen_2.3.2 Change-Id: I68e68793d55120e5b36ff283b44a7d30db343bd6 Signed-off-by: SeokYeon Hwang --- f7990213b435ce4c21ffe5ae1dd447d4379409ca diff --cc package/build.linux index 000000000000,7ded1320a063..71b6cf154af1 mode 000000,100755..100755 --- a/package/build.linux +++ b/package/build.linux @@@ -1,0 -1,35 +1,35 @@@ + #!/bin/sh -xe + # clean + clean() + { + if ["${TARGET_OS}" != "ubuntu-32" ] && ["${TARGET_OS}" != "ubuntu-64" ] + then + exit 1 + fi + + rm -rf .git + } + + # build + build() + { + # for i386 (32bit) kernel + ./build-i386.sh + mv arch/x86/boot/bzImage ./bzImage.i386 + + make distclean + + # for x86-64 (64bit) kernel + ./build-x86_64.sh + mv arch/x86/boot/bzImage ./bzImage.x86_64 + } + + # install + install() + { - KERNEL_DIR=$SRCDIR/package/3.0-emulator-kernel-x86.package.${TARGET_OS}/data/platforms/tizen-3.0/common/emulator/data/kernel ++ KERNEL_DIR=$SRCDIR/package/2.3.2-emulator-kernel-x86.package.${TARGET_OS}/data/platforms/tizen-2.3.2/common/emulator/data/kernel + mkdir -p $KERNEL_DIR + + cp ./bzImage.i386 $KERNEL_DIR/bzImage.i386 + cp ./bzImage.x86_64 $KERNEL_DIR/bzImage.x86_64 + } diff --cc package/changelog index 31b9d5112f13,39d863098a83..de0815b47421 --- a/package/changelog +++ b/package/changelog @@@ -1,14 -1,26 +1,37 @@@ + * 3.14.18 + - apply missing smack patch + == SeokYeon Hwang 2016-06-06 + * 3.14.17 + - apply smack patches + == Sooyoung Ha 2016-05-24 + * 3.14.16 + - maru-inputs: fix unexpected termination using maru-input devices + == Jinhyung Jo 2016-03-08 + * 3.14.15 + - smack: apply patches for socket fd passing + == Jinhyung Jo 2016-03-02 + * 3.14.14 + - PAT: apply PAT features for W/A + - sensor: modify the proximity value appropriately ++- VIGS: set correct DPI value ++- YaGL: Bump version with the device and platform + == Sooyoung Ha 2016-01-27 * 3.14.13 +- solve problem tablet device die unexpectedly +- support PAT(Page Attribute Table) +== Jinhyung Jo 2016-03-03 +* 3.14.12 - VIGS: set correct DPI value +== Jinhyung Jo 2015-11-20 +* 3.14.11 +- packaging: change platform version +== Jinhyung Jo 2015-11-09 +* 3.14.10 ++* 3.14.13 + == Jinhyung Jo 2015-11-23 + * 3.14.12 -- YaGL: Bump version with the device and platform + == Jinhyung Jo 2015-11-06 + * 3.14.11 - tablet: added input buffer to virtqueue - VIGS: Temporary W/A for the extension - tuner: separate dvb_frontend build for tv extension diff --cc package/pkginfo.manifest index 13d3be0aeeef,21f45b1c9f90..11389e81f3f0 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@@ -1,8 -1,13 +1,8 @@@ Source: emulator-kernel - Version: 3.14.13 + Version: 3.14.18 Maintainer: SeokYeon Hwang -Package: 3.0-emulator-kernel-x86 +Package: 2.3.2-emulator-kernel-x86 OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 - Build-host-os: ubuntu-32 + Build-host-os: ubuntu-64 Description: Tizen x86 Emulator Kernel - -#Package: 3.0-emulator-kernel-arm -#OS: ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 -#Build-host-os: ubuntu-64 -#Description: Tizen ARM Emulator Kernel