[TIC-CORE] fix partition for default recipe
[archive/20170607/tools/tic-core.git] / tic / parser / recipe_parser.py
index 3e22f1a..c506bbd 100644 (file)
@@ -34,7 +34,7 @@ def get_default_recipe():
             Baseline= 'tizen-3.0',
             Active= True,
             Mic2Options= '-f raw --fstab=uuid --copy-kernel --compress-disk-image=bz2 --generate-bmap',
-            Part='mobile-mbr',
+            Part='headless',
             Language= 'en_US.UTF-8',
             Keyboard= 'us',
             Timezone= 'Asia/Seoul',
@@ -51,7 +51,7 @@ def get_default_recipe():
             UserGroups= "audio,video"
         ),
         Wayland=dict(
-            Part='mobile-mbr',
+            Part='headless',
             UserGroups='audio,video',
             Groups=[],
             PostScripts=[],
@@ -65,7 +65,7 @@ def get_default_recipe():
                 Schedule= "*",
                 Active= True,
                 Platform= 'Wayland',
-                Part= 'mobile-mbr',
+                Part= 'headless',
                 Mic2Options= '-f loop --pack-to=@NAME@.tar.gz',
                 FileName= 'default',
                 Repos=['tizen-unified', 'tizen-base'],