summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* bitbake-whatchanged: avoid double do_ task name prefixOlof Johansson2016-01-301-1/+1
* gen-lockedsig-cache: fix bad destination path joiningPaul Eggleton2016-01-261-1/+1
* scripts/wipe-sysroot: also delete uninative sysrootRoss Burton2016-01-261-1/+1
* devtool: extract: use the correct datastore for builddirMarkus Lehtonen2016-01-261-1/+1
* devtool: add configure-help subcommandPaul Eggleton2016-01-262-4/+175
* devtool: properly handle bb.build.FuncFailed when extracting sourcePaul Eggleton2016-01-261-1/+4
* devtool: add: warn if modified recipe found in attic directoryPaul Eggleton2016-01-261-0/+3
* devtool: build-image: allow specifying packages to add to imagePaul Eggleton2016-01-261-2/+9
* devtool: move edit-recipe to a separate modulePaul Eggleton2016-01-262-36/+70
* build-perf-test.sh: add eSDK testingMarkus Lehtonen2016-01-251-0/+24
* build-perf-test.sh: more generic timing functionMarkus Lehtonen2016-01-251-7/+10
* recipetool: create: better fix for fetch error handlingPaul Eggleton2016-01-241-2/+2
* recipetool: create: fix extraction of name from URLs ending in /Paul Eggleton2016-01-241-1/+1
* recipetool: create: extract SRC_URI from local git repositoriesPaul Eggleton2016-01-241-7/+23
* devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton2016-01-242-2/+15
* recipetool: create: strip quotes from values extracted from CMakeLists.txtPaul Eggleton2016-01-241-5/+8
* gen-lockedsig-cache: copy correct native sstate into ext SDKPaul Eggleton2016-01-241-3/+3
* devtool: add sdk-install subcommandPaul Eggleton2016-01-241-1/+62
* devtool: sdk-update: improve SDK update process robustnessPaul Eggleton2016-01-241-34/+84
* devtool: sdk-update: improve temp directory handlingPaul Eggleton2016-01-241-37/+38
* devtool: build: ensure pkgdata is written outPaul Eggleton2016-01-241-5/+11
* classes/populate_sdk_ext: add option to bring in pkgdata for worldPaul Eggleton2016-01-241-3/+3
* python-setuptools: Upgrade to 19.2Alejandro Hernandez2016-01-201-0/+3
* wic: pylinted ksparser moduleEd Bartosh2016-01-201-4/+11
* wic: add help for 'include' commandEd Bartosh2016-01-201-0/+14
* wic: move parts of canned .wks into common.wks.incEd Bartosh2016-01-204-9/+6
* wic: implement search of includesEd Bartosh2016-01-201-2/+14
* wic: refactor get_boot_configEd Bartosh2016-01-201-9/+7
* wic: ksparser: add support for includeEd Bartosh2016-01-201-1/+6
* wic: do not remove build dir in source pluginsEd Bartosh2016-01-204-7/+3
* wic: use unique partition numberEd Bartosh2016-01-201-1/+3
* wic: move wks parsing code to KickStart._parseEd Bartosh2016-01-201-0/+3
* postinst-intercepts: always use set -eRoss Burton2016-01-192-0/+4
* recipetool: create: add a couple more license checksumsPaul Eggleton2016-01-191-0/+2
* recipetool: create: add basic support for extracting dependencies from cmakePaul Eggleton2016-01-192-6/+174
* recipetool: create: force GL libraries to virtual/*Paul Eggleton2016-01-191-0/+5
* recipetool: create: move dependency mapping code to RecipeHandlerPaul Eggleton2016-01-192-114/+144
* recipetool: create: fix overzealous mapping of git URLsPaul Eggleton2016-01-191-1/+1
* recipetool: create: support additional autoconf macros from autoconf-archivePaul Eggleton2016-01-191-1/+94
* recipetool: create: detect flex/bison dependencyPaul Eggleton2016-01-191-0/+9
* recipetool: create: pick up boost macros in configure.acPaul Eggleton2016-01-191-0/+4
* recipetool: create: improve extraction of pkg-config / lib depsPaul Eggleton2016-01-191-4/+14
* wic: rename kickstarter.py -> ksparser.pyEd Bartosh2016-01-192-1/+1
* wic: override ArgumentParser.errorEd Bartosh2016-01-191-1/+9
* wic: removed unused importsEd Bartosh2016-01-194-4/+3
* wic: improve processing of parseing errorsEd Bartosh2016-01-191-3/+8
* wic: catch KickStartErrorEd Bartosh2016-01-191-2/+5
* wic: add custom exception KickStartErrorEd Bartosh2016-01-191-0/+3
* wic/help.py: document requirements for valid fstab generationJoshua Lock2016-01-181-0/+7
* wic: get rid of 2 gettersEd Bartosh2016-01-183-8/+9