aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-14 18:14:31 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-14 18:14:31 +0000
commiteb6e3d3e420647790451e2903a57dbfcae880856 (patch)
tree6ddd3d718ed8c8c46f210f6c3c1845a644c6e766 /conf/distro/include/angstrom.inc
parent20b23c1d880ad52c14e80544c3a1c9ccec98641c (diff)
downloadopenembedded-eb6e3d3e420647790451e2903a57dbfcae880856.tar.gz
angstrom.inc: document inherit statements
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r--conf/distro/include/angstrom.inc22
1 files changed, 21 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 4861171916..3bf9c1c701 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -29,8 +29,28 @@ ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
MAINTAINER = "Angstrom Developers <angstrom-distro-devel@linuxtogo.org>"
#use debian style naming
+INHERIT += "debian"
+
#use multimachine buildrules
-INHERIT += "debian multimachine sanity devshell angstrom-mirrors insane"
+INHERIT += "multimachine"
+
+#activate config checker
+INHERIT += "sanity"
+
+#make devshell available as task
+INHERIT += "devshell"
+
+#use angstrom source mirrors to combat 404s
+INHERIT += "angstrom-mirrors"
+
+#run QA tests on builds and packages
+INHERIT += "insane"
+
+#save statistical info on images
+INHERIT += "testlab"
+
+#build staging from packages
+#INHERIT += "packaged-staging"
ANGSTROM_PKG_FORMAT ?= "ipk"
require conf/distro/include/angstrom-package-${ANGSTROM_PKG_FORMAT}.inc