poky/scripts
Martin Jansa 446295e866 fontcache: allow to pass extra parameters and environment to fc-cache
* this can be useful for passing extra parameters, pass
  -v by default to see what's going on in do_rootfs
* we need to use this for extra parameter we implemented
  in fontconfig:
  --ignore-mtime always use cache file regardless of font directory mtime
  because the checksum of fontcache generated in do_rootfs
  doesn't match with /usr/share/fonts directory as seen on
  target device causing fontconfig to re-create the cache
  when fontconfig is used for first time or worse create
  new cache in every user's home directory when /usr/
  filesystem is read only and cache cannot be updated.

  Running FC_DEBUG=16 fc-cache -v on such device shows:
  FcCacheTimeValid dir "/usr/share/fonts" cache checksum 1441207803 dir checksum 1441206149
* my guess is that the checksum is different, because pseudo
  (which is unloaded when running qemuwrapper) or because some
  influence of running the rootfs under qemu.

(From OE-Core rev: 22bb7e11f9c75943efa07997a98304aa01d14699)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-08 13:27:34 +00:00
..
contrib mkefidisk.sh: fix hanging on non-writeable device 2015-05-15 18:12:46 +01:00
jhbuild
lib wic: fix path parsing, use last occurrence 2015-09-18 19:22:25 +01:00
native-intercept
postinst-intercepts fontcache: allow to pass extra parameters and environment to fc-cache 2015-12-08 13:27:34 +00:00
pybootchartgui scripts: use '/usr/bin/env' in shebangs with python 2014-11-12 15:38:29 +00:00
tiny
bitbake-prserv-tool bitbake-prserv-tool: make help text show .conf suffix 2014-02-17 15:37:17 +00:00
bitbake-whatchanged scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
buildhistory-collect-srcrevs
buildhistory-diff scripts: consolidate code to find bitbake path 2014-06-25 13:51:45 +01:00
cleanup-workdir cleanup-workdir: Fix crosssdk reference after addition of PN 2014-05-05 09:05:42 +01:00
combo-layer scripts/combo-layer: Fix exit codes and tty handling 2015-06-11 15:00:20 +01:00
combo-layer-hook-default.sh combo-layer-hook-default.sh: handle patches without Signed-off-by 2015-03-20 11:21:25 +00:00
combo-layer.conf.example combo-layer: partial import for '--history init' 2015-03-20 11:21:24 +00:00
cp-noerror scripts/cp-noerror: Avoid a race 2014-02-02 11:23:45 +00:00
create-pull-request create-pull-request: fix git GIT_VERSION 2015-03-10 10:47:46 +00:00
create-recipe scripts/create-recipe: minor fixes 2014-09-03 11:09:03 +01:00
crosstap
devtool devtool: if workspace layer exists, still ensure it's in bblayers.conf 2015-06-28 09:44:15 +01:00
gen-lockedsig-cache gen-lockedsig-cache: Allow cross-filesystem copies. 2015-02-24 17:41:42 +00:00
gen-site-config
hob
lnr scripts: add lnr (link relative) 2014-03-07 14:58:45 +00:00
multilib_header_wrapper.h
oe-buildenv-internal scripts/oe-buildenv-internal: add means of skipping SDK check during setup 2015-02-24 17:41:43 +00:00
oe-find-native-sysroot
oe-git-proxy oe-git-proxy: Redirect error messages to STDERR 2015-03-31 22:24:33 +01:00
oe-pkgdata-util lib/oe/package_manager: support exclusion from complementary glob process by regex 2015-02-17 14:20:45 +00:00
oe-selftest scripts/oe-selftest: add command line option to list test classes 2015-02-08 08:00:27 +00:00
oe-setup-builddir oe-setup-builddir: output message cleanup 2015-03-16 17:41:52 +00:00
oe-setup-rpmrepo
oe-trim-schemas
oepydevshell-internal.py devshell: Add interactive python shell 2014-05-28 08:27:00 +01:00
opkg-query-helper.py
pythondeps recipetool: add python dependency scanning support 2015-01-23 11:36:28 +00:00
README
recipetool recipetool: improve command-line help 2015-02-08 08:00:27 +00:00
relocate_sdk.py relocate_sdk: Skip to do relocation if the file size is less than 64 byte 2014-06-17 08:59:21 +01:00
rootfs_rpm-extract-postinst.awk
rpm2cpio.sh
runqemu runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel image 2015-06-28 09:44:19 +01:00
runqemu-addptable2image
runqemu-export-rootfs runqemu-export-rootfs: Fix missing # in comment 2014-02-20 12:04:44 +00:00
runqemu-extract-sdk runqemu-extract-sdk: normalize paths to improve output 2014-07-03 17:41:16 +01:00
runqemu-gen-tapdevs
runqemu-ifdown
runqemu-ifup
runqemu-internal runqemu: Handle device names like tapX@NONE 2015-09-18 19:22:24 +01:00
runqemu.README
send-error-report scripts/send-error-report: Rework script to support new features 2015-03-10 10:47:38 +00:00
send-pull-request
sstate-cache-management.sh sstate-cache-management: Minor cleanup of help text 2014-04-29 17:20:11 +01:00
sstate-diff-machines.sh sstate-diff-machines.sh: Return non-zero return code when there was some failure detected 2014-06-29 09:04:22 +01:00
sstate-sysroot-cruft.sh sstate-sysroot-cruft.sh: Improve to use it from CI 2014-08-11 12:30:51 +01:00
swabber-strace-attach
sysroot-relativelinks.py
test-dependencies.sh test-dependencies.sh: strip only .bb suffix 2015-03-16 17:41:52 +00:00
test-reexec
test-remote-image scripts/test-remote-image: use the scriptpath module 2014-07-19 00:09:01 +01:00
wic wic: Remove special-case bootimg_dir 2014-10-30 13:03:41 +00:00
wipe-sysroot wipe-sysroot: explain what is being deleted, and check for arguments 2014-01-02 13:08:40 +00:00
yocto-bsp
yocto-kernel
yocto-layer

This directory contains Various useful scripts for working with OE builds