[oe-commits] org.oe.dev angstrom.inc: document inherit statements

koen commit oe at amethyst.openembedded.net
Mon Mar 17 08:59:07 UTC 2008


angstrom.inc: document inherit statements

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9c967866d65c558e33ab9e812e9aa2726a48f900
ViewMTN: http://monotone.openembedded.org/revision/info/9c967866d65c558e33ab9e812e9aa2726a48f900
Files:
1
conf/distro/include/angstrom.inc
Diffs:

#
# mt diff -r89a3ae4cb3cac7fa88e9bda562cb20c80465e157 -r9c967866d65c558e33ab9e812e9aa2726a48f900
#
#
#
# patch "conf/distro/include/angstrom.inc"
#  from [39960b5dc20b622bca9853e4f9e59a037635ab78]
#    to [e74b3b2b9cd6ae5a091f6982d01fba236c9da42f]
#
============================================================
--- conf/distro/include/angstrom.inc	39960b5dc20b622bca9853e4f9e59a037635ab78
+++ conf/distro/include/angstrom.inc	e74b3b2b9cd6ae5a091f6982d01fba236c9da42f
@@ -29,9 +29,29 @@ MAINTAINER = "Angstrom Developers <angst
 MAINTAINER = "Angstrom Developers <angstrom-distro-devel at 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
 






More information about the Openembedded-commits mailing list