From: Scott Murray Date: Mon, 9 Sep 2019 23:58:59 +0000 (-0400) Subject: radio: Update default presets location X-Git-Tag: 8.99.1~35 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=abe2d9282954936e222c2989c1d6bbbbead939fc;hp=abe2d9282954936e222c2989c1d6bbbbead939fc;p=AGL%2Fmeta-agl-demo.git radio: Update default presets location Since the changes to run the applications as non-root, the location of the default preset file has not matched with the agl-driver user the application runs as. Since simply changing the install location to /home/1001 would require some post-install SMACK label tinkering, and is perhaps fragile to the application user, the files are now instead installed to /etc/xdg/AGL, with the defaults to be used named radio-presets.conf. A corresponding change to the radio application to look in that location before trying the appdata directory is also required. Bug-AGL: SPEC-2789 Change-Id: Ic5756420e21471096b74b476ad243e44e87ef561 Signed-off-by: Scott Murray ---