Discussion:
[MeeGo-dev] How to create a sysroot by myself?
danny
2011-07-08 07:23:57 UTC
Permalink
Hi all,

Can anyone tell me about that?


-------- Forwarding messages --------
From: danny <tornadory-9Onoh4P/***@public.gmane.org>
Date: 2011-07-08 14:47:43
To: "Development for the MeeGo Project (discussion list)" <meego-dev-***@public.gmane.org>
Subject: [MeeGo-dev] How to create a sysroot by myself?

Hi all,

Could we create a sysroot by mic2 and some config files?

If yes, could you tell me the method to do?

If no, then could we only use the default SDK env.?



--

Best Regards,









--

Best Regards,
Maurice de la Ferte
2011-07-08 07:56:01 UTC
Permalink
Hi,
 
 
  Hi all,
 
Can anyone tell me about that?
 
 
-------- Forwarding messages --------
Date: 2011-07-08 14:47:43
Subject: [MeeGo-dev] How to create a sysroot by myself?
Hi all,
 
Could we create a sysroot by mic2 and some config files?
 
yes
 
If yes, could you tell me the method to do?
 
Take a kickstart file from e.g
"http://download.meego.com/snapshots/1.2.0.90.3.20110610.1/builddata/image-configs/"
 
Customize it and build a Image via
 
        sudo /usr/bin/mic-image-creator \
                --config=${TMP_DIR}/${kickstartfile} \
                --record-pkgs=name \
                --run-mode=1 \
                --cache=${MIC_CACHE} \
                --format=fs \
                --package=${TARBALL_SUFFIX} \
                --arch=${PACKAGE_ARCH} \
                --use-comps \
        ;


 
 
If no, then could we only use the default SDK env.?
 
--
  Best Regards,
--
  Best Regards,
_______________________________________________
MeeGo-sdk mailing list
MeeGo-***@meego.com
http://lists.meego.com/listinfo/meego-sdk
http://wiki.meego.com/Mailing_list_guidelines
htt
Jeremiah Foster
2011-07-09 15:15:47 UTC
Permalink
Post by Maurice de la Ferte
Post by danny
Subject: [MeeGo-dev] How to create a sysroot by myself?
Hi all,
Could we create a sysroot by mic2 and some config files?
Are you using the term "sysroot" as in a root file system? Just want
to be clear about things and people use a lot of different terms for
the same thing.
Post by Maurice de la Ferte
yes
Post by danny
If yes, could you tell me the method to do?
Take a kickstart file from e.g
"http://download.meego.com/snapshots/1.2.0.90.3.20110610.1/builddata/image-configs/"
Customize it and build a Image via
        sudo /usr/bin/mic-image-creator \
                --config=${TMP_DIR}/${kickstartfile} \
                --record-pkgs=name \
                --run-mode=1 \
                --cache=${MIC_CACHE} \
                --format=fs \
                --package=${TARBALL_SUFFIX} \
                --arch=${PACKAGE_ARCH} \
                --use-comps \
        ;
But will this pull in a kernel? Isn't building an "image" actually
building a complete OS? i.e. root file system along with kernel. If
the answer is no, what is the command that is excluding the kernel? Is
it when you tell mic2 to create the format=fs? This might be good to
create arbitrary root file systems to test with a known-working
kernel, and if so, I'd like to test.

Regards,

Jeremiah

danny
2011-07-08 08:05:30 UTC
Permalink
Thanks for your so quick answer.

I try it right now.

--

Best Regards,
Post by Maurice de la Ferte
Hi,
Post by danny
Hi all,
Can anyone tell me about that?
-------- Forwarding messages --------
Date: 2011-07-08 14:47:43
Subject: [MeeGo-dev] How to create a sysroot by myself?
Hi all,
Could we create a sysroot by mic2 and some config files?
yes
Post by danny
If yes, could you tell me the method to do?
Take a kickstart file from e.g
"http://download.meego.com/snapshots/1.2.0.90.3.20110610.1/builddata/image-configs/"
Customize it and build a Image via
sudo /usr/bin/mic-image-creator \
--config=${TMP_DIR}/${kickstartfile} \
--record-pkgs=name \
--run-mode=1 \
--cache=${MIC_CACHE} \
--format=fs \
--package=${TARBALL_SUFFIX} \
--arch=${PACKAGE_ARCH} \
--use-comps \
;
Post by danny
If no, then could we only use the default SDK env.?
--
Best Regards,
--
Best Regards,
Loading...