aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib
AgeCommit message (Expand)Author
2016-02-21recipetool: create: improve CMake package mappingPaul Eggleton
2016-02-21recipetool: create: add additional extension mechanismsPaul Eggleton
2016-02-21devtool: modify: tweak help description for behaviour changePaul Eggleton
2016-02-21devtool: deploy-target: preserve existing filesPaul Eggleton
2016-02-21devtool: undeploy-target: support undeploying all recipesPaul Eggleton
2016-02-21devtool: deploy-target: write deployed files list to targetPaul Eggleton
2016-02-21devtool: sdk-update: tweak command-line handling of updateserverPaul Eggleton
2016-02-21devtool: (un)deploy-target: add help descriptionsPaul Eggleton
2016-02-21scripts/lib/argparse_oe: tweak title above optionsPaul Eggleton
2016-02-21devtool: categorise and order subcommands in help outputPaul Eggleton
2016-02-21devtool: update-recipe: don't show workspace recipe warning if no updatePaul Eggleton
2016-02-21devtool: reset: fix preserving patches/other files next to recipesPaul Eggleton
2016-02-21devtool / recipetool: use common code for launching editorPaul Eggleton
2016-02-21devtool: minor fix for error messagePaul Eggleton
2016-02-15wic: fix processing of --use-uuidEd Bartosh
2016-02-11recipetool: create: set S when we set SRC_URI from local git repoPaul Eggleton
2016-02-11recipetool: create: convert http git URLs that don't end in .git but contain ...Paul Eggleton
2016-02-11recipetool: create: ensure URL parameters don't make it into the namePaul Eggleton
2016-02-11devtool: add: fix adding from a local source directoryPaul Eggleton
2016-02-11devtool: modify: make -x the default behaviourPaul Eggleton
2016-02-11recipetool: create: determine name/version from github/bitbucket URLsPaul Eggleton
2016-02-11recipetool: create: support cmake find_library directivePaul Eggleton
2016-02-11devtool: commit for extra tasks that modify source when extractingPaul Eggleton
2016-02-11recipetool.newappend: add -e/--edit argumentChristopher Larson
2016-02-07isoimage-isohybrid.py: fix cpio working directoryIoan-Adrian Ratiu
2016-02-06scripts/devtool: Add getVarFlag expand argumentRichard Purdie
2016-02-04wic: isoimage-isohybrid: check for syslinux-nativeMihaly Varga
2016-02-04wic: default to empty bootloader configMaciej Borzecki
2016-01-26devtool: extract: use the correct datastore for builddirMarkus Lehtonen
2016-01-26devtool: add configure-help subcommandPaul Eggleton
2016-01-26devtool: properly handle bb.build.FuncFailed when extracting sourcePaul Eggleton
2016-01-26devtool: add: warn if modified recipe found in attic directoryPaul Eggleton
2016-01-26devtool: build-image: allow specifying packages to add to imagePaul Eggleton
2016-01-26devtool: move edit-recipe to a separate modulePaul Eggleton
2016-01-22recipetool: create: better fix for fetch error handlingPaul Eggleton
2016-01-22recipetool: create: fix extraction of name from URLs ending in /Paul Eggleton
2016-01-22recipetool: create: extract SRC_URI from local git repositoriesPaul Eggleton
2016-01-22devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton
2016-01-22recipetool: create: strip quotes from values extracted from CMakeLists.txtPaul Eggleton
2016-01-22devtool: add sdk-install subcommandPaul Eggleton
2016-01-22devtool: sdk-update: improve SDK update process robustnessPaul Eggleton
2016-01-22devtool: sdk-update: improve temp directory handlingPaul Eggleton
2016-01-22devtool: build: ensure pkgdata is written outPaul Eggleton
2016-01-22classes/populate_sdk_ext: add option to bring in pkgdata for worldPaul Eggleton
2016-01-19wic: pylinted ksparser moduleEd Bartosh
2016-01-19wic: add help for 'include' commandEd Bartosh
2016-01-19wic: move parts of canned .wks into common.wks.incEd Bartosh
2016-01-19wic: implement search of includesEd Bartosh
2016-01-19wic: refactor get_boot_configEd Bartosh
2016-01-19wic: ksparser: add support for includeEd Bartosh