aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager
AgeCommit message (Collapse)AuthorFilesLines
2016-09-23Add pkgmgr-first-setup for systemd serviceKazumasa Mitsunari5-52/+78
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>
2016-09-22Bug fix:Fail to remove db-journal fileKazumasa Mitsunari15-165/+296
* 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>
2016-08-10Correct SRC_URIKazumasa Mitsunari2-4/+6
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>
2016-07-29Change patch file of wrapperKazumasa Mitsunari1-1/+1
Change-Id: I6224ea641425a1c037707fe6df3ad0244ec6ef2a Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-29Change SRC_URI of tizen-platform-*Kazumasa Mitsunari2-1/+9
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>
2016-07-28Remove luajit_2.0.4/bbappend and modify READMEKazumasa Mitsunari1-4/+0
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>
2016-07-25Change GLOBALUSER to aglglobalappKazumasa Mitsunari5-8/+51
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>
2016-07-22Deleted capi-system-sensorKazumasa Mitsunari4-155/+0
capi-system-sensor is no longer used Change-Id: I30818c39733b373bef5ee254daf11c089cb77868 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-07-22First version of ported tizen application managerKazumasa Mitsunari148-0/+9866
Change-Id: I46735869fe8113be58348d575e01734e498d2de2 Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>