X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tic%2Fparser%2Frecipe_parser.py;h=971735abcc21653af93e6fe585cc0c14013574ce;hb=cbcc03e19e5d310f304086b1bb0c0f0ac5c9d6f2;hp=c36f89f8057af45df41d9c1a2e7f9809318cbebc;hpb=b7b3e4c49b6ce05f27838acf5c970f663f67dfef;p=archive%2F20170607%2Ftools%2Ftic-core.git diff --git a/tic/parser/recipe_parser.py b/tic/parser/recipe_parser.py index c36f89f..971735a 100644 --- a/tic/parser/recipe_parser.py +++ b/tic/parser/recipe_parser.py @@ -53,25 +53,7 @@ def get_default_recipe(): Emulator64wayland=dict( Part='mobile-mbr', UserGroups='audio,video', - Groups=[ - 'Generic Base'], -# 'Mobile Base', -# 'Mobile Console Tools', -# 'Mobile Adaptation', -# 'Mobile Wayland', -# 'Mobile Middleware', -# 'Mobile Applications', -# 'Generic Multimedia', -# 'Mobile Multimedia', -# 'Generic Desktop Applications', -# 'Mobile Dali', -# 'Mobile EFL', -# 'Mobile Enlightenment', -# 'Mobile Input Framework', -# 'Mobile Connectivity Framework', -# 'Mobile Bluetooth', -# 'Mobile Web Framework', -# 'Mobile Telephony'], + Groups=['Generic Base'], PostScripts=[], Repos= [], NoChrootScripts=[] @@ -89,11 +71,14 @@ def get_default_recipe(): Repos=['mobile-emulator64-wayland', 'base_emulator64'], Groups=[], # Groups=['Mobile Adaptation Emulator'], - ExtraPackages= [], + ExtraPackages= ['building-block-sub2-metapkg-extsub1-exts1sub1', 'building-block-sub2-metapkg-extsub1-exts1sub1', 'icecream'], RemovePackages=[] ) ], Repositories=[ +# dict(Name='mobile-emulator64-wayland', +# Url='http://download.tizen.org/live/devel:/Tizen:/Unified:/unmerged/standard/', +# Options='--ssl_verify=no'), dict(Name='mobile-emulator64-wayland', Url='http://download.tizen.org/snapshots/tizen/mobile/latest/repos/emulator64-wayland/packages/', Options='--ssl_verify=no'),