summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* wic: add kickstart files for i.mxAlexandre Belloni2015-03-093-0/+53
| | | | | | | | | | | | Add kickstart files replacing the sdcard generation capabilities of generate_imx_sdcard(). They keep the same partition layout. For barebox: imx-barebox.wks For u-boot only: imx-uboot.wks For u-boot with SPL: imx-uboot-spl.wks Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* scripts/get-maintainer: use printf instead of "echo -e"Mario Domenech Goulart2014-04-281-2/+2
| | | | | | | Dash doesn't treat -e as a command line switch for echo. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* scripts/get-maintainer: add --dump command line optionMario Domenech Goulart2014-04-251-11/+33
| | | | | | | | | --dump generates output in a format which is easier to parse. Columns are separated by TAB. Empty cells for the "Maintainer" column represent "no maintainer". Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* scripts/get-maintainer: use `exit' instead of `return'Mario Domenech Goulart2014-04-251-1/+1
| | | | | | | | `return' can only be used from within function scope or from source'd scripts. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* scripts/get-maintainer: support multiple machine directories on the command lineMario Domenech Goulart2014-04-251-7/+17
| | | | | | | | Now the optional machine specification must be indicated by the --machine parameter, not to generate ambiguities with directories. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* scripts/get-maintainer: Allow query of maintainerOtavio Salvador2014-01-291-0/+75
The number of boards has been raising in last months and, as result, the maintainance effort. It is quite difficult to keep all boards in good shape without sharing the maintenance load among several people. A maintainer field is now in machine configuration file of meta-fsl-arm and meta-fsl-arm-extra and this script prints that information. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>