From: Graeme Gregory Date: Sat, 19 Mar 2011 19:28:08 +0000 (+0000) Subject: angstrom.bbclass rename to angstrom-blacklist X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d4881adf73db6f66f6df366e4676e0d9f23919a;p=openembedded.git 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 --- diff --git a/classes/angstrom.bbclass b/classes/angstrom-blacklist.bbclass similarity index 100% rename from classes/angstrom.bbclass rename to classes/angstrom-blacklist.bbclass 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"