generic-poky/scripts
Jeff Dike 6ea1ed5f7b poky-qemu-[ifup|ifdown]: Use native tunctl
poky-qemu-ifup can run standalone by root in order to configure a bank
of tap devices for later qemu use.

These devices will, if possible, be owned by a specified group to
which qemu users must belong.

If the kernel is too old to support TUNSETGROUP, then it falls back to
setting the tap device to be owned by a particular user, and that user
will be the only one allowed to use it.

Also overall usability improvements to the scripts, usage() help, etc.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-08-20 16:20:10 +01:00
..
jhbuild Rename rewrite.py to jhbuild2oe.py. 2006-08-10 06:43:09 +00:00
qemuimage-tests/sanity Enable build dir outside of the poky directory 2010-07-21 15:39:53 +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
poky-addptable2image Use /sbin/fdisk because not all systems has /sbin in PATH 2008-05-14 12:57:11 +00:00
poky-chroot-run scripts/poky-chroot-run: Make sure Xephyr and chrootuid are installed 2008-01-30 16:20:55 +00:00
poky-chroot-setup poky-chroot-setup: Copy hosts resolv.conf into the guest system to make DNS resolution work 2008-02-01 11:03:55 +00:00
poky-env-internal build/conf: move sample conf files to meta/conf 2010-08-17 17:41:20 +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 scripts: Update qemu scripts with changes in recent qemu calling conventions and the switch to ext3 images 2009-01-05 16:00:31 +00: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 qemu: Use a TAP device instead of slirp for networking 2010-08-20 16:20:09 +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 testlib: Add support for qemumips/qemuppc/qemux86-64, and add support for testing with images from autobuilder 2010-08-13 23:42:03 +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 scripts: add qemux86-64 support to the qemu scripts 2010-08-02 17:54:20 +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