Age | Commit message (Collapse) | Author | Files | Lines |
|
There are no need to put security_flag.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
Add how to integrate with HomeScreen
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
Removed efl dependencies of tizen application manager.
Application could register own event callback function to efl,
but AGL has to collaborate with other runtime engine cores.
So temporarily disconnected efl event delivery.
However, the efl dependencies of amhelloworld(sample applicaiton) is not removed.
So, if the error about efl dependencies at scratch build, please let me know.
Change-Id: I76b1b3a3575db56b651eabbfd0e0da0b42b708f4
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
There are some settings to use appmgr for aglglobalapp.
This is the first set up called at booting systemd.
Item:
* Language setting
* Change owner to aglglobalapp for manage database
* Initialize database
But wayland socket is owned by root user yet, so an user has to change owner
to create displays(surfaces) every time start weston.
chown aglglobalapp /run/user/0 /run/user/0/wayland-0
This will be fixed to be changed every time after starting weston before long.
Change-Id: I2fa635f35aa8e082973b09f2b8c80175d4f0ced4
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
* Bug fix
In AGL distribution, there are no db-journal file for pkgmgr_* and app_info
in /usr/dbspace because sqlite3 maybe delete them.
If journal files doesn't exist, creating DB fails and desktop files are not created.
So, this commit change not to remove db-journal file if the files doesn't exist.
* Refactoring
Some recipe was refactored to enable patch from other layer.
* Remove unnecessary file
* Modify README
Add how to set up to enable global user to create surfaces.
Change-Id: Id73e9a840cf59e48641a0c53fbaa6d292d576ae2
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
BBMASK for freetype is no longer required in local.conf
because do_install failure about freetype is fixed.
See https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;a=commit;h=be991aaa39202388b212cbb8de25d50313d8472f
Change-Id: I0f3cfeed1c381741cbe3aca9a91456b50e4505c3
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
Launch process was different. loginctl should be launched after adding user.
Change-Id: I83d549f977b29044fd49907f74286defe0d55208
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
luajit.bbappend makes shared library but it is not used anywhere, so removed luajit. And README was modified.
Change-Id: Ic467ffd468174f571ea1b44bf279fac383510878
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
Change-Id: Ieacefd7058c158534600bfb904d755851d2cf228
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|
|
Change-Id: I46735869fe8113be58348d575e01734e498d2de2
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
|