summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* yocto-check-layer: add debug output for the layers that were foundRoss Burton2022-02-091-0/+13
* scripts/buildhistory-diff: drop use of distutilsTim Orling2022-01-121-5/+0
* scripts: Update to use exec_module() instead of load_module()Richard Purdie2022-01-122-4/+11
* runqemu: check the qemu PID has been set before kill()ing itRoss Burton2021-12-171-1/+2
* recipetool: Set master branch only as fallbackStefan Herbrechtsmeier2021-12-171-8/+7
* recipetool: extend curl detection when creating recipesRoss Burton2021-12-131-1/+2
* recipetool: handle GitLab URLs like we do GitHubRoss Burton2021-12-131-1/+1
* scripts/checklayer/common.py: Fixed a minor grammatical errorDhruva Gole2021-12-131-1/+1
* wic: support rootdev identified by partition labelSchmidt, Adriaan2021-12-131-0/+2
* wic: use shutil.whichMingli Yu2021-12-133-7/+7
* scripts/lib/wic/help.py: Update Fedora Kickstart URLsJon Mason2021-11-211-2/+2
* scripts/oe-package-browser: Handle no packages being builtRichard Purdie2021-11-211-0/+2
* scripts/oe-package-browser: Fix after overrides changeRichard Purdie2021-11-211-3/+3
* convert-srcuri.py: use regex to check space in SRC_URIKai Kang2021-11-211-4/+4
* scripts/convert-srcuri: Update SRC_URI conversion script to handle github url...Richard Purdie2021-11-151-1/+15
* meta/scripts: Manual git url branch additionsRichard Purdie2021-11-151-0/+3
* meta: Add explict branch to git SRC_URIsRichard Purdie2021-11-151-0/+63
* wic/bootimg-efi: Add Unified Kernel Image optionKristian Klausen2021-10-041-10/+64
* scriptutils.py: Add check before deleting pathChandana kalluri2021-10-011-1/+2
* wic:direct.py: ignore invalid mountpoints during fstab updateMarkus Volk2021-09-261-1/+1
* meta: Drop useless classRichard Purdie2021-09-231-4/+0
* scripts/oe-publish-sdk: Disable git gc to avoid build errorsRichard Purdie2021-09-231-2/+2
* pybootchart: Avoid divide by zeroRichard Purdie2021-09-211-1/+4
* wic: keep rootfs_size as integerAlexander Kanavin2021-09-191-1/+1
* meta: correct collections vs collections.abc deprecationAlexander Kanavin2021-09-191-1/+2
* wic: Add extra-space argumentKristian Klausen2021-09-062-2/+7
* recipetool/create_buildsys_python: treat BSD as BSD-3-ClauseRoss Burton2021-09-041-1/+1
* buildhistory: Add output file listing package informationAndres Beltran2021-08-271-14/+23
* buildhistory-collect-srcrevs: Adapt to the new variable override syntaxPeter Kjellerstedt2021-08-261-2/+2
* qemu: add a hint on how to enable CPU render nodes when a suitable GPU is absentAlexander Kanavin2021-08-231-0/+2
* wic: Add --no-fstab-update part optionDaniel Gomez2021-08-204-3/+8
* package/scripts: Fix FILES_INFO handlingRichard Purdie2021-08-175-11/+12
* scripts/lib/wic/help/py: "Redhat" -> "Red Hat"Robert P. J. Day2021-08-171-1/+1
* wic: don't forcibly pass -T defaultRoss Burton2021-08-123-3/+3
* convert-overrides.py: also convert comments without a leading whitespaceChen Qi2021-08-121-3/+3
* convert-overrides.py: allow dots before override in vars_re and shortvars_reMartin Jansa2021-08-051-3/+3
* image/image_types: Convert CONVERSION_CMD/COMPRESS_CMD to new override syntaxRichard Purdie2021-08-041-1/+1
* meta: Convert IMAGE_TYPEDEP to use override syntaxRichard Purdie2021-08-041-1/+1
* convert-overrides.py: handle few more cases of overridesDenys Dmytriyenko2021-08-041-2/+3
* runqemu: decouple bios and kernel optionsMatthias Klein2021-08-041-2/+4
* runqemu: Fix typo in error messageMatthias Klein2021-08-041-1/+1
* convert-overrides: Allow script to handle patch/diffsRichard Purdie2021-08-021-3/+7
* devtool: print a warning on upgrades if PREFERRED_VERSION is setAlexander Kanavin2021-08-021-0/+3
* meta: Manual override fixesRichard Purdie2021-08-022-5/+5
* Convert to new override syntaxRichard Purdie2021-08-0214-31/+31
* convert-overrides.py: allow specifying multiple target dirsMartin Jansa2021-07-301-13/+13
* convert-overrides.py: 0.9.1 include '(' as delimiter for shortvarsMartin Jansa2021-07-301-2/+2
* convert-overrides.py: remove base_dep_prepend and autotools_dep_prepend excep...Martin Jansa2021-07-301-6/+0
* convert-overrides.py: show processed file and version of this scriptMartin Jansa2021-07-301-0/+4
* scripts/contrib: Add override conversion scriptRichard Purdie2021-07-301-0/+141