summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* combo-layer: handle unset dest_dir in sanity_check()Patrick Ohly2015-05-221-2/+4
* devtool: update-recipe: add option to write changes to bbappendPaul Eggleton2015-05-201-41/+107
* recipetool: add appendfile subcommandPaul Eggleton2015-05-202-3/+363
* devtool / recipetool: ensure bb.note() gets printedPaul Eggleton2015-05-203-2/+9
* wic: remove intermediate partitionsAlexandre Belloni2015-05-161-0/+8
* devtool: if workspace layer exists, still ensure it's in bblayers.confPaul Eggleton2015-05-161-14/+22
* devtool: deploy-target: use tinfoil instead of bitbake -ePaul Eggleton2015-05-161-3/+9
* devtool: fix build env command execution error handlingPaul Eggleton2015-05-162-7/+24
* devtool: deploy plugin: fix bad indentationMarkus Lehtonen2015-05-161-2/+2
* devtool: add missing docstringsMarkus Lehtonen2015-05-163-3/+28
* devtool: rename unused variablesMarkus Lehtonen2015-05-162-3/+3
* devtool: remove unused imports / re-importsMarkus Lehtonen2015-05-163-3/+0
* devtool: extract: remove patches when S=WORKDIRMarkus Lehtonen2015-05-161-1/+26
* python3: Upgrade from 3.4.2 to 3.4.3Alejandro Hernandez2015-05-151-1/+4
* combo-layer: improve merge commit handlingPatrick Ohly2015-05-091-3/+24
* devtool: fix for rename of gcc-sourcePaul Eggleton2015-05-071-1/+1
* runqemu-internal: correctly set format for root FS as rawCristian Iorga2015-05-071-2/+2
* generate-manifest-3.4.py: Add fractions to ${PN}-numbersTim Orling2015-05-071-1/+1
* python3: Upgrade from 3.3.3 to 3.4.2Alejandro Hernandez2015-05-071-3/+5
* wic: Add plugin for single partition diskAdrian Freihofer2015-05-032-0/+240
* wic tests: Move wic tests to oe-selftest infraEd Bartosh2015-05-033-113/+0
* wic tests: Add docstrings to test methodsEd Bartosh2015-05-032-0/+6
* wic tests: Add functional tests for directdiskEd Bartosh2015-05-032-1/+62
* recipetool: allow specifying SRCREV via rev= in URIPaul Eggleton2015-05-011-4/+13
* devtool: add: use the appropriate file naming and versioning for SCM recipesPaul Eggleton2015-05-012-4/+25
* devtool: add: add an option to fetch remote sourcePaul Eggleton2015-05-011-3/+22
* recipetool: ensure git clone is standalone when extractingPaul Eggleton2015-05-013-6/+15
* recipetool: avoid second-level subdir when extractingPaul Eggleton2015-05-011-6/+7
* mkefidisk.sh: be more explicit with device errorPaul Eggleton2015-04-271-1/+5
* mkefidisk.sh: fix hanging on non-writeable devicePaul Eggleton2015-04-271-0/+3
* mkefidisk.sh: use script mode when running partedPaul Eggleton2015-04-271-9/+9
* devtool: update-recipe: check if source tree is a git repositoryPaul Eggleton2015-04-271-5/+11
* devtool: update-recipe: handle unversioned bbappendsPaul Eggleton2015-04-271-7/+7
* devtool: reset: avoid errors in case file no longer existsPaul Eggleton2015-04-271-1/+8
* devtool: add: use correct bbappend file name with -V optionPaul Eggleton2015-04-271-1/+1
* devtool: handle . in recipe namePaul Eggleton2015-04-271-1/+1
* devtool: include bbappends in recipe parsingMarkus Lehtonen2015-04-271-13/+22
* devtool: modify: implement --no-same-dirMarkus Lehtonen2015-04-271-2/+7
* devtool: modify: use B=S if that is the default for the recipeMarkus Lehtonen2015-04-271-5/+12
* wic: code cleanup: wildcard importsEd Bartosh2015-04-2412-60/+43
* wic: code cleanup: undefined variablesEd Bartosh2015-04-243-2/+3
* devtool: force use of bash when running build within extensible SDKPaul Eggleton2015-04-241-0/+5
* fontcache: allow to pass different fontconfig cache dirMartin Jansa2015-04-211-3/+1
* wic: try to find bitbake using find_executable APIEd Bartosh2015-04-191-5/+15
* devtool: call parse_recipe with correct argumentsMarkus Lehtonen2015-04-191-2/+3
* wic: Print bitbake error outputEd Bartosh2015-04-141-0/+1
* wic: use native partedEd Bartosh2015-04-143-24/+7
* oe-init-build-env: fix for build dirs that have spaces in their pathJoshua Lock2015-04-131-5/+5
* wic: setup infrastructure for nosetestsEd Bartosh2015-04-132-0/+46
* wic: Add argv argument to mainEd Bartosh2015-04-131-3/+3