aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2011-03-19 19:28:08 +0000
committerGraeme Gregory <dp@xora.org.uk>2011-03-19 19:29:19 +0000
commit1d4881adf73db6f66f6df366e4676e0d9f23919a (patch)
treeebaf8f26f51696c8325c8d78f19f95e4324f8132 /conf
parent7d3a9fefd501a15f22f6a248fdff54f1464670ac (diff)
downloadopenembedded-1d4881adf73db6f66f6df366e4676e0d9f23919a.tar.gz
angstrom.bbclass rename to angstrom-blacklist
originally I had another couple of utility functions in this class but I removed them before pushing upstream. Rename now so its purpose is clearer. Signed-off-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/angstrom.inc2
-rw-r--r--conf/distro/include/kaeilos.inc2
-rw-r--r--conf/distro/shr.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index c267b96527..c99374b3d6 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -80,7 +80,7 @@ INHERIT += "debian"
INHERIT += "sanity"
#activate the blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
#make devshell available as task
INHERIT += "devshell"
diff --git a/conf/distro/include/kaeilos.inc b/conf/distro/include/kaeilos.inc
index 435ab161fd..9c985730c4 100644
--- a/conf/distro/include/kaeilos.inc
+++ b/conf/distro/include/kaeilos.inc
@@ -76,7 +76,7 @@ INHERIT += "debian"
INHERIT += "sanity"
#activate the blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
#make devshell available as task
INHERIT += "devshell"
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index e8fd844e2f..ddf5dd340e 100644
--- a/conf/distro/shr.conf
+++ b/conf/distro/shr.conf
@@ -37,7 +37,7 @@ LOCALE_UTF8_ONLY = "1"
INHERIT += "testlab"
#activate the angstrom blacklister
-INHERIT += "angstrom"
+INHERIT += "angstrom-blacklist"
#run QA tests on builds and packages and log them
INHERIT += "insane"