summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* postinst_intercepts: add a delay_to_first_boot hookAlexander Kanavin2018-01-301-0/+2
* distrodata: add a utility script to compare list of recipesTan Shen Joon2018-01-292-0/+240
* oe-pkgdata-util: Include colon when searching for variablesAmanda Brindle2018-01-291-8/+8
* oe-pkgdata-util: Add support for RPROVIDESAmanda Brindle2018-01-221-61/+93
* oe-pkgdata-util: Refactor functions for consistencyAmanda Brindle2018-01-221-59/+48
* python3: Restructure python3 packaging and replace it with autopackagingAlejandro Hernandez2018-01-201-442/+0
* python: Restructure python packaging and replace it with autopackagingAlejandro Hernandez2018-01-201-426/+0
* scripts/oe-depends-dot: add it to handle dot filesRobert Yang2018-01-191-0/+121
* contrib/yocto-bsp-kernel-update.sh: remove this scriptYi Zhao2018-01-181-60/+0
* buildhistory-diff: add support for colourising the outputRoss Burton2018-01-181-2/+7
* devtool: rename the suggested license change tag to 'License-Update:'Alexander Kanavin2018-01-181-2/+2
* wic: if we can't get from ioctl, try from os.stat()Dogukan Ergun2018-01-141-1/+9
* scripts/wic: explicitly set BUILDDIR within eSDKChang Rebecca Swee Fun2018-01-131-0/+2
* scripts/wic: fix error of import wic module in eSDK environmentChang Rebecca Swee Fun2018-01-131-1/+1
* scripts/wic: append bitbake executable file path in eSDK environmentChang Rebecca Swee Fun2018-01-131-0/+12
* scripts/wic: use scriptpath module to find bitbake path and oe lib pathChang Rebecca Swee Fun2018-01-131-4/+3
* runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86Richard Purdie2018-01-021-0/+5
* wic: Fix a path to a psuedo state directory (PSEUDO_LOCALSTATEDIR).Adrian Fiergolski2018-01-021-1/+1
* wic: Introduce --fsuuid and have --use-uuid make use of UUID tooTom Rini2017-12-186-19/+47
* wic: partition.py: Update comments slightlyTom Rini2017-12-181-3/+1
* wic: kparser.py: Check for SquashFS and use-uuidTom Rini2017-12-181-0/+5
* devtool: add license checksum change handling to 'devtool upgrade'Alexander Kanavin2017-12-181-2/+73
* devtool: provide useful defaults for version/commit when upgrading recipesAlexander Kanavin2017-12-181-4/+12
* devtool: add a 'latest-version' commandAlexander Kanavin2017-12-181-0/+26
* recipetool: create: fix conflict between SRCREV and tagChang Rebecca Swee Fun2017-12-181-4/+4
* python-*-manifest/generators: add runpy; python3-plistlibTim Orling2017-12-132-0/+10
* python-*-manifest/generators: fix long line lengthsTim Orling2017-12-132-22/+26
* wic: support filesystem label for rawcopyMartin Hundebøll2017-12-101-0/+22
* runqemu: Allow the user to override the device tree optionAlistair Francis2017-12-021-1/+14
* runqemu: Allow the user to override the Kernel optionAlistair Francis2017-12-021-1/+5
* scripts/contrib/bbvars.py: Remove dead codeAmanda Brindle2017-12-021-50/+2
* runqemu: print command search result when not foundRobert Yang2017-11-301-0/+3
* verify-bashisms: use argparse, add verbose optionRoss Burton2017-11-301-4/+11
* runqemu: Also specialcase resolution of '.' to the file's locationRichard Purdie2017-11-211-0/+2
* runqemu: Improve relative path handling in qemuconf filesRichard Purdie2017-11-211-0/+2
* runqemu: Ensure we process all tap devicesRichard Purdie2017-11-211-1/+1
* recipetool: create: fix failure handling included dictsPaul Eggleton2017-11-211-0/+2
* devtool: implement conditional patch handlingPaul Eggleton2017-11-112-26/+153
* devtool: finish: add dry-run optionPaul Eggleton2017-11-111-71/+199
* devtool: finish: improve reporting for removed filesPaul Eggleton2017-11-111-14/+18
* devtool: show a better error message if meta-files aren't foundPaul Eggleton2017-11-111-4/+7
* devtool: upgrade: reformat --no-patch warning messagePaul Eggleton2017-11-111-4/+2
* devtool: upgrade: automatically handle changes to source subdirectoryPaul Eggleton2017-11-112-9/+28
* devtool: upgrade: show messages before source extraction stepsPaul Eggleton2017-11-111-0/+2
* recipetool: create: show a warning for github archive URLsPaul Eggleton2017-11-111-0/+3
* devtool: stop always moving workspace to end of BBLAYERSPaul Eggleton2017-11-111-1/+5
* recipetool: create: drop debug printPaul Eggleton2017-11-111-1/+0
* devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton2017-11-111-13/+40
* devtool: finish: fix "layer not in bblayers.conf" warning when path specifiedPaul Eggleton2017-11-111-2/+4
* devtool: finish: ensure repository is clean before proceedingPaul Eggleton2017-11-112-2/+32