summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)Author
2020-09-23scripts/oe-build-perf-report: Use python3 from the environmentRichard Purdie
2020-09-17oe-publish-sdk: fix layers init via sshAdrian Freihofer
2020-09-17runqemu: Add a hook to allow it to reniceRichard Purdie
2020-09-10devtool: deploy-target: Fix size calculation for hard linksMichael Tretter
2020-09-10wic: misc: Add /bin to the list of searchpathsVijai Kumar K
2020-09-10devtool: expand SRC_URI when guessing recipe update modeMartin Jansa
2020-09-02runqemu: Show an error for conflicting graphics optionsRichard Purdie
2020-08-27runqemu: Check gtk or sdl option is passed together with gl or gl-es options.Vasyl Vavrychuk
2020-08-07checklayer: check layer in BBLAYERS before testLee Chee Yang
2020-07-31wic/filemap: Fall back to standard copy when no way to get the block mapKevin Hao
2020-07-31wic/filemap: Drop the unused get_unmapped_ranges()Kevin Hao
2020-07-31wic/filemap: Drop the unused block_is_unmapped()Kevin Hao
2020-07-22scripts/lib/recipetool/create.py: fix regex stringsTim Orling
2020-07-16devtool: default to empty string, if LIC_FILES_CHKSUM is not availableBjarne Michelsen
2020-07-02checklayer: parse LAYERDEPENDS with bb.utils.explode_dep_versions2()Nicolas Dechesne
2020-07-02scripts/install-buildtools: Handle new format checksum filesRichard Purdie
2020-07-02scripts/install-buildtools: Update to 3.2 M1 buildtoolsRichard Purdie
2020-07-02runqemu: add QB_ROOTFS_EXTRA_OPT parameterKonrad Weihmann
2020-06-26recipetool: create: fix SRCBRANCH not being passed to paramsTuomas Salokanto
2020-06-26buildhistory-collect-srcrevs: sort directoriesDaniel McGregor
2020-06-26install-buildtools: remove hardcoded x86-64 architectureRoss Burton
2020-06-26install-buildtools: fail if an error occursRoss Burton
2020-06-26recipetool: Fix list concatenation when using editAlex Kiernan
2020-06-05resulttool/log: Add ability to dump ltp logs as well as ptestRichard Purdie
2020-06-05resulttool/report: Remove leftover debuggingRichard Purdie
2020-06-05checklayer: Skip layers without a collectionJoshua Watt
2020-05-22scripts/tiny/ksize: Fix for more recent kernelsjan
2020-05-07scripts/install-buildtools: bump to 3.1 release by defaultTim Orling
2020-04-07Revert "wic: Fix permissions when using exclude or include path"Richard Purdie
2020-04-07Revert "wic: Add --embed-rootfs argument"Richard Purdie
2020-04-06runqemu-extract-sdk: fix install debugfs on rootfsAdrian Freihofer
2020-04-06wic: Add --embed-rootfs argumentRicardo Ribalda Delgado
2020-04-06wic: Fix permissions when using exclude or include pathRicardo Ribalda Delgado
2020-04-05scripts/install-buildtools: refactor for Python 3.4Tim Orling
2020-04-02wic: align layer plugin pathLee Chee Yang
2020-04-01scripts/oe-buildenv-internal: Add pointer to scripts/install-buildtoolsRichard Purdie
2020-04-01install-buildtools: bump default to yocto-3.1_M3, fixesTim Orling
2020-04-01oe-buildenv-internal: python 3.5 as min versionTim Orling
2020-04-01scripts/install-buildtools: improvementsTim Orling
2020-03-31systemd: Reinstate systemd-hwdb-update.serviceAlex Kiernan
2020-03-30yocto-check-layer: simple grammatical fixesrpjday@crashcourse.ca
2020-03-29runqemu: Change nfs to mount via TCPHe Zhe
2020-03-29scripts/install-buildtools: add helper script to install buildtoolsTim Orling
2020-03-29buildstats-plot.sh: Show spaces and underscores correctly in titles/keysPeter Kjellerstedt
2020-03-24buildstats*.sh: fix spacing indentation in the filesLuis Martins
2020-03-24buildstats*.sh: add recipe parameter to scriptsLuis Martins
2020-03-24buildstats*.sh: add accumulate parameter to scriptsLuis Martins
2020-03-24buildstats-plot.sh: filter by taskLuis Martins
2020-03-24buildstats-plot.sh: fix invoking buildstats.shLuis Martins
2020-03-24wic/direct: reserve 2 sector for extended partitionChee Yang Lee