summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/icecc.bbclass2
-rw-r--r--meta/classes/package.bbclass2
-rw-r--r--meta/classes/rm_work.bbclass2
3 files changed, 3 insertions, 3 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