summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Kazumasa Mitsunari [Tue, 8 Nov 2016 02:49:02 +0000 (11:49 +0900)]
Enable aglglobalapp to render
1. Enable aglglobalapp to render app using libEGL.so.
Originally AGL enables only root user to use libEGL.so
because a device is owned by root and video group.
It caused users fail to initialize EGL config.
2. Enable user to use XDG_RUNTIME_DIR=/run/user/0
Users don't need to write shell script basically.
But if application would like to set unieque environment variables,
it is necessary to write shell script.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 14 Oct 2016 00:43:34 +0000 (09:43 +0900)]
Modified agl-demo-platform-plus-application-manager.bb
I added some packages to the recipe, because default some demo is added
to agl-demo-platform-plus-application-manager
* als2016-demo
* ces2016-demo
* can-utils
* iproute2
* python-curses
* dhcp-client
* climatecontrolplugin
* Navigation
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Thu, 13 Oct 2016 00:30:11 +0000 (09:30 +0900)]
Remove unnecesarry code from amhelloworld
Elementary is already removed from tizen-application-manager.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Wed, 12 Oct 2016 13:03:36 +0000 (22:03 +0900)]
Fix build errors of appcore
Sometimes build errors were occuerd about appcore-efl dependencies.
That is because elementary is no longer built due to removing efl dependencies,
but appcore-efl.pc.in includes elementary.
In addition I removed some unnecessary command in recipes.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 7 Oct 2016 06:13:54 +0000 (15:13 +0900)]
Modified README
There are no need to put security_flag.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 7 Oct 2016 02:03:14 +0000 (11:03 +0900)]
Modify README
Add how to integrate with HomeScreen
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Tue, 27 Sep 2016 11:42:28 +0000 (20:42 +0900)]
Fix security-manager build error
C++11 doesn't recommend to use auto_ptr.
Changed it to unique_ptr.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 23 Sep 2016 07:28:50 +0000 (16:28 +0900)]
Remove efl dependencies of tizen application manager
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>
Kazumasa Mitsunari [Fri, 23 Sep 2016 04:40:16 +0000 (13:40 +0900)]
Add pkgmgr-first-setup for systemd service
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>
Kazumasa Mitsunari [Thu, 22 Sep 2016 08:03:20 +0000 (17:03 +0900)]
Bug fix:Fail to remove db-journal file
* 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>
Kazumasa Mitsunari [Thu, 11 Aug 2016 08:52:16 +0000 (17:52 +0900)]
Modify README
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>
Kazumasa Mitsunari [Wed, 10 Aug 2016 04:18:43 +0000 (13:18 +0900)]
Correct SRC_URI
There were some mistakes to specify source url.
SRC_URI is overwritten, but collectly SRC_URI_prepend is correct.
The mistakes caused to avoid patching.
Change-Id: I2bc6345a89ce3eabb4caa025dfd7558c610a4185
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Tue, 2 Aug 2016 00:28:13 +0000 (09:28 +0900)]
Modified README
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>
Kazumasa Mitsunari [Fri, 29 Jul 2016 05:22:37 +0000 (14:22 +0900)]
Change patch file of wrapper
Change-Id: I6224ea641425a1c037707fe6df3ad0244ec6ef2a
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Thu, 28 Jul 2016 08:47:14 +0000 (17:47 +0900)]
Change SRC_URI of tizen-platform-*
Tizen changed the source code repository.
This commit changes the repository url. Revision is same.
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Thu, 28 Jul 2016 06:54:33 +0000 (15:54 +0900)]
Remove luajit_2.0.4/bbappend and modify README
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>
Kazumasa Mitsunari [Mon, 25 Jul 2016 07:54:32 +0000 (16:54 +0900)]
Change GLOBALUSER to aglglobalapp
Change GLOBALUSER (is defined in etc/tizen-platform.conf) to aglglobalapp from tizenglobalapp according to AGL platform.
Change-Id: I9dc224ced7ef0ff15976860d1c0bc8c7ae402da9
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 22 Jul 2016 04:54:00 +0000 (13:54 +0900)]
Modified README
Change-Id: Ieacefd7058c158534600bfb904d755851d2cf228
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 22 Jul 2016 03:12:55 +0000 (12:12 +0900)]
Deleted capi-system-sensor
capi-system-sensor is no longer used
Change-Id: I30818c39733b373bef5ee254daf11c089cb77868
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Kazumasa Mitsunari [Fri, 22 Jul 2016 01:32:11 +0000 (10:32 +0900)]
First version of ported tizen application manager
Change-Id: I46735869fe8113be58348d575e01734e498d2de2
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Jan-Simon Moeller [Mon, 18 Jul 2016 08:27:06 +0000 (08:27 +0000)]
Initial empty repository