Gentoo Archives: gentoo-embedded

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

Replies

Subject Author
Re: [gentoo-embedded] using gentoo-embedded on Fedora 8 Phani Babu Giddi <phanig@×××××.com>
Re: [gentoo-embedded] using gentoo-embedded on Fedora 8 Matthijs Kooijman <matthijs@×××××.nl>