Fixed makefile and repos
authorAnas Nashif <anas.nashif@intel.com>
Fri, 14 May 2010 22:50:04 +0000 (18:50 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 14 May 2010 22:50:04 +0000 (18:50 -0400)
Makefile
configurations.yaml
kickstart.pyc
repos.yaml

index 404738b..24b90c8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ all: $(TEMPLATE_MODS)
        $(CHEETAH) compile --settings='useStackFrames=False' $<
 
 
-ks: $(TEMPLATES) ../images.yaml 
-       python kickstarter.py -m ../images.yaml
+ks: $(TEMPLATES) configurations.yaml repos.yaml
+       python kickstarter.py -c configurations.yaml -r repos.yaml
 
 clean:
        rm -f $(TEMPLATE_MODS)
index cd94271..2bbdd16 100644 (file)
@@ -42,6 +42,7 @@ NETBOOK:
         - adobe
         - meego-core-1.0
         - meego-netbook-1.0
+        - meego-extra-1.0
     PostScripts:
         - prelink
     ExtraPackages:
index 1d36785..5ff3f78 100644 (file)
Binary files a/kickstart.pyc and b/kickstart.pyc differ
index 4627c50..5cafcde 100644 (file)
@@ -1,6 +1,8 @@
 Repositories:
     -   Name: meego-core-1.0
         Url:  http://repo.meego.com/MeeGo/release/1.0/core/repo/ia32/os/
+    -   Name: meego-extra-1.0
+        Url:  http://repo.meego.com/MeeGo/release/1.0/exra/repo/ia32/os/
     -   Name: meego-netbook-1.0
         Url:  http://repo.meego.com
     -   Name: adobe