aboutsummaryrefslogtreecommitdiffstats
path: root/yocto-controller/yoctoABConfig.py
blob: ea937d4f55dd0a540762d4833a63bb2937f147b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
'''
Created on Dec 29, 2012

__author__ = "Elizabeth 'pidge' Flanagan"
__copyright__ = "Copyright 2012-2013, Intel Corp."
__credits__ = ["Elizabeth Flanagan"]
__license__ = "GPL"
__version__ = "2.0"
__maintainer__ = "Elizabeth Flanagan"
__email__ = "elizabeth.flanagan@intel.com"
'''

if __name__ == '__main__':
    from Autobuilder import Autobuilder 


    yocto_buildsets = Autobuilder()
    yocto_buildsets.parseConfig()
    yocto_buildsets.createBuildsets()