aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-06-09fix sdk post install scripttimo/meta-cropsTim Orling
- use a character other than / as the sed delimiter - allows search and replace with a path Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-06-09add local.conf templatesTim Orling
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-06-09add populate_sdk_with_json.bbclass; add EnvironmentVariables classTim Orling
- also add script to build standard poky sdks for multiple arches Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-05-24Move json files to .crops directory; also copy to deploy/sdk/.cropsTim Orling
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-05-09Fix for tool argsTim Orling
- Add tool_args parameter so *args is still valid - *args is needed to pass arguments to json.JSONEncoder base class Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-05-06Functional lib/crops to generate JSON filesTim Orling
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
2016-05-05Preliminary python lib to create Toolchain objectTim Orling
- Implements JSONEncoder class to make json.dumps() work
2016-04-28Initial commit: bare bones POCTim Orling
* For now, used in conjunction with contrib/ meta-zephyr-sdk