profile/mobile/meta-mobile.git
3 weeks ago[TRE-3141] Replace machine-learning-agent with mlops-agent package 76/310276/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20240426.015401
Sangjung Woo [Wed, 3 Apr 2024 06:06:54 +0000 (15:06 +0900)]
[TRE-3141] Replace machine-learning-agent with mlops-agent package

Change-Id: Ib9662944c35109304b1d6284bf6bcabb915b51df
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
13 months ago[TRE-3036] Add gst-plugins-good-v4l2 package to mobile emulator image 91/290391/1 accepted/tizen/7.0/unified/20230327.150401
Jeongmo Yang [Fri, 24 Mar 2023 01:49:56 +0000 (10:49 +0900)]
[TRE-3036] Add gst-plugins-good-v4l2 package to mobile emulator image

Change-Id: Ie754a5fadd55e8a80ef1a328eb7a296faeddb153
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
20 months ago[TRE-2970] Add media transporter package to Tizen Platform image 01/280601/1 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060451 accepted/tizen/7.0/unified/hotfix/20221116.111927 accepted/tizen/unified/20220901.224754 submit/tizen/20220901.215126 tizen_7.0_m2_release
Eunhye Choi [Thu, 1 Sep 2022 06:05:28 +0000 (15:05 +0900)]
[TRE-2970] Add media transporter package to Tizen Platform image

- This patch newly adds media transporter packages to Tizen Platform image.

Change-Id: Iaf2389b24712f34778672fb0aecdf3df520c99c1

20 months ago[TRE-2968] Remove deprecated upgrade packages 00/280500/2 accepted/tizen/unified/20220901.020247 submit/tizen/20220901.002656
Hyotaek Shim [Wed, 31 Aug 2022 03:42:09 +0000 (12:42 +0900)]
[TRE-2968] Remove deprecated upgrade packages

initrd-recovery is removed because ramdisk-recovery partition is not supported in TM1 target.
"[TRE-2931] Delete ramdisk-recovery.img from TM1 target image"

Change-Id: Ib127c07012a75e39545f2e20c42c8fc532818de4
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
20 months ago[TRE-2967] Remove media-thumbnail-server 86/280486/1 accepted/tizen/unified/20220831.023446 submit/tizen/20220830.232907
minje.ahn [Wed, 31 Aug 2022 01:14:57 +0000 (10:14 +0900)]
[TRE-2967] Remove media-thumbnail-server

Change-Id: I1ec734c4b6fa280aa24559edf15289343a43bca9
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
20 months ago[TRE-2965] Replace system-plugin-feature-init_wrapper with initrd-init-wrapper 29/280429/1 accepted/tizen/unified/20220831.023218 submit/tizen/20220830.213046
SangYoun Kwak [Tue, 30 Aug 2022 04:21:59 +0000 (13:21 +0900)]
[TRE-2965] Replace system-plugin-feature-init_wrapper with initrd-init-wrapper

Change-Id: I9ae5c38b5621fb43a4208ab40d3cba0c34d7fb57
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
20 months ago[TRE-2961] Add machine-learning-agent package to Tizen Platform image 73/280173/1 accepted/tizen/unified/20220825.053121 submit/tizen/20220825.022456
Sangjung Woo [Thu, 25 Aug 2022 01:58:18 +0000 (10:58 +0900)]
[TRE-2961] Add machine-learning-agent package to Tizen Platform image

This patch newly adds machine-learning-agent package to Tizen Platform image.

Change-Id: I38efc739b32ae011ea057f6077980bc4c549eaa9
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
21 months ago[TRE-2956]: add training-engine-nntrainer 20/279720/2 accepted/tizen/unified/20220817.075333 submit/tizen/20220817.060310
Inki Dae [Wed, 17 Aug 2022 03:10:58 +0000 (12:10 +0900)]
[TRE-2956]: add training-engine-nntrainer

Change-Id: Iaa8ed5a3737d45814685fbe7cad12629149a497f
Signed-off-by: Inki Dae <inki.dae@samsung.com>
21 months ago[TRE-2948] Apply squashfsoptions_maxsize option for squashfs size limitation 85/279085/2 accepted/tizen/unified/20220803.011432 submit/tizen/20220802.230326
Hyotaek Shim [Tue, 2 Aug 2022 03:29:34 +0000 (12:29 +0900)]
[TRE-2948] Apply squashfsoptions_maxsize option for squashfs size limitation

If the compressed size is larger than squashfsoptions_maxsiz, MIC process will be terminated.

if item['squashfsoptions_maxsize']:
    squashfsoptions_maxsize=int(item['squashfsoptions_maxsize']) * 1024 * 1024
    imgsize = os.stat(self._imgdir+"/"+item['label']+fs_suffix).st_size
    if imgsize > squashfsoptions_maxsize:
        msger.error("squashfs img size is too large (%d > %d)" % (imgsize, squashfsoptions_maxsize))
        sys.exit()

Change-Id: I87f089865efdb3c8389b49f5554190d0d272796e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
21 months ago[TRE-2947] Add dali2-scene3d, dali2-csharp-binder-scene3d package 97/278997/1 accepted/tizen/unified/20220802.041130 submit/tizen/20220802.005549
seungho [Fri, 29 Jul 2022 05:17:58 +0000 (14:17 +0900)]
[TRE-2947] Add dali2-scene3d, dali2-csharp-binder-scene3d package

Change-Id: I9a86fc4b34ad55503ab4676dac0c2df02d598f20
Signed-off-by: seungho <sbsh.baek@samsung.com>
21 months ago[TRE-2938] Add vision-source-v4l2 79/278479/1 accepted/tizen/unified/20220725.053819 submit/tizen/20220725.045030
Kwanghoon Son [Thu, 21 Jul 2022 05:28:20 +0000 (01:28 -0400)]
[TRE-2938] Add vision-source-v4l2

Change-Id: I6f4b082fe4be791d950c70c05efb44ff2f5a4e45
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
22 months ago[TRE-2935] Add capi-system-resource-plugin package 07/277907/1 accepted/tizen/unified/20220718.235632 submit/tizen/20220718.225809
Hyotaek Shim [Fri, 15 Jul 2022 02:10:31 +0000 (11:10 +0900)]
[TRE-2935] Add capi-system-resource-plugin package

Change-Id: I6e6b2381dfdd36ec58981c48577a2c7842820f7f
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
22 months ago[TRE-2933] Add nnstreamer-edge pacakge to Tizen Platform image 02/277502/1 accepted/tizen/unified/20220708.070258 submit/tizen/20220708.061913
Sangjung Woo [Fri, 8 Jul 2022 01:45:32 +0000 (10:45 +0900)]
[TRE-2933] Add nnstreamer-edge pacakge to Tizen Platform image

This patch newly adds nnstreamer-edge pacakge to Tizen Platform image.

Change-Id: I9252ec21ff2d2a3003befe1924d877d6c209de56
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
22 months ago[TRE-2932] Add vision-source 82/277382/1 accepted/tizen/unified/20220706.120404 submit/tizen/20220706.064745
Kwanghoon Son [Wed, 6 Jul 2022 04:43:08 +0000 (00:43 -0400)]
[TRE-2932] Add vision-source

Change-Id: Iadea5de5482dae58256ea5a917509c331cd922c3
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
22 months ago[TRE-2931] Delete ramdisk-recovery.img from TM1 target image 52/277352/1 accepted/tizen/unified/20220706.020627 submit/tizen/20220706.011624
Hyotaek Shim [Tue, 5 Jul 2022 10:41:42 +0000 (19:41 +0900)]
[TRE-2931] Delete ramdisk-recovery.img from TM1 target image

Change-Id: I40d190192937f530ffe546720ae8e652172eaca6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
22 months ago[TRE-2927] add inference-engine-mlapi 29/277029/1 accepted/tizen/unified/20220701.055302 submit/tizen/20220701.002357 submit/tizen/20220701.021034
Inki Dae [Wed, 29 Jun 2022 07:44:16 +0000 (16:44 +0900)]
[TRE-2927] add inference-engine-mlapi

Change-Id: I1026f3bb1f65bc0c7f0ee3373a207400a4e3a346
Signed-off-by: Inki Dae <inki.dae@samsung.com>
22 months agochange the hal backend module for tdm-exynos 77/276977/2
SooChan Lim [Wed, 29 Jun 2022 00:23:41 +0000 (09:23 +0900)]
change the hal backend module for tdm-exynos

Change-Id: I82c1e2bfdaa7fe23aa91d43848c272dda9896cb3

22 months ago[TRE-2924] Add amd light user module 07/276807/1 accepted/tizen/unified/20220627.133732 submit/tizen/20220627.030441
Changgyu Choi [Mon, 27 Jun 2022 00:58:15 +0000 (09:58 +0900)]
[TRE-2924] Add amd light user module

Adds:
 - amd-mod-light-user

Change-Id: Ic7784332773fafe70829456a9a1f982f64ae4e7e
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
23 months ago[TRE-2920] Remove dali2-extension-vector-image-renderer-plugin package 29/276029/1 accepted/tizen/unified/20220609.132736 submit/tizen/20220609.021338
Heeyong Song [Thu, 9 Jun 2022 01:06:51 +0000 (10:06 +0900)]
[TRE-2920] Remove dali2-extension-vector-image-renderer-plugin package

Change-Id: I0f504a1e434534f611b429d9e572d717fd862263

23 months ago[TRE-2916] Remove dali packages 22/276022/1
Heeyong Song [Thu, 9 Jun 2022 00:39:25 +0000 (09:39 +0900)]
[TRE-2916] Remove dali packages

Change-Id: Ie87e1814d19ae6d892526b416d37006f92c093ce

2 years ago[TRE-2914] Remove the inputbubble option in dotnet-generate-ni.post 54/274954/1 accepted/tizen/unified/20220525.210741 submit/tizen/20220525.060150
j-h.choi [Thu, 12 May 2022 11:03:42 +0000 (20:03 +0900)]
[TRE-2914] Remove the inputbubble option in dotnet-generate-ni.post

Change-Id: I76221998e14871b9cfc6d939c5448176ae6ac7f7

2 years agoMerge "[TRE-2909] Add capi-machine-learning-service to Tizen mobile image" into tizen accepted/tizen/unified/20220421.065451 submit/tizen/20220421.042522
Dongchul Lim [Thu, 21 Apr 2022 04:18:35 +0000 (04:18 +0000)]
Merge "[TRE-2909] Add capi-machine-learning-service to Tizen mobile image" into tizen

2 years ago[TRE-2909] Add capi-machine-learning-service to Tizen mobile image 10/274010/1
gichan [Wed, 20 Apr 2022 04:33:23 +0000 (13:33 +0900)]
[TRE-2909] Add capi-machine-learning-service to Tizen mobile image

Change-Id: I26e7abf825ec2615c5031b4e00075555d8d4b8aa
Signed-off-by: gichan <gichan2.jang@samsung.com>
2 years ago[TRE-2907] Add capi-media-editor 96/273996/1 accepted/tizen/unified/20220420.135442 submit/tizen/20220420.071728 submit/tizen/20220421.005004
Haesu Gwon [Wed, 20 Apr 2022 00:12:14 +0000 (09:12 +0900)]
[TRE-2907] Add capi-media-editor

Change-Id: I0e85a8079e152123d5e4ed10c067d62441ec9d10

2 years ago[TRE-2902] Add sessiond package 81/273781/2 accepted/tizen/unified/20220418.042055 submit/tizen/20220418.162757
Mateusz Majewski [Wed, 13 Apr 2022 15:42:48 +0000 (17:42 +0200)]
[TRE-2902] Add sessiond package

Change-Id: I0332eedfff7bccb5f945d7a7fbb04dabfecef7fe
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2 years ago[TRE-2900] Add capi-system-resource-monitor and libpass-resource-monitor 32/273432/2 accepted/tizen/unified/20220411.214615 submit/tizen/20220411.061024
Chanwoo Choi [Tue, 5 Apr 2022 18:36:42 +0000 (03:36 +0900)]
[TRE-2900] Add capi-system-resource-monitor and libpass-resource-monitor

Change-Id: I8c840dc88a5592c6257a55b8e82266532e4417d9
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2 years ago[TRE-2894] Add ise-engine-thai to Tizen mobile image 99/272399/1 accepted/tizen/unified/20220316.182645 submit/tizen/20220316.074627
InHong Han [Wed, 16 Mar 2022 01:43:26 +0000 (10:43 +0900)]
[TRE-2894] Add ise-engine-thai to Tizen mobile image

Change-Id: I81018bebc8b25f810cf9b3fd0e48edbdd4dee0e0

2 years ago[TRE-2887] Remove bluetooth-tools related packages from mobile profile 92/272292/1 accepted/tizen/unified/20220314.125218 submit/tizen/20220314.075902
Wootak Jung [Mon, 14 Mar 2022 07:10:15 +0000 (16:10 +0900)]
[TRE-2887] Remove bluetooth-tools related packages from mobile profile

Change-Id: Ib510950d7727f3eae787e3b83cdcce06ef623b28

2 years ago[TRE-2870] Add ise-engine-unikey to Tizen mobile image 05/270605/1 accepted/tizen/unified/20220208.112131 submit/tizen/20220208.104907
Jihoon Kim [Mon, 7 Feb 2022 11:35:23 +0000 (20:35 +0900)]
[TRE-2870] Add ise-engine-unikey to Tizen mobile image

Change-Id: I33738d873fdc79f8df4416d538a69ceb8e346b79
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
2 years ago[TRE-2861] Add linux-tizen-modules-tm1 dependency 04/269504/2 accepted/tizen/unified/20220117.134938 submit/tizen/20220117.102125
Mateusz Majewski [Mon, 17 Jan 2022 08:09:00 +0000 (09:09 +0100)]
[TRE-2861] Add linux-tizen-modules-tm1 dependency

Change-Id: I684a5326f42d1531a9aa13b8b408d46d9d0b83e6

2 years ago[TRE-2857] Add dotnet-generate-ni.post script in emulator 76/269176/3 accepted/tizen/unified/20220111.061707 submit/tizen/20220111.061250
j-h.choi [Tue, 11 Jan 2022 04:55:09 +0000 (13:55 +0900)]
[TRE-2857] Add dotnet-generate-ni.post script in emulator

Change-Id: I5c5a8ec61ae883a1a2ea386c81f583e1eb37bb62

2 years ago[TRE-2857] Add patchelf, crossgen2-mic pkg & Modify dotnet-generate-ni.post script 12/269112/1 accepted/tizen/unified/20220111.010919 submit/tizen/20220110.213957 submit/tizen/20220111.003339
j-h.choi [Mon, 10 Jan 2022 03:29:00 +0000 (12:29 +0900)]
[TRE-2857] Add patchelf, crossgen2-mic pkg & Modify dotnet-generate-ni.post script

Change-Id: I476770794c8a4e17dee6732dd95038f1a25a81c7

2 years ago[TRE-2855] Add libbpf to platform images 26/268526/1 accepted/tizen/unified/20211230.125213 submit/tizen/20211230.062327
Jaehyun Kim [Fri, 24 Dec 2021 06:03:09 +0000 (15:03 +0900)]
[TRE-2855] Add libbpf to platform images

Change-Id: Ibe9b78acccd6657e0cc5e2c0448fb75f2fed477a
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
2 years ago[TRE-2836] Add gst-plugins-tizen-camera package to mobile emulator image 55/266055/1 accepted/tizen/unified/20211105.130254 submit/tizen/20211105.064120 submit/tizen/20211207.104457
Jeongmo Yang [Fri, 5 Nov 2021 02:05:33 +0000 (11:05 +0900)]
[TRE-2836] Add gst-plugins-tizen-camera package to mobile emulator image

Change-Id: If1fc6a2898f8f15a635a5d67d6349e59a16469e4
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
2 years ago[TRE-2817] Add esplusplayer, libtrackrenderer to mobile profile images 84/263284/1 sandbox/wangbiao/rpm_upgrade accepted/tizen/6.0/unified/20211029.040622 accepted/tizen/6.5/unified/20211029.054319 accepted/tizen/unified/20210901.050356 submit/tizen/20210901.034932 submit/tizen_6.5/20211028.164001 submit/tizen_6.5/20211029.140001 tizen_6.5.m2_release
Gilbok Lee [Tue, 31 Aug 2021 00:10:09 +0000 (09:10 +0900)]
[TRE-2817] Add esplusplayer, libtrackrenderer to mobile profile images

Change-Id: I49a20ca609462d16c4fb1c4e1d25312e4b0a7ebf

2 years ago[TRE-2811] Add nsjail to mobile profile images 75/263075/1 accepted/tizen/unified/20210827.045807 submit/tizen/20210827.030032
Kunhoon Baik [Thu, 26 Aug 2021 02:21:14 +0000 (11:21 +0900)]
[TRE-2811] Add nsjail to mobile profile images

Change-Id: I178c13521528fbfbd92b525128aa106c71959f1e

2 years ago[TRE-2809] Add aul-exec-checker-plugin 49/263049/1 accepted/tizen/unified/20210826.024544 submit/tizen/20210826.020925
Changgyu Choi [Wed, 25 Aug 2021 05:17:47 +0000 (14:17 +0900)]
[TRE-2809] Add aul-exec-checker-plugin

Adds:
 - aul-exec-checker-plugin

Change-Id: I93de5090a47d0dbc04e48871f0fded083a4acc00
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
2 years ago[TRE-2768] Add capi-media-webrtc 33/262033/1 accepted/tizen/unified/20210803.073430 submit/tizen/20210803.061507
Sangchul Lee [Mon, 2 Aug 2021 02:40:19 +0000 (11:40 +0900)]
[TRE-2768] Add capi-media-webrtc

Change-Id: Ice30ba71276fba8e039e9ae2b713f488f4d24bb3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years ago[TRE-2766] Add dali2-extension-rive-animation-view package 63/261863/1 accepted/tizen/unified/20210728.105338 submit/tizen/20210728.104422
Taehyub Kim [Wed, 28 Jul 2021 03:11:09 +0000 (12:11 +0900)]
[TRE-2766] Add dali2-extension-rive-animation-view package

Change-Id: Ia4105bb30a9ef324ab9747af9d92da80c5901cab

2 years agoMerge "[TRE-2765] Add capi-system-info-tool" into tizen accepted/tizen/unified/20210728.090600 submit/tizen/20210726.084601
Woo Chang Kim [Wed, 28 Jul 2021 02:04:59 +0000 (02:04 +0000)]
Merge "[TRE-2765] Add capi-system-info-tool" into tizen

2 years ago[TRE-2765] Add capi-system-info-tool 82/261782/1
Youngjae Cho [Mon, 26 Jul 2021 08:36:52 +0000 (17:36 +0900)]
[TRE-2765] Add capi-system-info-tool

Change-Id: I49000019dfc459699f8070a647af1060d9fc1011
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2 years ago[TRE-2746] Revert all the depmod calls from the images 04/260504/1 accepted/tizen/unified/20210628.055055 submit/tizen/20210628.050516
INSUN PYO [Mon, 28 Jun 2021 01:15:09 +0000 (10:15 +0900)]
[TRE-2746] Revert all the depmod calls from the images

Change-Id: I0cafce8e533254b2edf8d9e270035d99b2bdbf68

2 years agoMerge "Revert "[TRE-2740] Fix depmod calling"" into tizen accepted/tizen/unified/20210622.031136 submit/tizen/20210622.010415
Woo Chang Kim [Tue, 22 Jun 2021 02:11:39 +0000 (02:11 +0000)]
Merge "Revert "[TRE-2740] Fix depmod calling"" into tizen

2 years agoRevert "[TRE-2740] Fix depmod calling" 01/260201/1
Woo Chang Kim [Tue, 22 Jun 2021 02:06:28 +0000 (02:06 +0000)]
Revert "[TRE-2740] Fix depmod calling"

This reverts commit ba327d6a6fb709eefd935c1e457deb84489295eb.

mobile boot image has only u-boot.

Change-Id: I1fb6eae772cdae1189be6c99f94097c913ad9692

2 years agoMerge "[TRE-2740] Fix depmod calling" into tizen
Woo Chang Kim [Tue, 22 Jun 2021 00:43:06 +0000 (00:43 +0000)]
Merge "[TRE-2740] Fix depmod calling" into tizen

2 years agoMerge "remove dali2-extension-rive-animation-renderer-plugin package from Mobile...
Woo Chang Kim [Tue, 22 Jun 2021 00:40:52 +0000 (00:40 +0000)]
Merge "remove dali2-extension-rive-animation-renderer-plugin package from Mobile profile" into tizen

2 years ago[TRE-2740] Fix depmod calling 70/260170/1
Mateusz Majewski [Mon, 21 Jun 2021 11:41:39 +0000 (13:41 +0200)]
[TRE-2740] Fix depmod calling

Change-Id: Iffc85233d2ea1b61aa35b1b00371b5337a09e025

2 years agoremove dali2-extension-rive-animation-renderer-plugin package from Mobile profile 61/260161/1
Taehyub Kim [Mon, 21 Jun 2021 11:04:18 +0000 (20:04 +0900)]
remove dali2-extension-rive-animation-renderer-plugin package from Mobile profile

Change-Id: I10a23d08cfb4c42d78283a4c6cb91b014385e977

2 years ago[TRE-2738] Remove dlog-config-backend-logger from TM1 48/260148/1
Mateusz Majewski [Mon, 21 Jun 2021 08:37:54 +0000 (10:37 +0200)]
[TRE-2738] Remove dlog-config-backend-logger from TM1

Change-Id: I385a712599ffa7ac5209f350b8afc538822c367f

2 years ago[TRE-2736] Remove mmfw-sysconf-* packages 93/259993/1 accepted/tizen/unified/20210617.101131 submit/tizen/20210617.101050
Jeongmo Yang [Thu, 17 Jun 2021 08:14:48 +0000 (17:14 +0900)]
[TRE-2736] Remove mmfw-sysconf-* packages

Change-Id: If6c453658432b4d47adc98d0ceb7200806b1ca46
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
2 years ago[TRE-2718] Replace sensor-hal-tm1 with hal-backend-sensor-tm1 in TM1 01/259501/1 accepted/tizen/unified/20210609.082417 submit/tizen/20210609.070650
Hyotaek Shim [Wed, 9 Jun 2021 05:57:40 +0000 (14:57 +0900)]
[TRE-2718] Replace sensor-hal-tm1 with hal-backend-sensor-tm1 in TM1

Change-Id: I2bae8e7d6a63718416c4fe77e18bf04368426654
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2 years ago[TRE-2717] Replace sensor-hal-emulator with hal-backend-sensor-emulator in Emulator 92/259492/1 submit/tizen/20210609.054832
Hyotaek Shim [Wed, 9 Jun 2021 03:02:42 +0000 (12:02 +0900)]
[TRE-2717] Replace sensor-hal-emulator with hal-backend-sensor-emulator in Emulator

Change-Id: I7d207210fde0fb062cbdf2a989207ab851ac8cf5
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2 years ago[TRE-2715] Replace device-manager-plugin-sc7730 with hal-backend-device-tm1 in TM1 35/259435/1 accepted/tizen/unified/20210608.091221 submit/tizen/20210608.082827
Hyotaek Shim [Tue, 8 Jun 2021 02:44:53 +0000 (11:44 +0900)]
[TRE-2715] Replace device-manager-plugin-sc7730 with hal-backend-device-tm1 in TM1

Change-Id: I16cd5fdb9d59ec4c6d584352916d002290af1306
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2 years ago[TRE-2714] Replace device-manager-plugin-emul with hal-backend-device-emulator 31/259431/1
Hyotaek Shim [Tue, 8 Jun 2021 00:27:48 +0000 (09:27 +0900)]
[TRE-2714] Replace device-manager-plugin-emul with hal-backend-device-emulator

Change-Id: I880ba6114439666740316becd10a5c107c1e28d6
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
2 years ago[TRE-2697] Add module dependency rebuild 17/259317/1 accepted/tizen/unified/20210607.011747 submit/tizen/20210604.093536
Mateusz Majewski [Fri, 4 Jun 2021 07:31:30 +0000 (09:31 +0200)]
[TRE-2697] Add module dependency rebuild

Change-Id: Iaca9a88d6f3ac6c2c33d004cd3c75c0506594091

2 years ago[TRE-2696] Add media-config to replace mmfw-sysconf 91/259191/1 accepted/tizen/unified/20210603.000556 submit/tizen/20210602.222059
Jeongmo Yang [Wed, 2 Jun 2021 03:25:05 +0000 (12:25 +0900)]
[TRE-2696] Add media-config to replace mmfw-sysconf

Change-Id: I927774c05e1710215810952d8e26cb2d95acaefc
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
2 years ago[TRE-2690] add dali2-extension-rive-animation-renderer-plugin package for Mobile... 73/258873/2 accepted/tizen/unified/20210601.135353 submit/tizen/20210601.013856
Taehyub Kim [Fri, 28 May 2021 04:29:08 +0000 (13:29 +0900)]
[TRE-2690] add dali2-extension-rive-animation-renderer-plugin package for Mobile profile

Change-Id: Idbb7a380c59f421963b206105b8e2009418266fa

2 years agoRemove gmock 51/258851/1 accepted/tizen/unified/20210526.233133 submit/tizen/20210526.233452
wchang kim [Wed, 26 May 2021 23:06:17 +0000 (08:06 +0900)]
Remove gmock

Change-Id: I13e9699ed7f783cba13d26579798b1ffd2935719

3 years ago[TRE-2685] Add UA packages for mobile profile 86/257886/1 accepted/tizen/unified/20210506.103542 submit/tizen/20210506.072047 submit/tizen/20210506.073237 submit/tizen/20210507.001404
hyunuk.tak [Thu, 6 May 2021 02:31:59 +0000 (11:31 +0900)]
[TRE-2685] Add UA packages for mobile profile

Change-Id: I76e384f722c46f3d0b255d3f0a7f1db77d10a35d
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
3 years agoMerge "[TRE-2668] Add packages for mobile profile" into tizen accepted/tizen/unified/20210426.072117 submit/tizen/20210420.075455
Woo Chang Kim [Tue, 20 Apr 2021 07:36:52 +0000 (07:36 +0000)]
Merge "[TRE-2668] Add packages for mobile profile" into tizen

3 years ago[TRE-2677] Add dali2-extension-camera-player-plugin package 03/256903/1 accepted/tizen/unified/20210416.143410 submit/tizen/20210416.080427
Joogab Yun [Wed, 14 Apr 2021 10:41:46 +0000 (19:41 +0900)]
[TRE-2677] Add dali2-extension-camera-player-plugin package

Change-Id: I147597c03b0ffce4951f35f4e70d4012c0febeaf

3 years ago[TRE-2668] Add packages for mobile profile 86/256886/1
Sangyoon Jang [Wed, 14 Apr 2021 07:24:50 +0000 (16:24 +0900)]
[TRE-2668] Add packages for mobile profile

Added:
 - org.tizen.default-dark-theme
 - org.tizen.default-light-theme

Change-Id: I63519a314c28ba66e669061f94db97d79157f3e1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
3 years ago[TRE-2675] Add capi-network-vine package for mobile profile 87/256687/1 accepted/tizen/unified/20210413.021311 submit/tizen/20210412.100322
Cheoleun Moon [Fri, 9 Apr 2021 07:52:28 +0000 (16:52 +0900)]
[TRE-2675] Add capi-network-vine package for mobile profile

Change-Id: I80bc35c1a7012dbce3695fc4376aab6a364e6ee9
Signed-off-by: Cheoleun Moon <chleun.moon@samsung.com>
3 years ago[TRE-2672] add rive-tizen package for Mobile profile 04/256604/1 accepted/tizen/unified/20210409.064126 submit/tizen/20210409.024441
Taehyub Kim [Thu, 8 Apr 2021 02:43:49 +0000 (11:43 +0900)]
[TRE-2672] add rive-tizen package for Mobile profile

Change-Id: I06cf134906ffdeb75f565a45c446301ab6503d8d

3 years ago[TRE-2669] Add hal-api-common-haltests package for mobile profile 02/256202/1 accepted/tizen/unified/20210331.054338 submit/tizen/20210331.025222
Chanwoo Choi [Wed, 31 Mar 2021 01:12:03 +0000 (10:12 +0900)]
[TRE-2669] Add hal-api-common-haltests package for mobile profile

Add hal-api-common-haltests package to mobile profile
for supporting HAL TEST mode.

Change-Id: I8f870761c9a4c48524d788c0e22dae805509fec2
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
3 years ago[TRE-2654] replace tbm/tdm backend package to hal-backend tbm/tdm package 77/255277/3 accepted/tizen/unified/20210317.034447 submit/tizen/20210317.023113
Junkyeong Kim [Tue, 16 Mar 2021 07:28:48 +0000 (16:28 +0900)]
[TRE-2654] replace tbm/tdm backend package to hal-backend tbm/tdm package

libtbm-sprd -> hal-backend-tbm-sprd
libtdm-sprd -> hal-backend-tdm-sprd

libtbm-vigs -> hal-backend-tbm-vigs
libtdm-drm -> hal-backend-tdm-drm

Change-Id: I7c4c7113fc68bd96419ed3303f4d7383cf80d423
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
3 years ago[TRE-2649] Add /var/log/zypp directory delete logic to post script 58/254858/2 accepted/tizen/unified/20210310.144827 submit/tizen/20210310.064816
DongHun Kwak [Wed, 10 Mar 2021 05:48:51 +0000 (14:48 +0900)]
[TRE-2649] Add /var/log/zypp directory delete logic to post script

Change-Id: I7cf33bfaa36c3dd96c692cce0983baa6e441a646
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
3 years ago[TRE-2646] Remove edge-orchestration package from mobile platform image 85/254685/1 accepted/tizen/unified/20210308.233801 submit/tizen/20210308.223200
Mukunth A [Mon, 8 Mar 2021 08:32:13 +0000 (14:02 +0530)]
[TRE-2646] Remove edge-orchestration package from mobile platform image

Change-Id: I58b84cf99d61238eb87828a9555a7d8a83a07bb6
Signed-off-by: Mukunth A <a.mukunth@samsung.com>
3 years ago[TRE-2645] fix typo capi-machine-learning-training 77/254577/1 accepted/tizen/unified/20210305.034048 submit/tizen/20210305.020917
Jihoon Lee [Fri, 5 Mar 2021 02:00:36 +0000 (11:00 +0900)]
[TRE-2645] fix typo capi-machine-learning-training

This patch fix typo happend on the previous patch.

s/leraning/learning

Change-Id: I59c7f3f005cf2e2265a9c32c021aaf5d3e929bed
Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
3 years ago[TRE-2645] Replace capi-nntrainer with capi-machine-learning-training 45/254545/1 submit/tizen/20210303.100614
Jihoon Lee [Thu, 4 Mar 2021 09:38:53 +0000 (18:38 +0900)]
[TRE-2645] Replace capi-nntrainer with capi-machine-learning-training

This patch replaces capi-nntrainer to capi-machine-leraning-training as
the original package has been renamed.

Change-Id: I57d7f879c19a59f9a44c44564cc84513d67bf6d7
Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
3 years ago[TRE-2644] Avoid newer ext4 feature on emulator 34/254434/1 accepted/tizen/unified/20210303.094932 submit/tizen/20210303.093149
Dongwoo Lee [Wed, 3 Mar 2021 02:15:30 +0000 (11:15 +0900)]
[TRE-2644] Avoid newer ext4 feature on emulator

Change-Id: I8ceb6c6ce152c71d167a8ece57c35d6d90bf82f5
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
3 years agoAvoid newer ext4 features on tm1 90/254090/1 accepted/tizen/unified/20210223.091435 submit/tizen/20210223.083552
Dongwoo Lee [Tue, 23 Feb 2021 08:12:01 +0000 (17:12 +0900)]
Avoid newer ext4 features on tm1

Change-Id: Idd42e1243752eb167ceacc617546af1123e04413
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
3 years ago[TRE-2639] Add hal-api-location package for mobile profile 57/253957/1 accepted/tizen/unified/20210222.104304 submit/tizen/20210222.083052
chakradhar pogiri [Sun, 21 Feb 2021 15:10:30 +0000 (20:40 +0530)]
[TRE-2639] Add hal-api-location package for mobile profile

Change-Id: I9f5c530588c86a3a328ce8c21d8cca2bf677fb81

3 years ago[TRE-2635] Add hal-api-radio package for mobile profile 71/253871/2 accepted/tizen/unified/20210219.040918 submit/tizen/20210219.035615
Gilbok Lee [Fri, 19 Feb 2021 02:52:53 +0000 (11:52 +0900)]
[TRE-2635] Add hal-api-radio package for mobile profile

Change-Id: I9678f5e39a756cf1e5a0442447ff9553240e87cf

3 years agoMerge "[TRE-2636] Use capi-ml-inference package instead of capi-nnstreamer" into... accepted/tizen/unified/20210218.080612 submit/tizen/20210217.032056
Woo Chang Kim [Thu, 18 Feb 2021 07:48:21 +0000 (07:48 +0000)]
Merge "[TRE-2636] Use capi-ml-inference package instead of capi-nnstreamer" into tizen

3 years ago[TRE-2637] Remove system-plugin-device-n4 package in TM2 image 14/253814/1
Hyotaek Shim [Thu, 18 Feb 2021 07:46:41 +0000 (16:46 +0900)]
[TRE-2637] Remove system-plugin-device-n4 package in TM2 image

Change-Id: I32f3ea640a2ea1d8c83bc58ed095ff977a7d5b49
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
3 years ago[TRE-2636] Use capi-ml-inference package instead of capi-nnstreamer 15/253815/1
Sangjung Woo [Wed, 17 Feb 2021 05:29:14 +0000 (14:29 +0900)]
[TRE-2636] Use capi-ml-inference package instead of capi-nnstreamer

The name of capi-nnstreamer and its pc file is changed to
capi-ml-inference. To build without any errors, this patch updates its
related information.

Change-Id: I79b449630ce618c5bc695bbad9116b93848d557f
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
3 years agoMerge "[TRE-2631] Add hal-api-nfc package for mobile profile" into tizen accepted/tizen/unified/20210217.030938 submit/tizen/20210217.020358
Woo Chang Kim [Wed, 17 Feb 2021 01:46:34 +0000 (01:46 +0000)]
Merge "[TRE-2631] Add hal-api-nfc package for mobile profile" into tizen

3 years ago[TRE-2631] Add hal-api-nfc package for mobile profile 03/253703/1
Jihoon Jung [Wed, 17 Feb 2021 00:32:04 +0000 (09:32 +0900)]
[TRE-2631] Add hal-api-nfc package for mobile profile

Change-Id: I75bdbed390df2b37a91e2c1fc0bfd0128c515da5
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
3 years agoApply squashfs filesystem to the initrd(ramdisk) of TM1 50/253650/4
INSUN PYO [Tue, 16 Feb 2021 05:45:36 +0000 (14:45 +0900)]
Apply squashfs filesystem to the initrd(ramdisk) of TM1

squashfs supports compression.

=====================================
| ext4 (M byte) | squashfs (M byte) |
====================================|
|      6.5      |       3.7         |
|     10.0      |       5.5         |
-------------------------------------
|     13.0      |       7.0         |
|     13.4      |       7.3         |
-------------------------------------
|     13.8      |       7.7         |
|     14.3      |       7.9         |
-------------------------------------
|     15.0      |       8.2         |
|     16.3      |       9.1         |
=====================================

Change-Id: I78d6781e9638e0c97e1302a323ae19535e8d28fa

3 years ago[TRE-2630] Add capi-appfw-tizen-theme rpm 73/253573/1 accepted/tizen/unified/20210216.031150 submit/tizen/20210216.021139
Ilho Kim [Tue, 16 Feb 2021 00:46:53 +0000 (09:46 +0900)]
[TRE-2630] Add capi-appfw-tizen-theme rpm

Change-Id: Ia9be6cdf300c6f39c8061cf73d6254c712482274
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
3 years ago[TRE-2622][TRE-2623] Add hal-api-tbm and hal-api-tdm packages for mobile 85/253385/3 accepted/tizen/unified/20210210.052207 submit/tizen/20210210.031947
Junkyeong Kim [Tue, 9 Feb 2021 10:35:31 +0000 (19:35 +0900)]
[TRE-2622][TRE-2623] Add hal-api-tbm and hal-api-tdm packages for mobile

Change-Id: I604e37fd7bb2eb8833fa0b56229d6a9c313b7ede
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
3 years agoMerge "[TRE-2624] Add dali2-extension-vector-image-renderer-plugin package" into... accepted/tizen/unified/20210208.082528 submit/tizen/20210208.074255
Woo Chang Kim [Mon, 8 Feb 2021 07:25:49 +0000 (07:25 +0000)]
Merge "[TRE-2624] Add dali2-extension-vector-image-renderer-plugin package" into tizen

3 years ago[TRE-2624] Add dali2-extension-vector-image-renderer-plugin package 52/253252/3
Eunki, Hong [Mon, 8 Feb 2021 04:03:57 +0000 (13:03 +0900)]
[TRE-2624] Add dali2-extension-vector-image-renderer-plugin package

Change-Id: I564b493274677ceb654e1a85eb7680200b50858f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 years ago[TRE-2621] Add hal-api-wifi package for mobile profile 34/253034/2
Jaehyun Kim [Thu, 4 Feb 2021 03:46:42 +0000 (12:46 +0900)]
[TRE-2621] Add hal-api-wifi package for mobile profile

Change-Id: I2cca50cb557803d5f5f712cb0466183cee37508f
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
3 years ago[TRE-2611] Remove device-manager-plugin-exynos5433 package 35/252635/1 accepted/tizen/unified/20210203.145555 submit/tizen/20210203.043110
Hyotaek Shim [Mon, 1 Feb 2021 04:54:26 +0000 (13:54 +0900)]
[TRE-2611] Remove device-manager-plugin-exynos5433 package

Change-Id: I88b4c1795211e046cb0062a77290b930801a24d4
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
3 years agoRemove feedbackd-driver package 58/252558/2 accepted/tizen/unified/20210129.084857 submit/tizen/20210129.084439
Hyotaek Shim [Fri, 29 Jan 2021 08:06:07 +0000 (17:06 +0900)]
Remove feedbackd-driver package

Change-Id: Ia33f86fab1bd8f4e535df2f787f08d8ceb5e0e3b
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
3 years ago[TRE-2606] Add hal-api-device package for mobile 24/252424/1
Hyotaek Shim [Thu, 28 Jan 2021 03:33:33 +0000 (12:33 +0900)]
[TRE-2606] Add hal-api-device package for mobile

Change-Id: Ifea0c0faa45b7a0833dbc59be109170c96688f7f
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
3 years ago[TRE-2603] Remove system-rw-update from emulator and TM1 48/252148/2 accepted/tizen/unified/20210125.073701 submit/tizen/20210125.045847
Kichan Kwon [Mon, 25 Jan 2021 01:52:41 +0000 (10:52 +0900)]
[TRE-2603] Remove system-rw-update from emulator and TM1

Change-Id: Icae6bb80bebd67a1a61302f571f5e0d5d64fafa2
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
3 years ago[TRE-2601] Add hal-api-sensor package for mobile 45/251945/1 accepted/tizen/unified/20210122.021907 submit/tizen/20210122.021400
Boram Bae [Thu, 21 Jan 2021 04:39:36 +0000 (13:39 +0900)]
[TRE-2601] Add hal-api-sensor package for mobile

Change-Id: I583505afa9a72abcbf1905999afb17aa920f9bd6
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
3 years ago[TRE-2598] Add hal-api-bluetooth package for mobile profile 14/251714/1 accepted/tizen/unified/20210121.015640 submit/tizen/20210121.020600
Wootak Jung [Tue, 19 Jan 2021 02:18:42 +0000 (11:18 +0900)]
[TRE-2598] Add hal-api-bluetooth package for mobile profile

Add hal-api-bluetooth package to mobile profile

Change-Id: I98451a6fe38cc852340060b613aa7d6a5b90d7e3
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
3 years ago[TRE-2595] Add hal-api-power package for mobile profile 96/251496/2 accepted/tizen/unified/20210115.125725 submit/tizen/20210115.064049
Chanwoo Choi [Thu, 14 Jan 2021 09:27:24 +0000 (18:27 +0900)]
[TRE-2595] Add hal-api-power package for mobile profile

Add hal-api-power package to mobile profile

Change-Id: Ib9fa047b7caca60260c2dfae610cea860de2b534
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
3 years ago[TRE-2591] Add Widget Component API 39/251339/1 accepted/tizen/unified/20210113.121023 submit/tizen/20210113.041640
Changgyu Choi [Wed, 13 Jan 2021 00:36:21 +0000 (09:36 +0900)]
[TRE-2591] Add Widget Component API

Adds:
 - component-based-efl-widget

Change-Id: Ibc35e08610cfb53d947a5e882785a8486f31b398
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
3 years ago[TRE-2590] Add hal-api-common package for mobile profile 09/251209/1 accepted/tizen/unified/20210112.040723 submit/tizen/20210111.093613
Chanwoo Choi [Mon, 11 Jan 2021 08:35:31 +0000 (17:35 +0900)]
[TRE-2590] Add hal-api-common package for mobile profile

Add hal-api-common package to mobil profile.

Change-Id: Ie1ce676c85bb75a8a572214b45c1a67967df1649
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
3 years ago[TRE-2584] Add Component Port API 90/250690/1 accepted/tizen/unified/20210104.130246 submit/tizen/20210104.005215
Hwankyu Jhun [Sun, 3 Jan 2021 22:51:49 +0000 (07:51 +0900)]
[TRE-2584] Add Component Port API

Adds:
 - component-based-port

Change-Id: I055ec8d6a89448e12ff539d1ac7df2b58b23f9cc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
3 years ago[TRE-2572] Add nnstreamer-tensorflow2-lite and nnstreamer-nnfw package to platform... 14/249314/1 accepted/tizen/unified/20201215.022254 submit/tizen/20201214.053315 submit/tizen/20201214.075145 submit/tizen/20201214.093059
Sangjung Woo [Thu, 10 Dec 2020 05:47:08 +0000 (14:47 +0900)]
[TRE-2572] Add nnstreamer-tensorflow2-lite and nnstreamer-nnfw package to platform image.

Change-Id: I6722ff76e1f66493dacc06cb33c7edfab186e7c6
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
3 years agoMerge "[TRE-2554] Remove nether package from all Tizen platform images." into tizen accepted/tizen/unified/20201102.045932 submit/tizen/20201102.043423
Woo Chang Kim [Mon, 2 Nov 2020 04:20:37 +0000 (04:20 +0000)]
Merge "[TRE-2554] Remove nether package from all Tizen platform images." into tizen

3 years ago[TRE-2554] Remove nether package from all Tizen platform images. 10/246310/1
jin-gyu.kim [Wed, 28 Oct 2020 05:22:30 +0000 (14:22 +0900)]
[TRE-2554] Remove nether package from all Tizen platform images.

Change-Id: I4fde7c5e8775235bac6f88da2493b7b2e7bdf6dc

3 years ago[TRE-2552] Add ise-engine-loader 62/246262/1 accepted/tizen/unified/20201028.123827 submit/tizen/20201028.043541
Jihoon Kim [Tue, 27 Oct 2020 10:34:41 +0000 (19:34 +0900)]
[TRE-2552] Add ise-engine-loader

Change-Id: I3a24d83a0da555e6fc037d46367c3316b47d9a70
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
3 years agoMerge "use ibc file for generate NI - Added the '--ibc-dir' option in dotnettool... accepted/tizen/6.0/unified/20201030.102908 accepted/tizen/6.0/unified/hotfix/20201103.045047 accepted/tizen/unified/20200904.035507 submit/tizen/20200903.214119 submit/tizen_6.0/20201029.205505 submit/tizen_6.0_hotfix/20201102.192905 submit/tizen_6.0_hotfix/20201103.115105 tizen_6.0.m2_release
Woo Chang Kim [Thu, 3 Sep 2020 21:28:38 +0000 (21:28 +0000)]
Merge "use ibc file for generate NI  - Added the '--ibc-dir' option in dotnettool" into tizen