generic-poky/scripts
Robert Yang 6163148c17 sstate-cache-management.sh: update for the SSTATE_MIRRORS
Several fixes:
* We have put the sstate file to SSTATE_DIR/??/ currently, but the
  sstate file on the SSTATE_MIRRORS or the obsolete one is still in
  SSTATE_DIR/ (no subdir), update the script to support manage them.

* Remove the related ".done" file in the SSTATE_DIR.

* Add a "-L, --follow-symlink" which will remove both the symbol link and
  the destination file

* Change the "ls -u file_list" (access time) to "ls -t file_list"
  (change tiem), since the "ls -u" and readlink will change the
  symlink's access time, which would make the result inconsistent.
  A solution is save the access time before every "ls -u" and "readlink",
  save it back after the command, but this would cause performance lost
  since it needs check each file and modify the symlink's status. Use
  the "-t" doesn't cause much different.

[YOCTO #2897]

(From OE-Core rev: 209ec08787981345a7f62b10a8a5c2ace0887c8e)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-20 16:53:17 +01:00
..
contrib generate-manifest-2.7.py: replace os.popen with os.unlink 2012-06-05 22:56:32 +01:00
jhbuild Convert to use direct access to the data store (instead of bb.data.*Var*()) 2011-11-10 11:51:19 +00:00
lib/bsp core: Prefer mesa-dri as virtual/libopengles1/2 provider 2012-08-19 10:46:00 +01:00
native-intercept native.bbclass: Add a simple chown intercept command 2011-06-23 21:08:01 +01:00
pybootchartgui pybootchartgui: Fix the filename and add a default format 2012-06-15 15:12:43 +01:00
qemuimage-tests sanitytest: use different option for command ps from busybox and procps 2011-11-18 10:47:15 +00:00
README Further cleanup of various poky references 2011-04-21 12:56:16 +01:00
bitbake scripts/bitbake: unbreak the git version comparison 2012-07-31 11:38:23 +01:00
bitbake-prserv-tool scripts/prserv-tool: Adepted to new bitbake cache. 2012-02-28 12:27:23 +00:00
buildhistory-diff scripts/buildhistory-diff: add GitPython version check 2012-05-30 12:04:46 +01:00
cleanup-workdir cleanup-workdir: update help text 2012-06-18 13:24:57 +01:00
combo-layer combo-layer: ensure init works with split local config 2012-07-31 11:59:06 +01:00
combo-layer-hook-default.sh scripts/combo-layer: fix still overzealous regex in default hook script 2011-09-21 13:42:49 +01:00
combo-layer.conf.example scripts/combo-layer: add branch option to example config 2012-02-21 17:00:46 +00:00
cp-noerror scripts/cp-noerror: Add a special copy function to fix autotools issues 2012-05-30 12:04:49 +01:00
create-lsb-image create-lsb-iamge:Fix bugs 2011-05-04 00:54:39 +01:00
create-pull-request create-pull-request: Assume remote branch from local branch 2012-04-10 13:31:58 +01:00
create-recipe create-recipe: base on autospectacle.pl to create recipe file 2012-05-03 15:48:00 +01:00
gen-site-config siteconfig: generate configuration data caches for autoconf 2010-09-03 10:50:02 +01:00
help2man Remove help2man dependency 2011-10-04 13:46:19 +01:00
hob scripts/hob: disable sanity checks when launching 2012-04-23 23:04:43 +01:00
multilib_header_wrapper.h multilib_header.bbclass: Add oe_multilib_header wrapper 2011-07-27 15:45:47 +01:00
oe-buildenv-internal oe-buildenv-internal: Fix BITBAKEDIR changes to work with existing autobuilder scritpts 2012-05-12 08:43:15 +01:00
oe-find-native-sysroot scripts: Show sensible warning messages if expected binaries don't exist 2011-09-02 14:21:30 +01:00
oe-git-proxy-command scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions) 2011-04-21 19:19:33 +01:00
oe-git-proxy-socks-command scripts/oe-git-proxy-socks-command: Add fallback to use nc 2012-03-02 12:25:19 +00:00
oe-git-proxy-socks.c scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions) 2011-04-21 19:19:33 +01:00
oe-pkgdata-util scripts/oe-pkgdata-util: exclude unpackaged in glob output 2012-07-31 12:21:30 +01:00
oe-setup-builddir Various typoes fixed, all comments or output strings. 2012-03-26 12:13:05 +01:00
oe-setup-rpmrepo scripts/oe-setup-rpmrepo: use setup_tmpdir from runqemu 2011-09-28 21:41:44 +01:00
oe-trim-schemas scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions) 2011-04-21 19:19:33 +01:00
opkg-query-helper.py Rework installation of dev, dbg, doc, and locale packages 2012-07-29 10:16:14 +01:00
qemuimage-testlib scripts/qemuimage-testlib: fix typos 2012-03-21 15:33:04 +00:00
relocate_sdk.py scripts: add script for relocating the SDK 2012-08-02 15:28:38 +01:00
rootfs_rpm-extract-postinst.awk meta/classes/rootfs_rpm.bbclass: re implement base on rpm5 2010-07-24 00:46:57 +01:00
rpm2cpio.sh rpm2cpio.sh: make compression tests case-insensitive 2012-01-03 12:14:39 +00:00
runqemu runqemu: work with yocto-bsp created kernel filenames 2012-08-19 10:45:59 +01:00
runqemu-addptable2image scripts/oe-setup-builddir: Fix up OE-Core/Poky mismatch for now (and fix permissions) 2011-04-21 19:19:33 +01:00
runqemu-export-rootfs Allow user mode NFS server to run without rpcbind / portmap 2011-10-10 10:00:08 +01:00
runqemu-extract-sdk scripts: Show sensible warning messages if expected binaries don't exist 2011-09-02 14:21:30 +01:00
runqemu-gen-tapdevs runqemu-gen-tapdevs: add UID to CL options 2012-08-02 23:01:34 +01:00
runqemu-ifdown Further cleanup of various poky references 2011-04-21 12:56:16 +01:00
runqemu-ifup runqemu-ifup: enable arp proxying 2012-06-08 11:43:20 +01:00
runqemu-internal scripts/runqueue-internal: Drop enable-gl option 2012-08-20 16:53:16 +01:00
runqemu.README scripts/runqemu.README: Clean this up to accurately reflect what the runqemu command now does 2011-04-21 12:56:13 +01:00
send-pull-request send-pull-request: Make -a really imply -c 2012-08-02 15:28:38 +01:00
sstate-cache-management.sh sstate-cache-management.sh: update for the SSTATE_MIRRORS 2012-08-20 16:53:17 +01:00
swabber-strace-attach scripts: replace os.system with subprocess.call 2012-05-30 12:04:45 +01:00
test-reexec test-reexec: Add script to address issues when task re-execution 2012-05-18 15:25:11 +01:00
yocto-bsp yocto-bsp: new script 2012-03-22 19:21:15 +00:00
yocto-kernel yocto-kernel: new script 2012-03-22 19:21:15 +00:00

README

This directory contains Various useful scripts for working with OE builds