platform/hal/backend/rootstrap-data-common.git
3 months agoModify script to include only necessary .pc file
SangYoun Kwak [Tue, 21 May 2024 12:39:13 +0000 (21:39 +0900)]
Modify script to include only necessary .pc file

Previously, rootstrap generation script copied every .pc files in the
pkgconfig path but it is not valid since there are some packages which
installed by dependencies. Those packages should not be included in the
.pc file, so the script is modified to copy .pc files which are in the
necessary packages.

Change-Id: Ifb9baa2541e00500341930618fa58c2abdd788d4
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoModify to be buildable for emulator(32-bit)
SangYoun Kwak [Fri, 17 May 2024 09:16:54 +0000 (18:16 +0900)]
Modify to be buildable for emulator(32-bit)

1. Building scripts for emulator are modified that can be used by the
   gbs build.
2. Emulator informations are added to .xml files of hal:
   * To make rootstrap for emulator(32-bit) include hal files, emulator
     section is added to the corresponding .xml files.

Change-Id: I919e804762ab015906ed57d94b3fb4a2d7b16e73
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoAdd file list of necessary files of package glibc
SangYoun Kwak [Fri, 17 May 2024 06:50:16 +0000 (15:50 +0900)]
Add file list of necessary files of package glibc

Necessary files of glibc was '*', which means every file in the rpm
package but in the gbs build, it is unable to determine which file is
from glibc. Thus, necessary files should be specified in the xml file.

Also, to include all necessary files, 'files' section of .spec file is
modified.

Change-Id: Ia23904db03966906224925909eeb4848dc0c654e
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoModify convert32.sh for 64-to-32-bit convertion of xml files
SangYoun Kwak [Fri, 17 May 2024 07:38:45 +0000 (16:38 +0900)]
Modify convert32.sh for 64-to-32-bit convertion of xml files

Change-Id: Ibe67dbcc80b9de27a22a58ac24efe96700584f3e
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoAdd file list of necessary files of package glib2
SangYoun Kwak [Thu, 16 May 2024 03:03:46 +0000 (12:03 +0900)]
Add file list of necessary files of package glib2

Previously, necessary files of glib2 was '*', which means every files in
the rpm package.
But now the package files are downloaded by gbs using BuildRequires, it
is required to specify the required files(because the files of
BuildRequires are all downloaded and mixed so there is no way to specify
which file is from glib2).
Thus, necessary files are added to the glib2-rs.xml.
Additionally, glib2-rs.xml requires file path started with
'/usr/share/gdb/auto-load/usr/lib' and it is architecture-dependent.
To support 64-bit, convert64.sh script is modified to support this.

Change-Id: I26d757f37c3cd3910f8a399975728562791d456a
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoModify to create .pc file with BuildRequire packages
SangYoun Kwak [Tue, 14 May 2024 06:27:52 +0000 (15:27 +0900)]
Modify to create .pc file with BuildRequire packages

If some other package BuildRequires this hal-rootstrap package with
pkgconfig, it refers hal-rootstrap.pc for the locations of includes and
libraries.
Thus, to make them buildable, it is required to include all possible
paths of headers and libraries in the .pc file.
The script modify_pc.py reads every .pc files then modifies
hal-rootstrap.pc file to include them.

Change-Id: Icf114a20a705b7fd8854041c0ab59e18a192fc30
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoModify to make rootstrap through make_rootstrap script
SangYoun Kwak [Mon, 29 Apr 2024 06:51:02 +0000 (15:51 +0900)]
Modify to make rootstrap through make_rootstrap script

Change-Id: Ided8d2b522d67706c8c14e6932b1d7efb9569a14
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoModify convert scripts can be run on gbs build
SangYoun Kwak [Mon, 29 Apr 2024 09:34:12 +0000 (18:34 +0900)]
Modify convert scripts can be run on gbs build

To make convert32.sh and convert64.sh can be run on gbs build, git
command is removed from those scripts.
(Since gbs build runs on a sandbox environment, there is no need to use
git command to restore or something)

Change-Id: I2b253b42bd386673086e35d674160a89260e6a0a
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
3 months agoRename xmls for HAL
SangYoun Kwak [Mon, 29 Apr 2024 09:02:55 +0000 (18:02 +0900)]
Rename xmls for HAL

To maintain consistent XML file names, the names of XML files under HAL
have been changed:
 * hal-api-*.xml -> hal-api-*-rs.xml

Change-Id: Ie0b4ac3adb97cb3be9fc8f528b9ad9a4d78d6ef5
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agopackaging: Add only support for armv7l arch type
Chanwoo Choi [Wed, 24 Apr 2024 09:37:52 +0000 (18:37 +0900)]
packaging: Add only support for armv7l arch type

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
4 months agoHAL: hal-api-device: Add missing hal interface header files
Chanwoo Choi [Tue, 16 Apr 2024 10:10:48 +0000 (19:10 +0900)]
HAL: hal-api-device: Add missing hal interface header files

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
4 months agoHAL: Add missing hal-[module]-types.h header files
Chanwoo Choi [Tue, 16 Apr 2024 10:08:11 +0000 (19:08 +0900)]
HAL: Add missing hal-[module]-types.h header files

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
4 months agopackaging: Remove package dependency of shared library from hal-rootstrap.rpm
Chanwoo Choi [Tue, 16 Apr 2024 09:33:50 +0000 (18:33 +0900)]
packaging: Remove package dependency of shared library from hal-rootstrap.rpm

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
4 months agopackaging: Change install path to /opt/data/hal-rootstrap and use rpm macro
Chanwoo Choi [Tue, 9 Apr 2024 12:52:43 +0000 (21:52 +0900)]
packaging: Change install path to /opt/data/hal-rootstrap and use rpm macro

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
4 months agopackaging: Add hal-rootstrap-devel package
Chanwoo Choi [Tue, 9 Apr 2024 12:13:20 +0000 (21:13 +0900)]
packaging: Add hal-rootstrap-devel package

Add hal-rootstrap-devel package contains the hal-rootstrap.pc pkgconfig
file which specifies libdir and include_dir path.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
4 months agoAdd BuildRequires and .xml files for hal-api
SangYoun Kwak [Tue, 9 Apr 2024 10:48:02 +0000 (19:48 +0900)]
Add BuildRequires and .xml files for hal-api

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agoModify rpm install path to /opt/data/hal
SangYoun Kwak [Tue, 9 Apr 2024 10:26:23 +0000 (19:26 +0900)]
Modify rpm install path to /opt/data/hal

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agoAdd BuildRequires for the hal-backend-sensor-rpi
SangYoun Kwak [Tue, 9 Apr 2024 06:20:27 +0000 (15:20 +0900)]
Add BuildRequires for the hal-backend-sensor-rpi

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agoAdd script to copy necessary files
SangYoun Kwak [Tue, 9 Apr 2024 06:17:46 +0000 (15:17 +0900)]
Add script to copy necessary files

To copy necessary files which are written in the .xml files, a script
'copy_required_files.sh' is added.

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agoModify .spec to build tool and install files
SangYoun Kwak [Mon, 8 Apr 2024 12:31:41 +0000 (21:31 +0900)]
Modify .spec to build tool and install files

In the process of making hal-backend, 'postlinker' is used(refer script
rootstrap_gen_1.0.sh), so CMakeLists.txt is added to build postlinker
executable in the ARM environment.

copy_required_files.sh script is added to read .xml and copy required
files. Currently, it is a dummy script.

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agoAdd .spec file to make gbs build possible
SangYoun Kwak [Mon, 8 Apr 2024 10:43:08 +0000 (19:43 +0900)]
Add .spec file to make gbs build possible

To make this repository can be built by gbs, .spec file is added.

Necessary 'BuildRequires' are included:
 * cmake and xmlstarlet is added to use command cmake and xmlstarlet.
 * Packages for 'BuildRequires' are referenced from .xml files in the
   directories below:
    * rs_resource/NativeAPI
    * rs_resource/OSS

To prevent 'BuildRequires' conflict, packages below are removed:
 * chromium-efl, chromium-efl-devel: conflict with libscl-common
 * oauth2, oauth2-devel: requires chromium-efl, conflict with
   libscl-common as a result.

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
4 months agoFix scripts to use tabs for indentations
SangYoun Kwak [Fri, 29 Mar 2024 05:40:10 +0000 (14:40 +0900)]
Fix scripts to use tabs for indentations

Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
5 months agoMerge pull request #39 from h-jhun/ACR-1828
오창석/Tizen Platform Lab(SR)/삼성전자 [Mon, 11 Mar 2024 00:12:44 +0000 (09:12 +0900)]
Merge pull request #39 from h-jhun/ACR-1828

[ACR-1828] Add tizen-core-rs.xml

5 months ago[ACR-1828] Add tizen-core-rs.xml
Hwankyu Jhun [Thu, 7 Mar 2024 00:18:06 +0000 (09:18 +0900)]
[ACR-1828] Add tizen-core-rs.xml

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
5 months agoMerge pull request #37 from jiyong-min/tizen_9.0
오창석/Tizen Platform Lab(SR)/삼성전자 [Mon, 4 Mar 2024 23:58:24 +0000 (08:58 +0900)]
Merge pull request #37 from jiyong-min/tizen_9.0

[ACR-1826] Remove deprecated capi-media-streamer APIs

5 months ago[ACR-1826] Remove deprecated capi-media-streamer APIs
Jiyong [Mon, 4 Mar 2024 23:41:22 +0000 (08:41 +0900)]
[ACR-1826] Remove deprecated capi-media-streamer APIs

6 months agoMerge pull request #31 from jykeon/tizen_9.0
오창석/Tizen Platform Lab(SR)/삼성전자 [Tue, 20 Feb 2024 09:54:06 +0000 (18:54 +0900)]
Merge pull request #31 from jykeon/tizen_9.0

Delete. Because it is remove ui-viewgmr APIs via ACR-1686.

6 months agoDelete. Because it is remove ui-viewgmr APIs via ACR-1686.
jykeon [Tue, 20 Feb 2024 09:15:09 +0000 (18:15 +0900)]
Delete. Because it is remove ui-viewgmr APIs via ACR-1686.

Signed-off-by: jykeon <jykeon@samsung.com>
7 months agotizen-9.0_64 rootstrap version: 0.0.141, snapshot: https://download.tizen.org/snapsho...
tizensdk [Tue, 23 Jan 2024 07:07:05 +0000 (12:37 +0530)]
tizen-9.0_64 rootstrap version: 0.0.141, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20240122.133120/

7 months agotizen 9.0 rootstrap version: 0.0.180, snapshot: https://download.tizen.org/snapshots...
tizensdk [Tue, 23 Jan 2024 06:20:48 +0000 (11:50 +0530)]
tizen 9.0 rootstrap version: 0.0.180, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20240122.133120/

7 months agoMerge pull request #23 from gilbok-lee/tizen_9.0
오창석/Tizen Platform Lab(SR)/삼성전자 [Mon, 22 Jan 2024 08:29:36 +0000 (17:29 +0900)]
Merge pull request #23 from gilbok-lee/tizen_9.0

[ACR-1816] Remove deprecated capi-media-streamrecorder APIs

7 months ago[ACR-1816] Remove deprecated capi-media-streamrecorder APIs
Gilbok Lee [Mon, 22 Jan 2024 06:12:44 +0000 (15:12 +0900)]
[ACR-1816] Remove deprecated capi-media-streamrecorder APIs

7 months agotizen-9.0_64 rootstrap version: 0.0.140, snapshot: https://download.tizen.org/snapsho...
tizensdk [Fri, 19 Jan 2024 10:35:39 +0000 (16:05 +0530)]
tizen-9.0_64 rootstrap version: 0.0.140, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20240112.113121/

7 months agotizen 9.0 rootstrap version: 0.0.179, snapshot: https://download.tizen.org/snapshots...
tizensdk [Fri, 19 Jan 2024 09:21:12 +0000 (14:51 +0530)]
tizen 9.0 rootstrap version: 0.0.179, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20240112.113121/

7 months agotizen-9.0_64 rootstrap version: 0.0.139, snapshot: https://download.tizen.org/snapsho...
tizensdk [Tue, 16 Jan 2024 12:56:38 +0000 (18:26 +0530)]
tizen-9.0_64 rootstrap version: 0.0.139, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20240112.113121/

7 months agotizen 9.0 rootstrap version: 0.0.178, snapshot: https://download.tizen.org/snapshots...
tizensdk [Tue, 16 Jan 2024 11:32:26 +0000 (17:02 +0530)]
tizen 9.0 rootstrap version: 0.0.178, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20240112.113121/

10 months agors-config: base_dev repo. to check rootstrap build and test
Dongkyun Son [Thu, 19 Oct 2023 07:20:01 +0000 (16:20 +0900)]
rs-config: base_dev repo. to check rootstrap build and test

Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
10 months agoconvert script: fix architecture conversion error
Dongkyun Son [Tue, 17 Oct 2023 00:46:21 +0000 (09:46 +0900)]
convert script: fix architecture conversion error

- setup : noarch
- linux-glibc-devel : armv7l | i686 | aarch64 | x86_64

Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
10 months agooption: set false by default
Dongkyun Son [Mon, 18 Sep 2023 01:39:33 +0000 (10:39 +0900)]
option: set false by default

OPT_TARGET and OPT_EMULATOR are not affected in build.

Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
10 months ago[ACR-1793] remove deprecated cbhm APIs
Taehyub Kim [Wed, 20 Sep 2023 08:05:14 +0000 (17:05 +0900)]
[ACR-1793] remove deprecated cbhm APIs

12 months agoconfig : update to dev branch (interim version as 9.0)
Dongkyun Son [Mon, 7 Aug 2023 06:17:20 +0000 (15:17 +0900)]
config : update to dev branch (interim version as 9.0)

This is initial commit to be used by internal RBS for development
purpose.

Change-Id: I0fccc14dd4690f05424d3db8c8007eee70fe90ad
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
13 months ago[ACR-1767] Upgrade openssl version (1.1.1 -> 3.0.9)
Dariusz Michaluk [Thu, 29 Jun 2023 10:53:05 +0000 (12:53 +0200)]
[ACR-1767] Upgrade openssl version (1.1.1 -> 3.0.9)

Change-Id: I20bd28288ce53ede31cbb9ff6fcfebeb9f31152c
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
13 months agotizen-8.0_64 rootstrap version: 0.0.138, snapshot: https://download.tizen.org/snapsho...
tizensdk [Wed, 28 Jun 2023 15:57:54 +0000 (21:27 +0530)]
tizen-8.0_64 rootstrap version: 0.0.138, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230627.221305/

13 months agotizen 8.0 rootstrap version: 0.0.177, snapshot: https://download.tizen.org/snapshots...
tizensdk [Wed, 28 Jun 2023 15:16:18 +0000 (20:46 +0530)]
tizen 8.0 rootstrap version: 0.0.177, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230627.221305/

14 months agotizen-8.0_64 rootstrap version: 0.0.137, snapshot: https://download.tizen.org/snapsho...
tizensdk [Wed, 28 Jun 2023 10:37:16 +0000 (16:07 +0530)]
tizen-8.0_64 rootstrap version: 0.0.137, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230627.221305/

14 months agotizen 8.0 rootstrap version: 0.0.176, snapshot: https://download.tizen.org/snapshots...
tizensdk [Wed, 28 Jun 2023 09:36:34 +0000 (15:06 +0530)]
tizen 8.0 rootstrap version: 0.0.176, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230627.221305/

14 months agotizen-8.0_64 rootstrap version: 0.0.136, snapshot: https://download.tizen.org/snapsho...
tizensdk [Tue, 20 Jun 2023 02:59:52 +0000 (08:29 +0530)]
tizen-8.0_64 rootstrap version: 0.0.136, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230616.125454/

14 months agotizen 8.0 rootstrap version: 0.0.175, snapshot: https://download.tizen.org/snapshots...
tizensdk [Tue, 20 Jun 2023 02:22:23 +0000 (07:52 +0530)]
tizen 8.0 rootstrap version: 0.0.175, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230616.125454/

14 months agoAdd missed rootstrap
이상욱/SE팀(SR)/삼성전자 [Mon, 19 Jun 2023 11:58:31 +0000 (20:58 +0900)]
Add missed rootstrap

Signed-off-by: 이상욱/SE팀(SR)/삼성전자 <sangwook96.lee@samsung.com>
14 months agoAdd rootstrap missed
sangwook lee [Mon, 19 Jun 2023 11:40:28 +0000 (20:40 +0900)]
Add rootstrap missed

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agotizen-8.0_64 rootstrap version: 0.0.135, snapshot: https://download.tizen.org/snapsho...
tizensdk [Mon, 19 Jun 2023 04:35:29 +0000 (10:05 +0530)]
tizen-8.0_64 rootstrap version: 0.0.135, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230616.125454/

14 months agotizen 8.0 rootstrap version: 0.0.174, snapshot: https://download.tizen.org/snapshots...
tizensdk [Mon, 19 Jun 2023 03:56:52 +0000 (09:26 +0530)]
tizen 8.0 rootstrap version: 0.0.174, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230616.125454/

14 months agotizen-8.0_64 rootstrap version: 0.0.134, snapshot: https://download.tizen.org/snapsho...
tizensdk [Fri, 16 Jun 2023 07:09:54 +0000 (12:39 +0530)]
tizen-8.0_64 rootstrap version: 0.0.134, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230615.013156/

14 months agotizen 8.0 rootstrap version: 0.0.173, snapshot: https://download.tizen.org/snapshots...
tizensdk [Fri, 16 Jun 2023 06:23:38 +0000 (11:53 +0530)]
tizen 8.0 rootstrap version: 0.0.173, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230615.013156/

14 months agoAdd tv
sangwook lee [Fri, 16 Jun 2023 04:33:11 +0000 (13:33 +0900)]
Add tv

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agoAdd permission
sangwook lee [Fri, 16 Jun 2023 02:23:35 +0000 (11:23 +0900)]
Add permission

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agoAdd 8.0
이상욱/SE팀(SR)/삼성전자 [Fri, 16 Jun 2023 02:19:31 +0000 (11:19 +0900)]
Add 8.0

Signed-off-by: 이상욱/SE팀(SR)/삼성전자 <sangwook96.lee@samsung.com>
14 months agoChange 8.0
이상욱/SE팀(SR)/삼성전자 [Fri, 16 Jun 2023 01:42:50 +0000 (10:42 +0900)]
Change 8.0

Signed-off-by: 이상욱/SE팀(SR)/삼성전자 <sangwook96.lee@samsung.com>
14 months agochange 8.0
이상욱/SE팀(SR)/삼성전자 [Fri, 16 Jun 2023 01:35:20 +0000 (10:35 +0900)]
change 8.0

Signed-off-by: 이상욱/SE팀(SR)/삼성전자 <sangwook96.lee@samsung.com>
14 months agoRemove rootstrap
sangwook lee [Thu, 15 Jun 2023 11:54:24 +0000 (20:54 +0900)]
Remove rootstrap

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agotizen-8.0_64 rootstrap version: 0.0.133, snapshot: https://download.tizen.org/snapsho...
tizensdk [Thu, 15 Jun 2023 10:32:39 +0000 (16:02 +0530)]
tizen-8.0_64 rootstrap version: 0.0.133, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230615.013156/

14 months agotizen 8.0 rootstrap version: 0.0.172, snapshot: https://download.tizen.org/snapshots...
tizensdk [Thu, 15 Jun 2023 09:45:54 +0000 (15:15 +0530)]
tizen 8.0 rootstrap version: 0.0.172, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230615.013156/

14 months agoRemove rootstrap
sangwook lee [Thu, 15 Jun 2023 08:42:40 +0000 (17:42 +0900)]
Remove rootstrap

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agotizen-8.0_64 rootstrap version: 0.0.132, snapshot: https://download.tizen.org/snapsho...
tizensdk [Wed, 7 Jun 2023 02:41:10 +0000 (08:11 +0530)]
tizen-8.0_64 rootstrap version: 0.0.132, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230605.123610/

14 months agotizen 8.0 rootstrap version: 0.0.171, snapshot: https://download.tizen.org/snapshots...
tizensdk [Wed, 7 Jun 2023 02:05:17 +0000 (07:35 +0530)]
tizen 8.0 rootstrap version: 0.0.171, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230605.123610/

14 months agotizen-8.0_64 rootstrap version: 0.0.131, snapshot: https://download.tizen.org/snapsho...
tizensdk [Fri, 2 Jun 2023 02:36:10 +0000 (08:06 +0530)]
tizen-8.0_64 rootstrap version: 0.0.131, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230601.115904/

14 months agotizen 8.0 rootstrap version: 0.0.170, snapshot: https://download.tizen.org/snapshots...
tizensdk [Fri, 2 Jun 2023 02:03:41 +0000 (07:33 +0530)]
tizen 8.0 rootstrap version: 0.0.170, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230601.115904/

14 months agoAdd clean
sangwook lee [Thu, 1 Jun 2023 11:16:21 +0000 (20:16 +0900)]
Add clean

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agoAdd iot
sangwook lee [Thu, 1 Jun 2023 09:47:19 +0000 (18:47 +0900)]
Add iot

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agoAdd iot
sangwook lee [Thu, 1 Jun 2023 05:21:40 +0000 (14:21 +0900)]
Add iot

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agotizen-8.0_64 rootstrap version: 0.0.130, snapshot: https://download.tizen.org/snapsho...
tizensdk [Wed, 31 May 2023 03:55:20 +0000 (09:25 +0530)]
tizen-8.0_64 rootstrap version: 0.0.130, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230524.002652/

14 months agotizen 8.0 rootstrap version: 0.0.169, snapshot: https://download.tizen.org/snapshots...
tizensdk [Wed, 31 May 2023 03:15:17 +0000 (08:45 +0530)]
tizen 8.0 rootstrap version: 0.0.169, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230524.002652/

14 months agofix build error in aarch64
sangwook lee [Wed, 31 May 2023 02:36:45 +0000 (11:36 +0900)]
fix build error in aarch64

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
14 months agotizen-8.0_64 rootstrap version: 0.0.129, snapshot: https://download.tizen.org/snapsho...
sangwook lee [Wed, 31 May 2023 02:20:04 +0000 (11:20 +0900)]
tizen-8.0_64 rootstrap version: 0.0.129, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230524.002652/

15 months agodrop private header files for Mediavision
Inki Dae [Mon, 22 May 2023 09:19:46 +0000 (18:19 +0900)]
drop private header files for Mediavision

Change-Id: I247bb03bde07083dfda9708bc73fa95ab6c88f9f
Signed-off-by: Inki Dae <inki.dae@samsung.com>
15 months agotizen-8.0_64 rootstrap version: 0.0.128, snapshot: https://download.tizen.org/snapsho...
tizensdk [Sun, 21 May 2023 15:15:13 +0000 (20:45 +0530)]
tizen-8.0_64 rootstrap version: 0.0.128, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230517.033151/

15 months agotizen 8.0 rootstrap version: 0.0.168, snapshot: https://download.tizen.org/snapshots...
tizensdk [Sun, 21 May 2023 14:33:49 +0000 (20:03 +0530)]
tizen 8.0 rootstrap version: 0.0.168, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230517.033151/

15 months agotizen-8.0_64 rootstrap version: 0.0.127, snapshot: https://download.tizen.org/snapsho...
tizensdk [Thu, 18 May 2023 08:39:59 +0000 (14:09 +0530)]
tizen-8.0_64 rootstrap version: 0.0.127, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230517.033151/

15 months agotizen 8.0 rootstrap version: 0.0.167, snapshot: https://download.tizen.org/snapshots...
tizensdk [Thu, 18 May 2023 07:49:53 +0000 (13:19 +0530)]
tizen 8.0 rootstrap version: 0.0.167, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230517.033151/

15 months agoremove iotjs
sangwook lee [Thu, 18 May 2023 06:52:55 +0000 (15:52 +0900)]
remove iotjs

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
15 months agoVersionUp
sangwook lee [Thu, 18 May 2023 05:40:03 +0000 (14:40 +0900)]
VersionUp

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
15 months agoAdd 8.0
sangwook lee [Thu, 18 May 2023 04:18:36 +0000 (13:18 +0900)]
Add 8.0

Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
15 months agotizen-8.0_64 rootstrap version: 0.0.126, snapshot: https://download.tizen.org/snapsho...
tizensdk [Wed, 17 May 2023 13:45:36 +0000 (19:15 +0530)]
tizen-8.0_64 rootstrap version: 0.0.126, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230517.033151/

15 months agotizen 8.0 rootstrap version: 0.0.165, snapshot: https://download.tizen.org/snapshots...
tizensdk [Wed, 17 May 2023 12:56:33 +0000 (18:26 +0530)]
tizen 8.0 rootstrap version: 0.0.165, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230517.033151/

15 months agotizen-8.0_64 rootstrap version: 0.0.125, snapshot: https://download.tizen.org/snapsho...
tizensdk [Mon, 15 May 2023 12:37:59 +0000 (18:07 +0530)]
tizen-8.0_64 rootstrap version: 0.0.125, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230512.041350/

15 months agotizen 8.0 rootstrap version: 0.0.164, snapshot: https://download.tizen.org/snapshots...
tizensdk [Mon, 15 May 2023 11:56:51 +0000 (17:26 +0530)]
tizen 8.0 rootstrap version: 0.0.164, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230512.041350/

15 months agotizen-8.0_64 rootstrap version: 0.0.124, snapshot: https://download.tizen.org/snapsho...
sangwook lee [Mon, 15 May 2023 10:02:39 +0000 (19:02 +0900)]
tizen-8.0_64 rootstrap version: 0.0.124, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230512.041350/

Change-Id: I32f92a419a873568fc8be01138b3749087aede65

15 months agoAdd 8.0
sangwook lee [Mon, 15 May 2023 09:01:02 +0000 (18:01 +0900)]
Add 8.0

Change-Id: I5995f4baf7d2f7ddb7c13ceef98ebe3012fc7872
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
15 months agotizen-headed-7.5_64 rootstrap version: 0.0.123, snapshot: https://download.tizen...
tizensdk [Tue, 2 May 2023 12:39:48 +0000 (18:09 +0530)]
tizen-headed-7.5_64 rootstrap version: 0.0.123, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230428.111931/

15 months agotizen robot headed 7.5 rootstrap version: 0.0.163, snapshot: https://download.tizen...
tizensdk [Tue, 2 May 2023 11:56:59 +0000 (17:26 +0530)]
tizen robot headed 7.5 rootstrap version: 0.0.163, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230428.111931/

15 months agoAdd Headed
sangwook lee [Tue, 2 May 2023 11:04:51 +0000 (20:04 +0900)]
Add Headed

Change-Id: Iee92daa6abc592cba1a26c9e4b716165249feac1
Signed-off-by: sangwook lee <sangwook96.lee@samsung.com>
15 months agotizen-headed-7.5_64 rootstrap version: 0.0.122, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 10:58:29 +0000 (19:58 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.122, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.121, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 10:22:30 +0000 (19:22 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.121, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.119, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 07:42:04 +0000 (16:42 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.119, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.118, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 07:27:20 +0000 (16:27 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.118, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.117, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 06:36:53 +0000 (15:36 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.117, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.116, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 05:55:30 +0000 (14:55 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.116, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.113, snapshot: https://download.tizen...
sangwook lee [Tue, 2 May 2023 04:50:11 +0000 (13:50 +0900)]
tizen-headed-7.5_64 rootstrap version: 0.0.113, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230426.234927/

15 months agotizen-headed-7.5_64 rootstrap version: 0.0.112, snapshot: https://download.tizen...
tizensdk [Mon, 1 May 2023 11:30:21 +0000 (17:00 +0530)]
tizen-headed-7.5_64 rootstrap version: 0.0.112, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230428.111931/

15 months agotizen robot headed 7.5 rootstrap version: 0.0.162, snapshot: https://download.tizen...
tizensdk [Mon, 1 May 2023 10:50:15 +0000 (16:20 +0530)]
tizen robot headed 7.5 rootstrap version: 0.0.162, snapshot: https://download.tizen.org/snapshots/TIZEN/Tizen/Tizen-Unified/tizen-unified_20230428.111931/