summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
* devtool: refactor deploy to use exec_fakeroot_no_dAdrian Freihofer2024-02-021-4/+7
* devtool: refactor exec_fakerootAdrian Freihofer2024-02-021-1/+4
* devtool: modify: add support for multiple source in SRC_URIJulien Stephan2024-01-241-0/+20
* devtool/standard: correctly escape \Alexander Kanavin2024-01-091-1/+1
* devtool: modify: fix exceptionJamin Lin2024-01-071-1/+1
* devtool: use straight print in check-upgrade-status outputChen Qi2024-01-021-1/+1
* devtool: deploy: provide max_process to strip_execsClay Chang2023-12-231-1/+2
* devtool: modify: Handle recipes with a menuconfig task correctlyPeter Kjellerstedt2023-12-161-1/+1
* devtool: modify: Make --no-extract work againPeter Kjellerstedt2023-12-081-1/+2
* devtool: upgrade: Update all existing checksums for the SRC_URIPeter Kjellerstedt2023-12-081-23/+28
* recipetool: create_buildsys_python: add pypi supportJulien Stephan2023-12-061-0/+3
* devtool: add support for git submodulesJulien Stephan2023-12-013-123/+218
* devtool: tag all submodulesJulien Stephan2023-12-011-0/+3
* devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCMJulien Stephan2023-12-011-1/+5
* devtool: fix update-recipe dry-run modeJulien Stephan2023-11-301-5/+4
* devtool/upgrade: check all git config locationsMarcus Flyckt2023-10-081-1/+1
* recipetool/devtool: Ensure server knows about changed filesRichard Purdie2023-09-182-0/+2
* devtool/build_sdk: Drop unused importsRichard Purdie2023-09-181-1/+1
* build-sysroots: target or native sysroot population need to be selected expli...Alexander Kanavin2023-09-091-1/+2
* devtool/upgrade: raise an error if extracting source produces more than one d...Alexander Kanavin2023-08-041-0/+2
* devtool: do not run recipe_qa task when extracting sourceAlexander Kanavin2023-07-301-0/+2
* devtool: Fix the wrong variable in srcuri_entryCharlie Wu2023-06-151-1/+1
* meta: introduce KCONFIG_CONFIG_ENABLE_MENUCONFIGMing Liu2023-06-091-3/+3
* devtool/upgrade: do not delete the workspace/recipes directoryAlexander Kanavin2023-03-141-3/+0
* devtool: ignore patch-fuzz errors when extracting sourceAlexander Kanavin2023-02-241-0/+1
* meta: remove True option to getVar and getVarFlag calls (again)Martin Jansa2023-02-021-1/+1
* devtool: process local files only for the main branchAlexander Kanavin2022-12-311-16/+22
* devtool/upgrade: correctly handle recipes where S is a subdir of upstream treeAlexander Kanavin2022-12-182-18/+19
* devtool: do not leave behind source trees in workspace/sourcesAlexander Kanavin2022-08-211-3/+13
* scripts: Add copyright statements to files without oneRichard Purdie2022-08-121-0/+2
* 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
* 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
* devtool: Fix _copy_file() TypeErrorXiaobing Luo2022-06-111-1/+1
* devtool: explicitly set main or master branches in upgrades when availableAlexander Kanavin2022-02-211-7/+8
* devtool: deploy-target: Remove stripped binaries in pseudo contextFlorian Amstutz2022-02-071-1/+1
* devtool: sdk-update: Remove an unnecessary \n from SSTATE_MIRRORSPeter Kjellerstedt2022-02-031-1/+1
* meta: Drop useless classRichard Purdie2021-09-231-4/+0
* package/scripts: Fix FILES_INFO handlingRichard Purdie2021-08-171-2/+3
* devtool: print a warning on upgrades if PREFERRED_VERSION is setAlexander Kanavin2021-08-021-0/+3
* meta: Manual override fixesRichard Purdie2021-08-021-4/+4
* Convert to new override syntaxRichard Purdie2021-08-025-12/+12
* devtool: correctly handle non-standard source tree locations in upgradesAlexander Kanavin2021-07-161-3/+12
* devtool: deploy-target: Fix preserving attributes when using --stripFlorian Amstutz2021-07-021-1/+1
* devtool upgrade: rebase override-only patches as wellAlexander Kanavin2021-06-261-15/+14
* classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari2021-05-062-5/+6
* devtool: Fix do_kernel_configme taskAlejandro Hernandez Samaniego2021-03-141-1/+6
* devtool: Fix file:// fetcher symlink directory structureTomasz Dziendzielski2021-01-231-1/+5
* devtool: Fix source extraction for gcc shared sourceTomasz Dziendzielski2021-01-201-4/+26