aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2015-03-09wic: add kickstart files for i.mxAlexandre Belloni
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>
2014-04-28scripts/get-maintainer: use printf instead of "echo -e"Mario Domenech Goulart
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>
2014-04-25scripts/get-maintainer: add --dump command line optionMario Domenech Goulart
--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>
2014-04-25scripts/get-maintainer: use `exit' instead of `return'Mario Domenech Goulart
`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>
2014-04-25scripts/get-maintainer: support multiple machine directories on the command lineMario Domenech Goulart
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>
2014-01-29scripts/get-maintainer: Allow query of maintainerOtavio Salvador
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>