poky/scripts
Khem Raj 735f139471 devtool: Use ConfigParser instead of SafeConfigParser
The SafeConfigParser class has been renamed to ConfigParser in Python
3.2+ see

http://bugs.python.org/issue10627

This alias will be removed in future versions.So we can use
ConfigParser directly instead.

(From OE-Core rev: 3c05c8fff779bd190b31fa8aa16b7a1b24420a60)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-08-14 11:36:31 +01:00
..
contrib logging: use warning instead warn 2018-07-26 13:16:40 +01:00
distro build-recipe-list: improvements 2018-03-15 06:27:19 -07:00
lib wic/qemux86: don't pass ip parameter to kernel in wks 2018-08-02 09:30:11 +01:00
native-intercept
postinst-intercepts qemuwrapper-cross: enable multilib and nativesdk variants of the script 2018-06-18 11:07:58 +01:00
pybootchartgui
tiny
bitbake-prserv-tool
bitbake-whatchanged
buildhistory-collect-srcrevs
buildhistory-diff buildhistory-diff: honour report_all flag 2018-02-24 10:35:59 +00:00
buildstats-diff scripts/buildstats-diff: move more code to lib/buildstats.py 2017-09-18 11:07:30 +01:00
combo-layer logging: use warning instead warn 2018-07-26 13:16:40 +01:00
combo-layer-hook-default.sh
combo-layer.conf.example
cp-noerror
create-pull-request create-pull-request: support format-patch options 2017-05-23 17:45:35 +01:00
crosstap crosstap: replace script with new python based implementation 2018-04-07 11:44:50 +01:00
devtool devtool: Use ConfigParser instead of SafeConfigParser 2018-08-14 11:36:31 +01:00
gen-lockedsig-cache gen-lockedsig-cache: catch os.link error 2017-03-22 11:35:21 +00:00
gen-site-config
lnr
multilib_header_wrapper.h multilib_header: recognize BPF as a target 2018-08-14 11:36:31 +01:00
oe-build-perf-report oe-buildperf-report: highlight large changes in the HTML report 2018-05-11 07:49:38 +01:00
oe-build-perf-test oe-build-perf-test: pack all buildstat in one file 2017-03-27 08:15:06 +01:00
oe-buildenv-internal oe-init-env: search 'bitbake' outside of oe-core 2018-03-01 22:13:56 +00:00
oe-check-sstate
oe-depends-dot oe-depends-dot: print dependency chains for '--why' option 2018-05-15 10:56:49 +01:00
oe-find-native-sysroot oe-find-native-sysroot: drop message if pseudo is not found 2018-07-24 11:52:26 +01:00
oe-git-archive scripts/oe-git-archive: implement --notes 2017-03-27 08:15:06 +01:00
oe-git-proxy
oe-gnome-terminal-phonehome
oe-pkgdata-util oe-pkgdata-util: package-info: Re-add support for the --extra option 2018-06-04 15:15:00 +01:00
oe-publish-sdk scripts/oe-publish-sdk: use hook to call git update-server-info 2017-08-09 09:24:16 +01:00
oe-run-native oe-run-native: ensure arguments get quoted 2018-07-24 11:52:26 +01:00
oe-selftest scripts/oe-{self,}test: Logger change default stream to stdout 2017-06-06 19:02:44 +01:00
oe-setup-builddir meta: move some text from oe-setup-builddir to conf-notes.txt 2017-08-23 12:06:51 +01:00
oe-test scripts/oe-{self,}test: Logger change default stream to stdout 2017-06-06 19:02:44 +01:00
oe-trim-schemas
oepydevshell-internal.py
opkg-query-helper.py
pythondeps
README
recipetool recipetool: Setup logging before calling prepare 2017-07-21 08:44:25 +01:00
relocate_sdk.py Revert "relocate_sdk.py: remove hardcoded SDK path" 2018-07-25 16:46:56 +01:00
rootfs_rpm-extract-postinst.awk
rpm2cpio.sh scripts/rpm2cpio.sh: replace 5.x version with 4.x version 2017-03-14 14:42:17 +00:00
runqemu logging: use warning instead warn 2018-07-26 13:16:40 +01:00
runqemu-addptable2image
runqemu-export-rootfs runqemu-export-rootfs: don't change RPC ports 2017-06-12 15:08:32 +01:00
runqemu-extract-sdk runqemu-extract-sdk: fix whitespace errors 2018-06-18 11:07:57 +01:00
runqemu-gen-tapdevs runqemu-gen-tapdevs: fix runqemu-ifup script call 2017-04-29 11:17:22 +01:00
runqemu-ifdown runqemu-ifdown: ensure to clean up TAP 2018-06-18 11:07:58 +01:00
runqemu-ifup runqemu: use bindir_native property to run ifup/down scripts 2017-04-13 10:54:10 +01:00
runqemu.README scripts/runqemu.README: fix typo 2017-05-18 14:01:47 +01:00
send-error-report send-error-report: Fix test for name > 50 chars 2018-07-04 12:19:13 +01:00
send-pull-request
sstate-cache-management.sh
sstate-diff-machines.sh sstate-diff-machines.sh: Replace MACHINE_ARCH only at the beginning and separated with dash 2017-06-06 19:02:43 +01:00
sstate-sysroot-cruft.sh sstate-sysroot-cruft.sh: Extend the whitelist 2017-06-23 11:44:12 +01:00
sysroot-relativelinks.py sysroot-relativelinks: also consider links to dirs on the host 2017-03-29 16:37:27 +01:00
task-time
test-reexec scripts/test-reexec: fix several incomplete regexp 2017-06-28 20:55:09 +01:00
test-remote-image
verify-bashisms verify-bashisms: use argparse, add verbose option 2017-11-30 10:49:20 +00:00
wic scripts/wic: explicitly set BUILDDIR within eSDK 2018-01-13 10:15:20 +00:00
yocto-check-layer scripts: rename yocto-compat-layer to remove "compatible" nomenclature 2017-09-21 11:34:19 +01:00
yocto-check-layer-wrapper scripts: rename yocto-compat-layer to remove "compatible" nomenclature 2017-09-21 11:34:19 +01:00

This directory contains Various useful scripts for working with OE builds