staging/basesystem.git
3 years agoFix the path to user commands 33/25633/1
Tadao Tanikawa [Sun, 22 Nov 2020 02:27:41 +0000 (02:27 +0000)]
Fix the path to user commands

Fix the path to the user commands, '/usr/agl/bin' to follow
the standard '/usr/bin'.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: Ia10b428baf832b3db8f15a04605dc9c25ce14fe8

3 years agoFix path to various non-standard directories 32/25632/1
Tadao Tanikawa [Sun, 22 Nov 2020 01:54:33 +0000 (01:54 +0000)]
Fix path to various non-standard directories

Fix path to non-standard directories,
- /nv to /var/local/lib/basesystem/nv
- /ramd to /var/local/lib/basesystem/ramd
- /tool_9E_SI to /etc/basesystem
- /usr/target to /etc/basesystem/target

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I42a54624230cb0ec0271f8cdbacb0b178c9f3e8e

3 years agoFix the path to the host specific system configurations 31/25631/1
Tadao Tanikawa [Sun, 22 Nov 2020 00:58:42 +0000 (09:58 +0900)]
Fix the path to the host specific system configurations

Fix the path to the host specific system configurations,
'/usr/conf/' to follow the standard '/etc'.
And all configurations of agl basesystem should stored
under subdirectory, 'basesystem'.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I2be55d483a4a359e69250fc36d1f03a55a01cd8e

3 years agoFix the path to the directory for the libraries 30/25630/1
Tadao Tanikawa [Sat, 21 Nov 2020 22:31:12 +0000 (07:31 +0900)]
Fix the path to the directory for the libraries

Fix the path to the directory of the libraries,
'/usr/agl/lib' to follow the standard, '/usr/lib'
and add subsystem name 'basesystem' for agl-basesystem.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I353cfe3017967ae25348ce10460e453a96d6424e

3 years agoFix the path to the architecture-independent data 29/25629/1
Tadao Tanikawa [Sat, 21 Nov 2020 17:56:33 +0000 (17:56 +0000)]
Fix the path to the architecture-independent data

Fix the path to the architecture-independent data,
'/usr/agl/share' to follow the standard, '/usr/share'
and add subsystem name 'basesystem' for agl-basesystem.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I9a547474a738ebbbbabc7eb8441ccbf3a2d3f6e0

3 years agoFix the path to the directory of the include files 28/25628/1
Tadao Tanikawa [Sat, 21 Nov 2020 17:10:01 +0000 (02:10 +0900)]
Fix the path to the directory of the include files

Fix the path to the directory of the include files,
'/usr/agl/include' to follow the standard, '/usr/include/'
and add subsystem name 'basesystem' for agl-basesystem.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I170f23db7178b79bb1081fde9198cb244a51e64c

3 years agoRe-organized sub-directory by category 27/25627/1
Tadao Tanikawa [Fri, 20 Nov 2020 14:36:23 +0000 (23:36 +0900)]
Re-organized sub-directory by category

Since all the sub-directories were placed in the
first level, created sub-directories, "hal", "module",
and "service" for classification and relocated each component.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: Ifdf743ac0d1893bd8e445455cf0d2c199a011d5c

3 years agoRemove unused directories and files in video_in_hal 26/25626/1
Tadao Tanikawa [Fri, 20 Nov 2020 14:17:04 +0000 (23:17 +0900)]
Remove unused directories and files in video_in_hal

The directory video_in_hal contained a lot of unnecessary
directories and files which supposed to have been accidentally
copied from staging/toyota.git druing migration.

Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Change-Id: I12f2d72562bc008080ae866831d966c0b751914c

3 years agocommon_library: gettid is multiple declaration in cl_error 21/25621/5
Riku Nomoto [Thu, 19 Nov 2020 20:10:05 +0000 (05:10 +0900)]
common_library: gettid is multiple declaration in cl_error

Compile error occurs if the version is JJ or above.
glibc 2.30 includes gettid() wrapper definition.
So we deleted the 4 lines.

Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: Ia9512d146b5f86862296b5b1ea54e3558453e02d

3 years agokernel-module-evklib: Support for kernel 5.0 and up 20/25620/5
Riku Nomoto [Thu, 19 Nov 2020 19:49:50 +0000 (04:49 +0900)]
kernel-module-evklib: Support for kernel 5.0 and up

We revised mulutiple points because argument:"type" of access_ok() function is deleted.

Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: I11d5a513895a7f49fc5593055236c4306d2a4401

3 years agoInit basesystem source codes. 94/25594/1
Riku Nomoto [Thu, 19 Nov 2020 03:45:32 +0000 (12:45 +0900)]
Init basesystem source codes.

Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: I55aa2f1406ce7f751ae14140b613b53b68995528

3 years agoAdd .gitreview file 82/25582/1
Jan-Simon Möller [Wed, 21 Oct 2020 09:24:17 +0000 (11:24 +0200)]
Add .gitreview file

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I6fd663f4aefa79550b8fd475fac5298cea30578e

3 years agoInitial empty repository
Jan-Simon Moeller [Wed, 18 Nov 2020 13:56:44 +0000 (13:56 +0000)]
Initial empty repository