summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/upgrade.py
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/patch: Use git notes to store the filenames for the patchesPeter Kjellerstedt2024-02-191-3/+21
* devtool: use straight print in check-upgrade-status outputChen Qi2024-01-021-1/+1
* devtool: upgrade: Update all existing checksums for the SRC_URIPeter Kjellerstedt2023-12-081-23/+28
* devtool: add support for git submodulesJulien Stephan2023-12-011-21/+30
* devtool/upgrade: check all git config locationsMarcus Flyckt2023-10-081-1/+1
* recipetool/devtool: Ensure server knows about changed filesRichard Purdie2023-09-181-0/+1
* devtool/upgrade: raise an error if extracting source produces more than one d...Alexander Kanavin2023-08-041-0/+2
* devtool/upgrade: do not delete the workspace/recipes directoryAlexander Kanavin2023-03-141-3/+0
* devtool/upgrade: correctly handle recipes where S is a subdir of upstream treeAlexander Kanavin2022-12-181-10/+8
* 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: explicitly set main or master branches in upgrades when availableAlexander Kanavin2022-02-211-7/+8
* devtool: print a warning on upgrades if PREFERRED_VERSION is setAlexander Kanavin2021-08-021-0/+3
* Convert to new override syntaxRichard Purdie2021-08-021-3/+3
* devtool: correctly handle non-standard source tree locations in upgradesAlexander Kanavin2021-07-161-3/+12
* 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-061-1/+2
* devtool: gitsm:// should be handled same as git:// in upgradesAlexander Kanavin2020-12-311-2/+2
* devtool: default to empty string, if LIC_FILES_CHKSUM is not availableBjarne Michelsen2020-07-081-2/+2
* devtool: use -f and don't use --exclude-standard when adding files to workspaceMartin Jansa2020-06-041-2/+2
* devtool: do not write md5sums into upgraded recipesAlexander Kanavin2020-05-211-2/+2
* devtool: fix devtool upgrade with reproducible_builds classPaul Eggleton2019-11-211-2/+3
* devtool: remove temp dir in upgradeChen Qi2019-07-221-0/+1
* devtool: upgrade: fix handling of errors parsing upgraded recipePaul Eggleton2019-07-031-10/+18
* meta/lib+scripts: Convert to SPDX license headersRichard Purdie2019-05-091-12/+1
* devtool: add --all option to check-upgrade-statusRoss Burton2019-02-021-1/+2
* devtool: add a command to print an overall list of recipes that can be updatedAlexander Kanavin2019-01-261-0/+20
* logging: use warning instead warnChen Qi2018-07-261-3/+3
* devtool/upgrade: fix the order of license checksum representationChen Qi2018-05-151-1/+4
* devtool: rename the suggested license change tag to 'License-Update:'Alexander Kanavin2018-01-181-2/+2
* 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
* devtool: implement conditional patch handlingPaul Eggleton2017-11-111-1/+2
* devtool: upgrade: reformat --no-patch warning messagePaul Eggleton2017-11-111-4/+2
* devtool: upgrade: automatically handle changes to source subdirectoryPaul Eggleton2017-11-111-5/+23
* devtool: upgrade: show messages before source extraction stepsPaul Eggleton2017-11-111-0/+2
* devtool: upgrade: handle recipes that use named SRC_URI checksumsPaul Eggleton2017-11-111-13/+40
* devtool: show some warnings for upgrade versionsPaul Eggleton2017-11-111-2/+7
* devtool: upgrade: improve performance and show progress when adding filesPaul Eggleton2017-11-111-2/+9
* devtool: upgrade: fix not committing deleted files with older git versionsPaul Eggleton2017-11-111-1/+1
* devtool: upgrade: fix accidentally swapped parametersPaul Eggleton2017-11-111-1/+1
* devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton2017-09-181-3/+6
* devtool: rework source extraction so that dependencies are handledPaul Eggleton2017-09-181-1/+1
* devtool: upgrade: check that user has configured git properlyPaul Eggleton2017-09-111-1/+26
* devtool: upgrade: workaround for recipes which apply patches conditional upon...Paul Eggleton2017-08-311-1/+1
* devtool: upgrade: fix handling of non-absolute pathsPaul Eggleton2017-08-311-0/+3
* devtool: upgrade: enable branch checking when revision is providedChang Rebecca Swee Fun2017-08-231-5/+22
* recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton2017-07-211-2/+8
* devtool: upgrade: fix error of import recipeutilsLuck Hoang2017-02-231-0/+4