summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/append.py
Commit message (Expand)AuthorAgeFilesLines
* scripts: remove True option to getVarFlag callsJoshua Lock2016-12-161-3/+3
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-11/+11
* devtool / recipetool: use tinfoil parsing APIPaul Eggleton2016-12-141-17/+4
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-2/+1
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-2/+2
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-4/+4
* recipetool: make plugin registration function name consistent with devtoolPaul Eggleton2015-12-011-1/+1
* recipetool.append: don't choke on a trailing ; in a urlChristopher Larson2015-11-251-0/+2
* devtool: make plugin_init optionalEd Bartosh2015-09-121-4/+0
* recipetool.append: add extralines arg to appendsrcChristopher Larson2015-07-271-2/+2
* recipetool: appendsrcfile: handle S == STAGING_KERNEL_DIRChristopher Larson2015-07-231-0/+4
* recipetool: appendsrcfile: use -D, not -d for destdirChristopher Larson2015-07-231-1/+1
* recipetool: appendsrcfile: fix duplicate SRC_URI checkChristopher Larson2015-07-231-4/+5
* recipetool/append: Fix selftest failure with multilibRichard Purdie2015-07-121-0/+3
* recipetool: add appendsrcfile(s) sub-commandsChristopher Larson2015-06-271-6/+104
* recipetool.append: use argparse types for validationChristopher Larson2015-06-271-20/+25
* recipetool: appendfile: fix file command error handlingPaul Eggleton2015-06-181-2/+4
* recipetool: appendfile: clarify help textPaul Eggleton2015-06-181-6/+6
* recipetool: add appendfile subcommandPaul Eggleton2015-05-201-0/+360