summaryrefslogtreecommitdiffstats
path: root/recipes-config
AgeCommit message (Collapse)AuthorFilesLines
2018-01-23unicens-config: Add bash to rdepsChanghyeok Bae1-0/+3
Fixes QA Issue: /usr/bin/unicens-config.sh contained in package unicens-config requires /bin/bash , but no providers found in RDEPENDS_unicens-config? [file-rdeps] Bug-AGL: SPEC-1181 Change-Id: I6d7ec9487d22c05ce531b38f997d376ae24d8863 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-12-21recipes-config: unicens-config: add service type oneshotChristian Gromm1-0/+1
This patch sets the type of the unicens-config.service file to oneshot. It is needed to ensure a proper initialization of the system on an SMP machine. Change-Id: I4bb74157efe1d4a9ce86d29135af6898eefa30d1 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-12-19recipes-config: unicens-config: update configuration scriptChristian Gromm1-20/+21
This patch updates the shell script that is used to configure the discovered MOST devices. It is needed because current configuration vectors don't match the attached device interfaces Change-Id: I6618a619bc0c1e1332ba91100da1c5e8135c1d72 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-11-30agl-login-manager: Use numbers for login usersJosé Bollo1-1/+1
Adapt to changes in AGL that now handles user by number, just numbers. Change-Id: Ia01ee46e7db8d3bcd5ce43a34f7ba9ba5bc2f3f9 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-29recipes-config: unicens-config: fix driver configuration scriptChristian Gromm1-2/+2
This patch is needed to fix the driver configuration script which mixes up the channel settings. Change-Id: I0a83a8b9b6de68fc509b75728f28e71e4ebf2feb Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-11-28recipes-config: unicens-config: fix file permissionChristian Gromm1-1/+1
This patch changes the permission of the file unicens-config.service to 644. It is needed because an executable service file is considered a security risk. This patch fixes JIRA SPEC-1137. Change-Id: Idab5080450be358b5775ce4dbb1737f2bcd34a5f Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Reported-by: Dominig Ar Foll <dominig.arfoll@fridu.net>
2017-11-23recipes-platform: add MOST driver configurationChristian Gromm3-0/+198
This patch adds the necessary files to have the MOST driver configured for UNICENS2 at system start up. Change-Id: I9a69192332d355a3f9d3df3771cd364771e8eb9a Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2017-05-09Run weston with dedicated 'display' user and groupRonan Le Martret1-0/+1
Bug-AGL: SPEC-546 Change-Id: I2ddc07547f9f2afd724feda80a80f65e890ebcf5 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>