All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto project quickstart information
@ 2012-03-29 15:04 Barros Pena, Belen
  2012-03-30 16:54 ` Robert P. J. Day
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Barros Pena, Belen @ 2012-03-29 15:04 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1709 bytes --]

Hi there,

I was in the process of installing Yocto from the master branch in an Ubuntu 11.10 VM, and I used the Yocto Project Quick Start information (http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html) to make sure I had all the required packages. However, I got a couple errors while trying to install those packages:

  *   The information lists git-core as one of the required packages, but I got an error saying the package could not be found. The package needed seems to be called git now.
  *   I got an error saying the package cvs could not be found. Paul Eggleton told me that package should no longer be necessary. He also observed desktop-file-utils and mercurial, both listed as required packages, should no longer be necessary either
  *   Finally, I forgot to install texinfo, and the error I got in the command line said that I was missing makeinfo (see screenshot attached). But when trying to install makeinfo I again got the "package could not be found" error. If the error had said I needed to install texinfo it would have made my life a bit easier.

Should we review the required packages details for the other distros to make sure they are up to date?

Cheers

Belen

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

[-- Attachment #2: makeinfo instead of texinfo.png --]
[-- Type: image/png, Size: 184718 bytes --]

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

* Re: Yocto project quickstart information
  2012-03-29 15:04 Yocto project quickstart information Barros Pena, Belen
@ 2012-03-30 16:54 ` Robert P. J. Day
  2012-03-30 16:57 ` Robert P. J. Day
  2012-03-30 17:11 ` Bob Cochran
  2 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2012-03-30 16:54 UTC (permalink / raw)
  To: Barros Pena, Belen; +Cc: yocto@yoctoproject.org

On Thu, 29 Mar 2012, Barros Pena, Belen wrote:

> Hi there,
>
> I was in the process of installing Yocto from the master branch in
> an Ubuntu 11.10 VM, and I used the Yocto Project Quick Start
> information
> (http://www.yoctoproject.org/docs/current/yocto-project-qs/yocto-project-qs.html)
> to make sure I had all the required packages. However, I got a
> couple errors while trying to install those packages:
>
>   * The information lists git-core as one of the required packages,
> but I got an error saying the package could not be found. The
> package needed seems to be called git now.

  git-core should still work, but it's a transitional dummy name and
the new base package is indeed just git.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: Yocto project quickstart information
  2012-03-29 15:04 Yocto project quickstart information Barros Pena, Belen
  2012-03-30 16:54 ` Robert P. J. Day
@ 2012-03-30 16:57 ` Robert P. J. Day
  2012-03-30 17:11 ` Bob Cochran
  2 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2012-03-30 16:57 UTC (permalink / raw)
  To: Barros Pena, Belen; +Cc: yocto@yoctoproject.org

On Thu, 29 Mar 2012, Barros Pena, Belen wrote:

>   * Finally, I forgot to install texinfo, and the error I got in the
> command line said that I was missing makeinfo (see screenshot
> attached). But when trying to install makeinfo I again got the
> "package could not be found" error. If the error had said I needed
> to install texinfo it would have made my life a bit easier.

  the problem is that, across distros, the same command might come as
part of a different package, so sometimes it's very hard to tell which
package you should advise installing.

  on that note, however, would it be that hard to define a ubuntu meta
or virtual package to install everything needed for yocto?  just to
avoid this sort of problem?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: Yocto project quickstart information
  2012-03-29 15:04 Yocto project quickstart information Barros Pena, Belen
  2012-03-30 16:54 ` Robert P. J. Day
  2012-03-30 16:57 ` Robert P. J. Day
@ 2012-03-30 17:11 ` Bob Cochran
  2012-04-02 21:56   ` Rifenbark, Scott M
  2 siblings, 1 reply; 5+ messages in thread
From: Bob Cochran @ 2012-03-30 17:11 UTC (permalink / raw)
  To: yocto

On 03/29/2012 11:04 AM, Barros Pena, Belen wrote:
> Should we review the required packages details for the other distros to make sure they are up to date?

It might be worthwhile to also point out that additional packages are 
required to build the documentation.  It might be "nice" to document the 
list and keep it up to date (note, I believe the yocto project docs and 
bitbake doc require a different package set).

Also, these package lists would probably be better suited on the wiki 
where we all could mod it on the fly.








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

* Re: Yocto project quickstart information
  2012-03-30 17:11 ` Bob Cochran
@ 2012-04-02 21:56   ` Rifenbark, Scott M
  0 siblings, 0 replies; 5+ messages in thread
From: Rifenbark, Scott M @ 2012-04-02 21:56 UTC (permalink / raw)
  To: Bob Cochran, yocto@yoctoproject.org

If any review of the package requirements as listed in the QS occurs, please review them from http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#packages. This represents the latest QS version being prepared for 1.2 release. 

Thanks,
Scott

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Bob Cochran
Sent: Friday, March 30, 2012 11:11 AM
To: yocto@yoctoproject.org
Subject: Re: [yocto] Yocto project quickstart information

On 03/29/2012 11:04 AM, Barros Pena, Belen wrote:
> Should we review the required packages details for the other distros to make sure they are up to date?

It might be worthwhile to also point out that additional packages are 
required to build the documentation.  It might be "nice" to document the 
list and keep it up to date (note, I believe the yocto project docs and 
bitbake doc require a different package set).

Also, these package lists would probably be better suited on the wiki 
where we all could mod it on the fly.






_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


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

end of thread, other threads:[~2012-04-02 21:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-29 15:04 Yocto project quickstart information Barros Pena, Belen
2012-03-30 16:54 ` Robert P. J. Day
2012-03-30 16:57 ` Robert P. J. Day
2012-03-30 17:11 ` Bob Cochran
2012-04-02 21:56   ` Rifenbark, Scott M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.