summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/engine.py
Commit message (Expand)AuthorAgeFilesLines
* scripts/lib/bsp: delete, all users have been removedJoshua Lock2017-11-051-1931/+0
* yocto-bsp: Refactor script to use argparse instead of optparseHumberto Ibarra2016-07-071-23/+7
* scripts/lib/bsp/engine.py: Add error message for wrong input fileHumberto Ibarra2016-07-071-2/+4
* scripts/lib/bsp/engine.py: Added missing parentheses to string formattingHumberto Ibarra2016-06-121-1/+1
* scripts/lib/bsp/engine.py: Rename raw_input commands to inputHumberto Ibarra2016-06-121-2/+2
* scripts/lib/bsp/engine.py: Added missing keyword to fix syntax errorHumberto Ibarra2016-06-071-1/+1
* engine: python3: replace iteritems() -> items()Ed Bartosh2016-06-031-3/+3
* scripts: python3: replace exec statement with builtinEd Bartosh2016-06-031-1/+1
* scripts: python3: use explicit relative importsEd Bartosh2016-06-031-1/+1
* engine.py: python3: rename sys.maxint to sys.maxsizeEd Bartosh2016-06-031-3/+3
* scripts: python3: use new metaclass syntaxEd Bartosh2016-06-031-4/+2
* scripts: python3: rename raw_input to inputEd Bartosh2016-06-031-6/+6
* scripts: python3: Use print functionEd Bartosh2016-06-011-19/+19
* scripts/lib/bsp/engine: trailing whitespace cleanupMaciej Borzecki2016-02-081-2/+2
* scripts/lib/bsp/engine: fix path separatorMaciej Borzecki2016-02-081-1/+1
* scripts/lib/bsp/engine: Indent the karch properties when stored into a fileLeonardo Sandoval2015-10-011-1/+1
* scrips/lib/bsp/engine: List properties to stdout when output parameter is omi...Leonardo Sandoval2015-10-011-2/+2
* yocto-bsp: Add a processing pass to get rid of 'strange' filenamesTom Zanussi2014-12-181-3/+170
* yocto-bsp: filter out 'layer' from arch listTom Zanussi2013-07-051-1/+1
* yocto-bsp: have replace_file() close file before copyingTom Zanussi2013-04-051-1/+2
* scripts/lib/bsp/engine.py: add preempt-rt and tiny to map_standard_kbranch()Tom Zanussi2013-03-171-0/+36
* scripts/lib/bsp/engine.py: update map_standard_kbranch()Tom Zanussi2013-03-171-8/+6
* scripts/lib/bsp/engine.py: add handling for JSON stringsTom Zanussi2013-01-201-4/+7
* scripts/lib/bsp/engine.py: refactor bsp-creation codeTom Zanussi2013-01-201-65/+76
* scripts/lib/bsp/engine.py: add yocto_layer_create()Tom Zanussi2013-01-201-0/+56
* yocto-bsp: add replace_file()Tom Zanussi2012-12-131-3/+15
* yocto-bsp: add 'edit-file' input lineTom Zanussi2012-12-131-0/+57
* yocto-bsp: add 'edit-git-repo' input lineTom Zanussi2012-12-131-0/+76
* yocto-bsp: set branches_base for list_property_values()Tom Zanussi2012-10-221-0/+4
* yocto-bsp: add new strip_base() functionTom Zanussi2012-09-021-0/+10
* yocto-bsp: update standard branch mappingTom Zanussi2012-08-251-3/+3
* yocto-bsp: generate default properties even if json specifiedTom Zanussi2012-08-251-2/+2
* yocto-bsp: use rstrip() for assignment linesTom Zanussi2012-08-251-1/+1
* yocto-bsp: add standard branch mappingTom Zanussi2012-08-251-0/+21
* yocto-bsp: allow branch display filteringTom Zanussi2012-08-251-0/+7
* yocto-bsp: enable property value display of nested propertiesTom Zanussi2012-04-141-2/+54
* yocto-bsp: add templating engineTom Zanussi2012-03-221-0/+1436