public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Microwindows - CYGPKG_NET_STACK_INET ???
@ 2003-10-05 10:42 Oscar
  2003-10-05 11:44 ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: Oscar @ 2003-10-05 10:42 UTC (permalink / raw)
  To: ecos-discuss

Hi all,
i'm try to add the Microwindows Package to template configuration "MICROPLEX
Printer Controller 5.0" but the CYGPKG_NET_STACK_INET is required.
I can't find this package in the ecos package list.
Thanks
OSCAR



--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] Microwindows - CYGPKG_NET_STACK_INET ???
  2003-10-05 10:42 [ECOS] Microwindows - CYGPKG_NET_STACK_INET ??? Oscar
@ 2003-10-05 11:44 ` Andrew Lunn
  2003-10-05 12:01   ` Oscar
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Lunn @ 2003-10-05 11:44 UTC (permalink / raw)
  To: Oscar; +Cc: ecos-discuss

On Sun, Oct 05, 2003 at 11:42:21AM +0200, Oscar wrote:
> Hi all,
> i'm try to add the Microwindows Package to template configuration "MICROPLEX
> Printer Controller 5.0" but the CYGPKG_NET_STACK_INET is required.
> I can't find this package in the ecos package list.
> Thanks
> OSCAR

I think you are getting targets and templates mixed up.

"MICROPLEX Printer Controller 5.0" is a target. A target describes the
hardware. A template is a set of packages. 

You need to start with the net template in order to satisfy the
CYGPKG_NET_STACK_INET requirement.

         Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [ECOS] Microwindows - CYGPKG_NET_STACK_INET ???
  2003-10-05 11:44 ` Andrew Lunn
@ 2003-10-05 12:01   ` Oscar
  2003-10-05 12:19     ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Oscar @ 2003-10-05 12:01 UTC (permalink / raw)
  To: 'Andrew Lunn', ecos-discuss

But the package CYGPKG_NET_STACK_INET don't exist in file ecos.db
OSCAR

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch] 
Sent: domenica 5 ottobre 2003 13.44
To: Oscar
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Microwindows - CYGPKG_NET_STACK_INET ???


On Sun, Oct 05, 2003 at 11:42:21AM +0200, Oscar wrote:
> Hi all,
> i'm try to add the Microwindows Package to template configuration 
> "MICROPLEX Printer Controller 5.0" but the CYGPKG_NET_STACK_INET is 
> required. I can't find this package in the ecos package list. Thanks
> OSCAR

I think you are getting targets and templates mixed up.

"MICROPLEX Printer Controller 5.0" is a target. A target describes the
hardware. A template is a set of packages. 

You need to start with the net template in order to satisfy the
CYGPKG_NET_STACK_INET requirement.

         Andrew



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [ECOS] Microwindows - CYGPKG_NET_STACK_INET ???
  2003-10-05 12:01   ` Oscar
@ 2003-10-05 12:19     ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2003-10-05 12:19 UTC (permalink / raw)
  To: Oscar; +Cc: 'Andrew Lunn', eCos Discussion

On Sun, 2003-10-05 at 05:01, Oscar wrote:
> But the package CYGPKG_NET_STACK_INET don't exist in file ecos.db
> OSCAR

That's because it's not the name of a package, but rather a capability
provided by network stacks.  A quick scan of the sources:
  [gthomas@hermes packages]$ find net -name "*.cdl" | xargs grep CYGPKG_NET_STACK_INET
  net/bsd_tcpip/current/cdl/freebsd_net.cdl:    implements    CYGPKG_NET_STACK_INET
  net/bsd_tcpip/current/cdl/freebsd_net.cdl:    implements    CYGPKG_NET_STACK_INET6
  net/common/current/cdl/net.cdl:    cdl_interface CYGPKG_NET_STACK_INET {
  net/common/current/cdl/net.cdl:    cdl_interface CYGPKG_NET_STACK_INET6 {
  net/common/current/cdl/net.cdl:        active_if     CYGPKG_NET_STACK_INET
  net/common/current/cdl/net.cdl:            active_if     CYGPKG_NET_STACK_INET6
  net/tcpip/current/cdl/openbsd_net.cdl:    implements    CYGPKG_NET_STACK_INET
This shows that CYGPKG_NET_STACK_INET is an "interface" which
is implemented by either the FreeBSD or OpenBSD network stacks.

As Andrew said, start with the "net" template and you'll be fine.

  % ecosconfig new mpc50 net
  % ecosconfig add mw
  % ecosconfig tree

Of course, you'll need to port the graphics elements (screen, keyboard,
pointer), to this hardware platform before this can succeed.

> 
> -----Original Message-----
> From: Andrew Lunn [mailto:andrew@lunn.ch] 
> Sent: domenica 5 ottobre 2003 13.44
> To: Oscar
> Cc: ecos-discuss@sources.redhat.com
> Subject: Re: [ECOS] Microwindows - CYGPKG_NET_STACK_INET ???
> 
> 
> On Sun, Oct 05, 2003 at 11:42:21AM +0200, Oscar wrote:
> > Hi all,
> > i'm try to add the Microwindows Package to template configuration 
> > "MICROPLEX Printer Controller 5.0" but the CYGPKG_NET_STACK_INET is 
> > required. I can't find this package in the ecos package list. Thanks
> > OSCAR
> 
> I think you are getting targets and templates mixed up.
> 
> "MICROPLEX Printer Controller 5.0" is a target. A target describes the
> hardware. A template is a set of packages. 
> 
> You need to start with the net template in order to satisfy the
> CYGPKG_NET_STACK_INET requirement.
> 
>          Andrew
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-10-05 12:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-05 10:42 [ECOS] Microwindows - CYGPKG_NET_STACK_INET ??? Oscar
2003-10-05 11:44 ` Andrew Lunn
2003-10-05 12:01   ` Oscar
2003-10-05 12:19     ` Gary Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).