summaryrefslogtreecommitdiffstats
path: root/scripts/lib
Commit message (Expand)AuthorAgeFilesLines
* wic: add 'none' fstype for custom imageJeongBong Seo2022-08-122-1/+5
* recipetool: Update for class changesRichard Purdie2022-08-121-1/+1
* scripts: Add copyright statements to files without oneRichard Purdie2022-08-126-0/+12
* devtool/upgrade: catch bb.fetch2.decodeurl errorsAlexander Kanavin2022-08-041-1/+4
* devtool/upgrade: correctly clean up when recipe filename isn't yet knownAlexander Kanavin2022-08-041-15/+13
* wic/bootimg-efi: Add support for loading devicetree filesJan Kiszka2022-08-021-7/+31
* wic/bootimg-efi: Factor out some common bitsJan Kiszka2022-08-021-25/+21
* wic/bootimg-efi: use cross objcopy when building unified kernel imageRoss Burton2022-08-021-13/+12
* wic: add target tools to PATH when executing native commandsRoss Burton2022-08-021-3/+4
* wic/plugins/rootfs: Fix NameError for 'orig_path'Mihai Lindner2022-07-231-1/+1
* devtool: finish: handle patching when S points to subdir of a git repoPaul Eggleton2022-07-141-6/+19
* devtool: ignore pn- overrides when determining SRC_URI overridesPaul Eggleton2022-07-121-1/+3
* scriptutils: fix style to be more PEP8 compliantMarius Kriegerowski2022-07-011-7/+5
* recipetool/devtool: Fix python egg whitespace issues in PACKAGECONFIGThomas Roos2022-07-011-0/+13
* devtool: Fix _copy_file() TypeErrorXiaobing Luo2022-06-111-1/+1
* wic/plugins/images/direct: Allow changes in fstab on rootfsTobias Schmidl2022-05-271-1/+1
* wic: added fspassno parameter to partitionClaudius Heine2022-05-164-1/+10
* wic/plugins/rootfs: Fix permissions when splitting rootfs folders across part...Felix Moessbauer2022-05-081-1/+4
* wic: Add dependencies for erofs-utilsSean Anderson2022-04-271-0/+1
* wic: do not use PARTLABEL for msdos partition tablesHenning Schild2022-04-221-1/+1
* recipetool: Do not use mutable default arguments in PythonStefan Herbrechtsmeier2022-04-191-2/+2
* meta/scripts: Improve internal variable namingSaul Wold2022-03-101-1/+1
* recipetool/devtool: Further SPDX identifier cleanupsRichard Purdie2022-03-022-40/+40
* recipetool: Use SPDX license identifiersPeter Kjellerstedt2022-03-013-50/+50
* recipetool/create_buildsys_python: Add support for more known licensesPeter Kjellerstedt2022-03-011-1/+17
* meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONSRichard Purdie2022-02-212-2/+2
* yocto-check-layer: add ability to perform tests from a global bbclassDenys Dmytriyenko2022-02-212-1/+19
* devtool: explicitly set main or master branches in upgrades when availableAlexander Kanavin2022-02-211-7/+8
* wic: rawcopy: Add support for packed imagesStefan Herbrechtsmeier2022-02-161-1/+28
* wic: partition: Support valueless keys in sourceparamsStefan Herbrechtsmeier2022-02-161-1/+1
* scriptutils: Fix handling of srcuri urlsRichard Purdie2022-02-121-0/+1
* devtool: deploy-target: Remove stripped binaries in pseudo contextFlorian Amstutz2022-02-071-1/+1
* yocto-check-layer: check for duplicate layers when finding layersRoss Burton2022-02-051-0/+21
* recipetool: Fix circular reference in SRC_URISaul Wold2022-02-051-1/+1
* devtool: sdk-update: Remove an unnecessary \n from SSTATE_MIRRORSPeter Kjellerstedt2022-02-031-1/+1
* recipetool/create_buildsys_python.py: less distutilsTim Orling2022-01-121-2/+6
* scripts: Update to use exec_module() instead of load_module()Richard Purdie2022-01-052-4/+11
* recipetool: Separate licenses with & operatorStefan Herbrechtsmeier2021-12-201-9/+30
* recipetool: Sort output of guess_license function to be deterministicStefan Herbrechtsmeier2021-12-201-1/+1
* recipetool: Set master branch only as fallbackStefan Herbrechtsmeier2021-12-091-8/+7
* yocto-check-layer: Relax README case checksJoshua Watt2021-12-041-2/+2
* yocto-check-layer: disregard checks if referencing another README fileJon Mason2021-12-041-1/+6
* yocto-check-layer: Add additional README checksDhruva Gole2021-12-031-0/+6
* recipetool: extend curl detection when creating recipesRoss Burton2021-12-031-1/+2
* recipetool: handle GitLab URLs like we do GitHubRoss Burton2021-12-031-1/+1
* scripts/checklayer/common.py: Fixed a minor grammatical errorDhruva Gole2021-12-011-1/+1
* wic: support rootdev identified by partition labelSchmidt, Adriaan2021-11-241-0/+2
* wic: use shutil.whichMingli Yu2021-11-212-5/+5
* scripts/lib/wic/help.py: Update Fedora Kickstart URLsJon Mason2021-11-111-2/+2
* wic: Use os.rename instead of bb.utils.renameKhem Raj2021-11-101-1/+1