diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-16 13:48:29 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-16 13:48:29 +0000 |
| commit | 8142b95bf2bddfd52c762b05254241d75da6a618 (patch) | |
| tree | 1fb5362143f03c8c29baa96f5bc82aac3db9a46f | |
| parent | 771e3d3eef1aac89e310d5810753d74d6515ae66 (diff) | |
| download | poky-8142b95bf2bddfd52c762b05254241d75da6a618.tar.gz | |
Update copyright
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1734 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | README | 1 | ||||
| -rw-r--r-- | README.commands | 1 | ||||
| -rw-r--r-- | README.host.sdk | 2 | ||||
| -rw-r--r-- | README.structure | 1 | ||||
| -rwxr-xr-x | poky-init-build-env | 4 | ||||
| -rwxr-xr-x | scripts/poky-addptable2image | 21 | ||||
| -rwxr-xr-x | scripts/poky-autobuild | 4 | ||||
| -rwxr-xr-x | scripts/poky-env-internal | 7 | ||||
| -rwxr-xr-x | scripts/poky-qemu | 6 | ||||
| -rwxr-xr-x | scripts/poky-qemu-ifup | 18 | ||||
| -rwxr-xr-x | scripts/poky-qemu-internal | 8 | ||||
| -rw-r--r-- | scripts/poky-qemu.README | 3 | ||||
| -rwxr-xr-x | scripts/runqemu | 6 |
13 files changed, 66 insertions, 16 deletions
| @@ -67,3 +67,4 @@ http://projects.o-hand.com/poky | |||
| 67 | OE Homepage and wiki | 67 | OE Homepage and wiki |
| 68 | http://openembedded.org | 68 | http://openembedded.org |
| 69 | 69 | ||
| 70 | Copyright (C) 2006-2007 OpenedHand Ltd. | ||
diff --git a/README.commands b/README.commands index 2909061046..c3e0476d59 100644 --- a/README.commands +++ b/README.commands | |||
| @@ -98,3 +98,4 @@ MACHINE is mandatory, the others are optional. | |||
| 98 | This assumes a suitable qemu binary is available with support for a given | 98 | This assumes a suitable qemu binary is available with support for a given |
| 99 | machine. For further information see scripts/poky-qemu.README. | 99 | machine. For further information see scripts/poky-qemu.README. |
| 100 | 100 | ||
| 101 | Copyright (C) 2006-2007 OpenedHand Ltd. | ||
diff --git a/README.host.sdk b/README.host.sdk index cb05f76f00..d46c92af9b 100644 --- a/README.host.sdk +++ b/README.host.sdk | |||
| @@ -47,3 +47,5 @@ packages: | |||
| 47 | 47 | ||
| 48 | libiw29_29-pre20-r0_armv5te.ipk | 48 | libiw29_29-pre20-r0_armv5te.ipk |
| 49 | libiw-dev_29-pre20-r0_armv5te.ipk | 49 | libiw-dev_29-pre20-r0_armv5te.ipk |
| 50 | |||
| 51 | Copyright (C) 2006-2007 OpenedHand Ltd. | ||
diff --git a/README.structure b/README.structure index c21f7ca4be..761b37b41f 100644 --- a/README.structure +++ b/README.structure | |||
| @@ -211,3 +211,4 @@ Certain autoconf test results cannot be determined when cross compiling since it | |||
| 211 | can't run tests on a live system. This directory therefore contains a list of | 211 | can't run tests on a live system. This directory therefore contains a list of |
| 212 | cached results for various architectures which is passed to autoconf. | 212 | cached results for various architectures which is passed to autoconf. |
| 213 | 213 | ||
| 214 | Copyright (C) 2006-2007 OpenedHand Ltd. | ||
diff --git a/poky-init-build-env b/poky-init-build-env index 10ff9fc8b2..70ed59731d 100755 --- a/poky-init-build-env +++ b/poky-init-build-env | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | # Poky Build Enviroment Setup Script | 3 | # Poky Build Enviroment Setup Script |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2006 OpenedHand LTD | 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. |
| 6 | # | 6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with this program; if not, write to the Free Software | 18 | # along with this program; if not, write to the Free Software |
| 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 | # | 20 | |
| 21 | 21 | ||
| 22 | if test x"$0" = x"./poky-init-build-env"; then | 22 | if test x"$0" = x"./poky-init-build-env"; then |
| 23 | echo "Error: Run via '. ./poky-init-build-env'" | 23 | echo "Error: Run via '. ./poky-init-build-env'" |
diff --git a/scripts/poky-addptable2image b/scripts/poky-addptable2image index 8602e5f085..b6ad285325 100755 --- a/scripts/poky-addptable2image +++ b/scripts/poky-addptable2image | |||
| @@ -1,5 +1,24 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Add a partion table to an ext2 image file | ||
| 4 | # | ||
| 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. | ||
| 6 | # | ||
| 7 | # This program is free software; you can redistribute it and/or modify | ||
| 8 | # it under the terms of the GNU General Public License as published by | ||
| 9 | # the Free Software Foundation; either version 2 of the License, or | ||
| 10 | # (at your option) any later version. | ||
| 11 | # | ||
| 12 | # This program is distributed in the hope that it will be useful, | ||
| 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | # GNU General Public License for more details. | ||
| 16 | # | ||
| 17 | # You should have received a copy of the GNU General Public License | ||
| 18 | # along with this program; if not, write to the Free Software | ||
| 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 20 | |||
| 21 | |||
| 3 | IMAGE=$1 | 22 | IMAGE=$1 |
| 4 | IMAGEOUT=$2 | 23 | IMAGEOUT=$2 |
| 5 | 24 | ||
| @@ -29,4 +48,4 @@ echo "$size2" >> /tmp/fdisk.cmds | |||
| 29 | echo "w" >> /tmp/fdisk.cmds | 48 | echo "w" >> /tmp/fdisk.cmds |
| 30 | 49 | ||
| 31 | fdisk $IMAGEOUT < /tmp/fdisk.cmds | 50 | fdisk $IMAGEOUT < /tmp/fdisk.cmds |
| 32 | cat $IMAGE >> $IMAGEOUT \ No newline at end of file | 51 | cat $IMAGE >> $IMAGEOUT |
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 6beea5c50f..beef20a010 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | # Poky Build Enviroment Setup Script | 3 | # Poky Build Enviroment Setup Script |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2006 OpenedHand LTD | 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. |
| 6 | # | 6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| @@ -17,7 +17,7 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with this program; if not, write to the Free Software | 18 | # along with this program; if not, write to the Free Software |
| 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 | # | 20 | |
| 21 | 21 | ||
| 22 | #if test x"$0" = x"./poky-init-build-env"; then | 22 | #if test x"$0" = x"./poky-init-build-env"; then |
| 23 | # echo "Error: Run via '. ./poky-init-build-env'" | 23 | # echo "Error: Run via '. ./poky-init-build-env'" |
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 99cecacf68..b5052e7115 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | # Poky Build Enviroment Setup Script | 3 | # Poky Build Enviroment Setup Script |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2006 OpenedHand LTD | 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. |
| 6 | # | 6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
| 8 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
| @@ -17,12 +17,11 @@ | |||
| 17 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
| 18 | # along with this program; if not, write to the Free Software | 18 | # along with this program; if not, write to the Free Software |
| 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 19 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 20 | # | ||
| 21 | 20 | ||
| 22 | # | 21 | |
| 23 | # Change this to the location of this file. | 22 | # Change this to the location of this file. |
| 24 | # Also update the locations at the top of conf/local.conf | 23 | # Also update the locations at the top of conf/local.conf |
| 25 | # | 24 | |
| 26 | OEROOT=`pwd` | 25 | OEROOT=`pwd` |
| 27 | 26 | ||
| 28 | BBDIR=$OEROOT/bitbake/ | 27 | BBDIR=$OEROOT/bitbake/ |
diff --git a/scripts/poky-qemu b/scripts/poky-qemu index c2ba0c4ed7..6b8224ba6d 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | |||
| 3 | # Handle running Poky images standalone with QEMU | ||
| 2 | # | 4 | # |
| 3 | # Handle running Poky images standalone | 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. |
| 4 | # | 6 | # |
| 5 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License version 2 as | 8 | # it under the terms of the GNU General Public License version 2 as |
| @@ -14,7 +16,7 @@ | |||
| 14 | # You should have received a copy of the GNU General Public License along | 16 | # You should have received a copy of the GNU General Public License along |
| 15 | # with this program; if not, write to the Free Software Foundation, Inc., | 17 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 18 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 17 | # | 19 | |
| 18 | 20 | ||
| 19 | if [ "x$1" = "x" ]; then | 21 | if [ "x$1" = "x" ]; then |
| 20 | MYNAME=`basename $0` | 22 | MYNAME=`basename $0` |
diff --git a/scripts/poky-qemu-ifup b/scripts/poky-qemu-ifup index af081fb4d7..5cf48d7b8c 100755 --- a/scripts/poky-qemu-ifup +++ b/scripts/poky-qemu-ifup | |||
| @@ -1,5 +1,23 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # QEMU network interface configuration script | ||
| 4 | # | ||
| 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. | ||
| 6 | # | ||
| 7 | # This program is free software; you can redistribute it and/or modify | ||
| 8 | # it under the terms of the GNU General Public License version 2 as | ||
| 9 | # published by the Free Software Foundation. | ||
| 10 | # | ||
| 11 | # This program is distributed in the hope that it will be useful, | ||
| 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 14 | # GNU General Public License for more details. | ||
| 15 | # | ||
| 16 | # You should have received a copy of the GNU General Public License along | ||
| 17 | # with this program; if not, write to the Free Software Foundation, Inc., | ||
| 18 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 19 | |||
| 20 | |||
| 3 | IFCONFIG=`which ifconfig` | 21 | IFCONFIG=`which ifconfig` |
| 4 | if [ "x$IFCONFIG" = "x" ]; then | 22 | if [ "x$IFCONFIG" = "x" ]; then |
| 5 | # better than nothing... | 23 | # better than nothing... |
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index 584fde2670..e5bfa2ecbf 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # | 2 | |
| 3 | # Handle running Poky images under qemu | 3 | # Handle running Poky images under qemu |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. | ||
| 6 | # | ||
| 5 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License version 2 as | 8 | # it under the terms of the GNU General Public License version 2 as |
| 7 | # published by the Free Software Foundation. | 9 | # published by the Free Software Foundation. |
| @@ -14,8 +16,8 @@ | |||
| 14 | # You should have received a copy of the GNU General Public License along | 16 | # You should have received a copy of the GNU General Public License along |
| 15 | # with this program; if not, write to the Free Software Foundation, Inc., | 17 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 18 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 17 | # | 19 | |
| 18 | # | 20 | |
| 19 | # Call setting: | 21 | # Call setting: |
| 20 | # QEMU_MEMORY (optional) set the amount of memory in the emualted system. | 22 | # QEMU_MEMORY (optional) set the amount of memory in the emualted system. |
| 21 | # SERIAL_LOGFILE (optional) log the serial port output to a file | 23 | # SERIAL_LOGFILE (optional) log the serial port output to a file |
diff --git a/scripts/poky-qemu.README b/scripts/poky-qemu.README index da37d7ca89..3fbeb65029 100644 --- a/scripts/poky-qemu.README +++ b/scripts/poky-qemu.README | |||
| @@ -92,3 +92,6 @@ Known Issues | |||
| 92 | 92 | ||
| 93 | - There is a bug in the ARM qemu in that means occasionally it will use 100% | 93 | - There is a bug in the ARM qemu in that means occasionally it will use 100% |
| 94 | cpu. You will need to restart it in this situation. | 94 | cpu. You will need to restart it in this situation. |
| 95 | |||
| 96 | |||
| 97 | Copyright (C) 2006-2007 OpenedHand Ltd. | ||
diff --git a/scripts/runqemu b/scripts/runqemu index 4c1e2ef78b..42bcbca48f 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -1,7 +1,9 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | # | 2 | |
| 3 | # Handle Poky <-> QEmu interface voodoo | 3 | # Handle Poky <-> QEmu interface voodoo |
| 4 | # | 4 | # |
| 5 | # Copyright (C) 2006-2007 OpenedHand Ltd. | ||
| 6 | # | ||
| 5 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU General Public License version 2 as | 8 | # it under the terms of the GNU General Public License version 2 as |
| 7 | # published by the Free Software Foundation. | 9 | # published by the Free Software Foundation. |
| @@ -14,7 +16,7 @@ | |||
| 14 | # You should have received a copy of the GNU General Public License along | 16 | # You should have received a copy of the GNU General Public License along |
| 15 | # with this program; if not, write to the Free Software Foundation, Inc., | 17 | # with this program; if not, write to the Free Software Foundation, Inc., |
| 16 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 18 | # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 17 | # | 19 | |
| 18 | 20 | ||
| 19 | if [ "x$BUILDDIR" = "x" ]; then | 21 | if [ "x$BUILDDIR" = "x" ]; then |
| 20 | echo "You need to source poky-init-build-env before running this script" | 22 | echo "You need to source poky-init-build-env before running this script" |
