summaryrefslogtreecommitdiffstats
path: root/recipes-daemons
Commit message (Collapse)AuthorAgeFilesLines
* ptpd-qoriq: remove as linuxptp is used insteadTing Liu2020-09-222-102/+0
| | | | | | | ptpd-qoriq is no longer used and supported, remove the recipe. Signed-off-by: Ting Liu <ting.liu@nxp.com> (cherry picked from commit 693fc486334c87a00c28cd68c2db5c1a41f709cf)
* remove True option to getVar callsAndré Draszik2019-01-171-1/+1
| | | | | | | | | | | | | | getVar() has been defaulting to expanding by default for a long time (2016), thus remove the True option from getVar() calls with a regex search and replace. Search & replace made using the following command: sed -e 's|\(d\.getVar \?\)( \?\([^,()]*\), \?True)|\1(\2)|g' \ -i $(git grep -E 'getVar ?\( ?([^,()]*), ?True\)' \ | cut -d':' -f1 \ | sort -u) Signed-off-by: André Draszik <andre.draszik@jci.com>
* ptpd-qoriq: Limit BSP specific recipe on relevant SOCsMax Krummenacher2019-01-101-0/+2
| | | | | | | | | | | Prevents the following when building for non qoriq machines: | NOTE: Multiple providers are available for runtime ptpd (ptpd, ptpd-qoriq) | Consider defining a PREFERRED_RPROVIDER entry to match ptpd | NOTE: Multiple providers are available for runtime ptpd-dev (ptpd, ptpd-qoriq) | Consider defining a PREFERRED_RPROVIDER entry to match ptpd-dev Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ptpd-qoriq: Add RREPLACE/RPROVIDES/RCONFLICTS for ptpd-qoriq instead of ptpdChunrong Guo2018-06-061-0/+9
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ptpd: update SRC_URLC.R. Guo2018-03-061-1/+1
| | | | | Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ptpd-qoriq: add recipesChunrong Guo2018-02-212-0/+91
*update to ec34cdd ec34cdd - ptpd: support linux PHC APIs and HW timestamp fb75441 - Initial commit for ptpd 2.3.1 Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>