summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-03-25 07:46:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-26 12:13:05 +0100
commit951aa5ea1f1e23460bb3607e5442a2a2bc499e6f (patch)
tree8ccdfd1db3faf5a5e3e6993e66a487b7224957af
parent1b5c52f2e81087be704fa6527f9d08f27a62ab09 (diff)
downloadpoky-951aa5ea1f1e23460bb3607e5442a2a2bc499e6f.tar.gz
Various typoes fixed, all comments or output strings.
Typoes fixed: "enviroment", "editted", "spliting", "scheulder". (From OE-Core rev: 17e981a857a51b0bec08c929e8539d36d83874b6) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/icecc.bbclass2
-rw-r--r--meta/classes/package.bbclass2
-rw-r--r--meta/classes/rm_work.bbclass2
-rw-r--r--meta/recipes-core/sysvinit/sysvinit/rcS-default2
-rwxr-xr-xoe-init-build-env2
-rwxr-xr-xscripts/oe-buildenv-internal2
-rwxr-xr-xscripts/oe-setup-builddir2
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index 45570739f2..ae74050f6b 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -9,7 +9,7 @@
9# ICECC_VERSION accordingly. 9# ICECC_VERSION accordingly.
10# 10#
11#The class now handles all 3 different compile 'stages' (i.e native ,cross-kernel and target) creating the 11#The class now handles all 3 different compile 'stages' (i.e native ,cross-kernel and target) creating the
12#necessary enviroment tar.gz file to be used by the remote machines. 12#necessary environment tar.gz file to be used by the remote machines.
13#It also supports meta-toolchain generation 13#It also supports meta-toolchain generation
14# 14#
15#If ICECC_PATH is not set in local.conf then the class will try to locate it using 'which' 15#If ICECC_PATH is not set in local.conf then the class will try to locate it using 'which'
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 20af8b7914..d35667a91d 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -2,7 +2,7 @@
2# Packaging process 2# Packaging process
3# 3#
4# Executive summary: This class iterates over the functions listed in PACKAGEFUNCS 4# Executive summary: This class iterates over the functions listed in PACKAGEFUNCS
5# Taking D and spliting it up into the packages listed in PACKAGES, placing the 5# Taking D and splitting it up into the packages listed in PACKAGES, placing the
6# resulting output in PKGDEST. 6# resulting output in PKGDEST.
7# 7#
8# There are the following default steps but PACKAGEFUNCS can be extended: 8# There are the following default steps but PACKAGEFUNCS can be extended:
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 303d47dd73..997dcd18e2 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -6,7 +6,7 @@
6# INHERIT += "rm_work" 6# INHERIT += "rm_work"
7# 7#
8 8
9# Use the completion scheulder by default when rm_work is active 9# Use the completion scheduler by default when rm_work is active
10# to try and reduce disk usage 10# to try and reduce disk usage
11BB_SCHEDULER ?= "completion" 11BB_SCHEDULER ?= "completion"
12 12
diff --git a/meta/recipes-core/sysvinit/sysvinit/rcS-default b/meta/recipes-core/sysvinit/sysvinit/rcS-default
index 7ad3c7bf8f..fc6d41522e 100644
--- a/meta/recipes-core/sysvinit/sysvinit/rcS-default
+++ b/meta/recipes-core/sysvinit/sysvinit/rcS-default
@@ -13,7 +13,7 @@ DELAYLOGIN=no
13# UTC=yes 13# UTC=yes
14# Set VERBOSE to "no" if you would like a more quiet bootup. 14# Set VERBOSE to "no" if you would like a more quiet bootup.
15VERBOSE=no 15VERBOSE=no
16# Set EDITMOTD to "no" if you don't want /etc/motd to be editted automatically 16# Set EDITMOTD to "no" if you don't want /etc/motd to be edited automatically
17EDITMOTD=no 17EDITMOTD=no
18# Whether to fsck root on boot 18# Whether to fsck root on boot
19ENABLE_ROOTFS_FSCK=no 19ENABLE_ROOTFS_FSCK=no
diff --git a/oe-init-build-env b/oe-init-build-env
index cc30a3b191..67eddcd295 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# OE Build Enviroment Setup Script 3# OE Build Environment Setup Script
4# 4#
5# Copyright (C) 2006-2011 Linux Foundation 5# Copyright (C) 2006-2011 Linux Foundation
6# 6#
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal
index 21b92b0f9e..14e728d6b4 100755
--- a/scripts/oe-buildenv-internal
+++ b/scripts/oe-buildenv-internal
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# OE-Core Build Enviroment Setup Script 3# OE-Core Build Environment Setup Script
4# 4#
5# Copyright (C) 2006-2011 Linux Foundation 5# Copyright (C) 2006-2011 Linux Foundation
6# 6#
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index d278c240d8..95c803d504 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# OE Build Enviroment Setup Script 3# OE Build Environment Setup Script
4# 4#
5# Copyright (C) 2006-2011 Linux Foundation 5# Copyright (C) 2006-2011 Linux Foundation
6# 6#