Gentoo Archives: gentoo-embedded

From: Phani Babu Giddi <phanig@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] using gentoo-embedded on Fedora 8
Date: Tue, 08 Jan 2008 05:36:56
Message-Id: b61da340801072136n575cdd06r9d984aba59234d14@mail.gmail.com
In Reply to: Re: [gentoo-embedded] using gentoo-embedded on Fedora 8 by Ned Ludd
1 Hi Ned,
2
3 Many thanks, that is so cool. Otherwise I was planning to get tools for
4 reducing the partition size and ....
5
6 Thanks,
7 Phani
8
9 On Jan 7, 2008 9:06 PM, Ned Ludd <solar@g.o> wrote:
10
11 >
12 > On Mon, 2008-01-07 at 20:11 -0800, Phani Babu Giddi wrote:
13 > > Hi Ned,
14 > >
15 > > That means I would still have to install Gentoo on a different
16 > > partition and chroot to this partition whenever I have to generate the
17 > > cross-devel related tools. Is that right ? Because once i generate the
18 > > cross development tools chain I would not have to go back to this.
19 > >
20 >
21 >
22 > No need to re-slice up your disk. Simply.
23 >
24 > mkdir /opt/gentoo
25 > cd /opt/gentoo
26 > wget -O - -q $SOME_STAGEBALL | tar -jxvf -
27 > cp /etc/resolv.conf etc/
28 > chroot . /bin/bash --login
29 > emerge --sync
30 > $EDITOR /etc/make.conf
31 > emerge crossdev
32 > crossdev -t XXXXXXXXXXX -options XXXX --more_options XXXX
33 >
34 > profit...
35 >
36 >
37 >
38 >
39 > > Regards,
40 > > Phani
41 > >
42 > >
43 > > On Jan 7, 2008 5:38 PM, Ned Ludd <solar@g.o> wrote:
44 > > In order to do what you are trying to accomplish, you should
45 > > create a
46 > > gentoo based chroot and do all your work in there. It will
47 > > ease the
48 > > pains caused by using a setup we never intended.
49 > >
50 > >
51 > > On Mon, 2008-01-07 at 16:47 -0800, Phani Babu Giddi wrote:
52 > > > Hello All,
53 > > >
54 > > > I have a Fedora Core 8 based desktop and want to use it for
55 > > using the
56 > > > gentoo-embedded for creating cross compiling tools,
57 > > generating root
58 > > > file system and building linux kernel image and things like
59 > > that...
60 > > >
61 > > > So is it possible or is it necessary that for using
62 > > gentoo-embedded
63 > > > the host should be based on gentoo only ? I came across a
64 > > script which
65 > > > creates the portage/emerge and other tools but not sure if
66 > > Fedora will
67 > > > continue to work. Pleaes let me know.
68 > > >
69 > > > Regards,
70 > > > Phani
71 > >
72 > >
73 > > --
74 > > gentoo-embedded@l.g.o mailing list
75 > >
76 > >
77 >
78 > --
79 > gentoo-embedded@l.g.o mailing list
80 >
81 >