generic-poky/scripts
Jeff Polk d2febcce2b siteconfig: generate configuration data caches for autoconf
siteinfo: Use configuration caches when available

Generate cached configuration data for autoconf for the package
based on a list of header, types, and functions to eliminate the
need for all subesequent package builds to do the actual tests
via the cross compiler and sysroot.  The cache files are
stored in the sysroot in ${STAGING_DATADIR}/${TARGET_SYS}_config_site.d.
Siteinfo appends any files it finds in that directory to the normal
CONFIG_SITE.  All of the cache values set the variables only if not
already set so they may be overridden by any of the normal site files.

Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
2010-09-03 10:50:02 +01:00
..
jhbuild Rename rewrite.py to jhbuild2oe.py. 2006-08-10 06:43:09 +00:00
qemuimage-tests test: Add scenario file for each target and support single case running 2010-08-27 13:04:37 +01:00
tunctl-src poky-qemu-internal: Support NFS boots better 2010-08-20 16:20:10 +01:00
README Added scripts dir 2006-07-28 19:47:37 +00:00
create-pull-request scripts/create_pull_request fix a typo 2010-06-10 16:30:32 -07:00
gen-site-config siteconfig: generate configuration data caches for autoconf 2010-09-03 10:50:02 +01:00
poky-addptable2image Use /sbin/fdisk because not all systems has /sbin in PATH 2008-05-14 12:57:11 +00:00
poky-env-internal build/conf: move sample conf files to meta/conf 2010-08-17 17:41:20 +01:00
poky-export-rootfs poky-export-rootfs: script for exporting userspace nfsroots 2010-08-20 16:20:11 +01:00
poky-extract-sdk poky-extract-sdk: script for extracting sdk images using pseudo 2010-08-20 16:20:11 +01:00
poky-find-native-sysroot poky-find-native-sysroot: helper script for locating the native sysroot path 2010-08-20 16:20:10 +01:00
poky-git-proxy-command scripts: Add git proxy script 2008-04-08 11:31:08 +00:00
poky-git-proxy-socks-command scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
poky-git-proxy-socks.c scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
poky-nokia800-flashutil poky-nokia800-flashutil: merged offsets from Andrew script and added Diablo notes 2008-08-08 07:41:33 +00:00
poky-qemu poky-qemu: check for existence of required libraries 2010-08-25 11:15:16 +01:00
poky-qemu-ifdown poky-qemu-[ifup|ifdown]: Use native tunctl 2010-08-20 16:20:10 +01:00
poky-qemu-ifup poky-qemu-[ifup|ifdown]: Use native tunctl 2010-08-20 16:20:10 +01:00
poky-qemu-internal poky-qemu-internal: fix the echo of KERNCMDLINE 2010-08-20 16:20:13 +01:00
poky-qemu.README poky-qemu.README: Minor updates 2008-05-22 08:22:47 +00:00
poky-trim-schemas Add poky-trim-schemas post install script to remove unneeded schema locale translations from images (credit to Ross Burton for the initial script) 2009-08-28 17:11:57 +01:00
pstage-scanner Enable build dir outside of the poky directory 2010-07-21 15:39:53 +01:00
qemuimage-testlib qemuimage-testlib: kill qemu process according to its pid, instead of process name 2010-09-02 11:00:08 +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
runqemu runqemu: add poky-image-basic and poky-image-lsb to recognized images 2010-09-02 09:50:48 +01:00
runqemu-nfs runqemu-nfs: boot QEMU using nfsroot and local unfs export 2010-08-20 16:20:11 +01:00
stage-manager stagemanager: Move functionality into the scripts directory 2010-07-22 11:44:28 +01:00
stage-manager-ipkg stagemanager: Move functionality into the scripts directory 2010-07-22 11:44:28 +01:00
stage-manager-ipkg-build stagemanager: Move functionality into the scripts directory 2010-07-22 11:44:28 +01:00

README

This directory contains Various useful scripts for working with poky