poky/scripts
Ross Burton 7d52358534 yocto-check-layer: add debug output for the layers that were found
When debugging weird yocto-check-layer output it is useful to know
what the tool found when looking for layers.

(From OE-Core rev: 6ff05fe05a23d4355c3a33a03350dea025133689)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 711e2d4d7baf36f8497741c14268d7f72d0db016)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-02-09 23:15:15 +00:00
..
contrib convert-srcuri.py: use regex to check space in SRC_URI 2021-11-21 11:41:39 +00:00
lib scripts: Update to use exec_module() instead of load_module() 2022-01-12 22:03:31 +00:00
native-intercept scripts/native-intercept: Add chgrp intercept 2019-11-14 13:21:00 +00:00
postinst-intercepts update_udev_hwdb: clean hwdb.bin 2020-10-31 08:54:12 +00:00
pybootchartgui pybootchart: Avoid divide by zero 2021-09-21 23:44:08 +01:00
tiny scripts/tiny/ksize: Fix for more recent kernels 2020-05-09 18:57:21 +01:00
autobuilder-worker-prereq-tests
bitbake-prserv-tool
bitbake-whatchanged bitbake-whatchanged: change ending quote to proper period 2021-03-14 16:33:59 +00:00
buildall-qemu buildall-qemu: automate build testing for qemu MACHINEs 2020-04-24 14:10:08 +01:00
buildhistory-collect-srcrevs buildhistory-collect-srcrevs: Adapt to the new variable override syntax 2021-08-26 22:09:44 +01:00
buildhistory-diff scripts/buildhistory-diff: drop use of distutils 2022-01-12 22:03:31 +00:00
buildstats-diff scripts/buildstats-diff: Add option to filter tasks 2019-07-17 09:36:35 +01:00
combo-layer classes/lib/scripts: Use bb.utils.rename() instead of os.rename() 2021-05-06 11:16:23 +01:00
combo-layer-hook-default.sh
combo-layer.conf.example
cp-noerror
create-pull-request scripts/create-pull-request: fix putting subject containing / into cover letter 2019-07-31 13:50:46 +01:00
crosstap Convert to new override syntax 2021-08-02 15:44:10 +01:00
devtool meta: Manual override fixes 2021-08-02 15:44:10 +01:00
gen-lockedsig-cache scripts/gen-lockedsig-cache: Only look at new format sstate objects 2020-01-06 23:54:39 +00:00
gen-site-config
install-buildtools scripts/install-buildtools: Update to 3.2 M3 buildtools 2020-10-20 11:11:45 +01:00
lnr
multilib_header_wrapper.h multilib_header_wrapper: Drop using __MHWORDSIZE 2020-05-18 06:33:36 +01:00
oe-build-perf-report oe-build-perf-report: Ensure correct data is shown for multiple branch options 2020-10-10 13:37:56 +01:00
oe-build-perf-test scripts/oe-build-perf-test: Use python3 from the environment 2019-12-15 09:10:46 +00:00
oe-buildenv-internal oe-buildenv-internal: add BitBake's library to PYTHONPATH 2021-05-06 08:41:26 +01:00
oe-check-sstate Convert to new override syntax 2021-08-02 15:44:10 +01:00
oe-debuginfod Convert to new override syntax 2021-08-02 15:44:10 +01:00
oe-depends-dot
oe-find-native-sysroot
oe-git-archive
oe-git-proxy oe-git-proxy: fix dash "Bad substitution" 2019-09-16 23:02:44 +01:00
oe-gnome-terminal-phonehome
oe-pkgdata-browser scripts/oe-package-browser: Handle no packages being built 2021-11-21 11:41:39 +00:00
oe-pkgdata-browser.glade oe-pkgdata-browser: Make the window 1200x900 by default 2020-01-10 21:18:22 +00:00
oe-pkgdata-util buildhistory: Add output file listing package information 2021-08-27 11:54:34 +01:00
oe-publish-sdk scripts/oe-publish-sdk: Disable git gc to avoid build errors 2021-09-23 13:49:11 +01:00
oe-pylint
oe-run-native scripts: oe-run-native, fix *-native directories 2021-01-15 13:39:25 +00:00
oe-selftest oe-selftest: Implement console 'keepalive' output 2019-09-06 08:15:45 +01:00
oe-setup-builddir oe-setup-builddir: update YP docs and OE URLs 2021-07-25 18:06:31 +01:00
oe-test
oe-time-dd-test.sh scripts/oe-time-dd-test.sh: run "uptime" on each iteration 2021-07-22 09:33:44 +01:00
oe-trim-schemas
oepydevshell-internal.py
opkg-query-helper.py
pythondeps
README
recipetool
relocate_sdk.py
resulttool
rootfs_rpm-extract-postinst.awk
rpm2cpio.sh rpm2cpio.sh: fix to handle newline character 2020-02-19 11:24:15 +00:00
runqemu runqemu: check the qemu PID has been set before kill()ing it 2021-12-17 10:02:39 +00:00
runqemu-addptable2image
runqemu-export-rootfs
runqemu-extract-sdk runqemu-extract-sdk: fix install debugfs on rootfs 2020-04-06 16:45:11 +01:00
runqemu-gen-tapdevs
runqemu-ifdown
runqemu-ifup
runqemu.README
send-error-report
send-pull-request
sstate-cache-management.sh
sstate-diff-machines.sh sstate-diff-machines.sh: support rpm, deb and tar package types in analysis 2021-03-10 10:30:39 +00:00
sstate-sysroot-cruft.sh
sysroot-relativelinks.py
task-time
test-reexec
test-remote-image
verify-bashisms scripts/verify-bashisms: Update checkbashisms.pl URL 2021-03-20 18:54:56 +00:00
wic wic: use shutil.which 2021-12-13 23:02:49 +00:00
yocto-check-layer yocto-check-layer: add debug output for the layers that were found 2022-02-09 23:15:15 +00:00
yocto-check-layer-wrapper

This directory contains Various useful scripts for working with OE builds