OE Homepage and wiki
http://openembedded.org
+ Copyright (C) 2006-2007 OpenedHand Ltd.
This assumes a suitable qemu binary is available with support for a given
machine. For further information see scripts/poky-qemu.README.
+ Copyright (C) 2006-2007 OpenedHand Ltd.
libiw29_29-pre20-r0_armv5te.ipk
libiw-dev_29-pre20-r0_armv5te.ipk
+
+ Copyright (C) 2006-2007 OpenedHand Ltd.
can't run tests on a live system. This directory therefore contains a list of
cached results for various architectures which is passed to autoconf.
+ Copyright (C) 2006-2007 OpenedHand Ltd.
# Poky Build Enviroment Setup Script
#
-# Copyright (C) 2006 OpenedHand LTD
+# Copyright (C) 2006-2007 OpenedHand Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+
if test x"$0" = x"./poky-init-build-env"; then
echo "Error: Run via '. ./poky-init-build-env'"
#!/bin/sh
+# Add a partion table to an ext2 image file
+#
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+
IMAGE=$1
IMAGEOUT=$2
echo "w" >> /tmp/fdisk.cmds
fdisk $IMAGEOUT < /tmp/fdisk.cmds
-cat $IMAGE >> $IMAGEOUT
\ No newline at end of file
+cat $IMAGE >> $IMAGEOUT
# Poky Build Enviroment Setup Script
#
-# Copyright (C) 2006 OpenedHand LTD
+# Copyright (C) 2006-2007 OpenedHand Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
+
#if test x"$0" = x"./poky-init-build-env"; then
# echo "Error: Run via '. ./poky-init-build-env'"
# Poky Build Enviroment Setup Script
#
-# Copyright (C) 2006 OpenedHand LTD
+# Copyright (C) 2006-2007 OpenedHand Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-#
+
# Change this to the location of this file.
# Also update the locations at the top of conf/local.conf
-#
+
OEROOT=`pwd`
BBDIR=$OEROOT/bitbake/
#!/bin/sh
+
+# Handle running Poky images standalone with QEMU
#
-# Handle running Poky images standalone
+# Copyright (C) 2006-2007 OpenedHand Ltd.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
+
if [ "x$1" = "x" ]; then
MYNAME=`basename $0`
#!/bin/sh
+# QEMU network interface configuration script
+#
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+
IFCONFIG=`which ifconfig`
if [ "x$IFCONFIG" = "x" ]; then
# better than nothing...
#!/bin/sh
-#
+
# Handle running Poky images under qemu
#
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-#
+
+
# Call setting:
# QEMU_MEMORY (optional) set the amount of memory in the emualted system.
# SERIAL_LOGFILE (optional) log the serial port output to a file
- There is a bug in the ARM qemu in that means occasionally it will use 100%
cpu. You will need to restart it in this situation.
+
+
+ Copyright (C) 2006-2007 OpenedHand Ltd.
#!/bin/sh
-#
+
# Handle Poky <-> QEmu interface voodoo
#
+# Copyright (C) 2006-2007 OpenedHand Ltd.
+#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
+
if [ "x$BUILDDIR" = "x" ]; then
echo "You need to source poky-init-build-env before running this script"