summaryrefslogtreecommitdiff
path: root/scripts/lib
AgeCommit message (Expand)AuthorFiles
2016-01-19wic: removed unused importsEd Bartosh4
2016-01-19wic: improve processing of parseing errorsEd Bartosh1
2016-01-19wic: catch KickStartErrorEd Bartosh1
2016-01-19wic: add custom exception KickStartErrorEd Bartosh1
2016-01-17wic/help.py: document requirements for valid fstab generationJoshua Lock1
2016-01-17wic: get rid of 2 gettersEd Bartosh3
2016-01-17wic: get rid of set_size and set_source_file settersEd Bartosh3
2016-01-17wic: get rid of get_rootfs and set_rootfsEd Bartosh4
2016-01-17wic: get rid of get_timeout getterEd Bartosh4
2016-01-17wic: adjust code for new data structureEd Bartosh4
2016-01-17wic: remove pykickstart codeEd Bartosh19
2016-01-17wic: use new kickstart parserEd Bartosh2
2016-01-17wic: add kickstart parser moduleEd Bartosh1
2016-01-17wic: add partition moduleEd Bartosh1
2016-01-11populate_sdk_ext: Use new --setscene-only option to bitbake instead of workar...Richard Purdie1
2016-01-11devtool: build: support using BBCLASSEXTENDed namesPaul Eggleton2
2016-01-11devtool: reset: support recipes with BBCLASSEXTENDPaul Eggleton2
2016-01-11devtool: refactor code for getting local recipe filePaul Eggleton1
2016-01-11devtool: add: support adding a native variantPaul Eggleton2
2016-01-11devtool: reset: do clean for multiple recipes at once with -aPaul Eggleton1
2016-01-11recipetool: create: support creating standalone native/nativesdk recipesPaul Eggleton1
2016-01-11recipetool: create: lower case name when determining from filenamePaul Eggleton1
2016-01-11devtool: sdk-update: add option to skip preparation stepPaul Eggleton1
2016-01-11devtool: sdk-update: fix error checkingPaul Eggleton1
2016-01-11devtool: sdk-update: fix metadata update stepPaul Eggleton1
2016-01-11devtool: sdk-update: fix not using updateserver config file optionPaul Eggleton1
2016-01-07wic: rawcopy: Copy source file to build folderNoor Ahsan1
2015-12-28devtool: use cp instead of shutil.copytreeEd Bartosh1
2015-12-22recipetool: create: fix error when extracting source to a specified directoryPaul Eggleton1
2015-12-22recipetool: create: improve autotools supportPaul Eggleton1
2015-12-22devtool: sync: tweak help / messagesPaul Eggleton1
2015-12-22devtool: reset: print message about leaving source tree behindPaul Eggleton1
2015-12-22devtool: status: list recipe file within workspace if one existsPaul Eggleton1
2015-12-22devtool: modify: default source tree pathPaul Eggleton1
2015-12-22devtool: add: allow specifying URL as positional argumentPaul Eggleton2
2015-12-22devtool: add: figure out recipe name from recipetoolPaul Eggleton1
2015-12-22devtool: add: allow source tree to be omittedPaul Eggleton1
2015-12-22scripts/lib/argparse_oe: handle intermixing of optional positional argumentsPaul Eggleton1
2015-12-22devtool: update-recipe: use correct method to get bbappend filenamePaul Eggleton1
2015-12-22devtool: split out function for naming bbappendPaul Eggleton2
2015-12-22devtool: add: tweak help textPaul Eggleton1
2015-12-22devtool: edit-recipe: add new subcommandPaul Eggleton1
2015-12-22recipetool: create: basic extraction of name/version from filenamePaul Eggleton1
2015-12-22recipetool: create: support extracting name and version from build scriptsPaul Eggleton3
2015-12-22recipetool: create: set up priority system for recipe handlersPaul Eggleton1
2015-12-22recipetool: create: detect when specified URL returns a web pagePaul Eggleton1
2015-12-22recipetool: create: prevent attempting to unpack entire DL_DIRPaul Eggleton1
2015-12-22recipetool: create: minor fix for potential issue in python handlingPaul Eggleton1
2015-12-22recipetool: create: fix do_install handling for makefile-only softwarePaul Eggleton1
2015-12-22recipetool: create: avoid traceback on fetch errorPaul Eggleton1