All of lore.kernel.org
 help / color / mirror / Atom feed
* Build Host packags for Yocto project.
@ 2016-08-29  4:03 TinTin Naing
  2016-08-29  7:05 ` Jan Lindåker
  2016-08-29  9:05 ` Robert Yang
  0 siblings, 2 replies; 5+ messages in thread
From: TinTin Naing @ 2016-08-29  4:03 UTC (permalink / raw)
  To: yocto@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 713 bytes --]

Hi!
I am very new to Yocto project.
I am trying to get installed all necessary Build Host packages following the guide lines in "Yocto Project Quick Start Guide".
But gcc-multilib and libsdl1.2-dev are not installed as below.
Can anyone advise how to get those two packages installed? I am using Ubuntu linux on VM BOX.

[cid:image003.jpg@01D201ED.54A0FFC0]


Can anyone advise on the following questions:

(1)    In order to build image for Freescale i.MX6 processor, how much minimum size of RAM is required?

(2)    Should I use dedicated Linux Host machine? Or , using VM Box is OK?

(3)    Which machine is better? 64-bit or 32-bit?



TIN TIN NAING
TSBD (SINGAPORE)
WPG(SA) PTE LTD.


[-- Attachment #1.2: Type: text/html, Size: 4967 bytes --]

[-- Attachment #2: image003.jpg --]
[-- Type: image/jpeg, Size: 83149 bytes --]

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

* Re: Build Host packags for Yocto project.
  2016-08-29  4:03 Build Host packags for Yocto project TinTin Naing
@ 2016-08-29  7:05 ` Jan Lindåker
  2016-08-29  9:23   ` TinTin Naing
  2016-08-29  9:05 ` Robert Yang
  1 sibling, 1 reply; 5+ messages in thread
From: Jan Lindåker @ 2016-08-29  7:05 UTC (permalink / raw)
  To: TinTin Naing, yocto@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 1608 bytes --]

Hi TinTIn,


I can not help you with the problem actual problem, but I can give you advice on how to proceed.


Your problem is not with yocto but with the debian package manager. Either you have a "crashed" install or you have added repositories that have errors in them.


I would google apt package dependencies and the error messages you are experiencing and possibly seek help on debian forums.


If you have installed/uninstalled a lot of packages, it might be a good idea to start a new virtual box image and just install the packages that yocto needs.


Hope this will get you started.

/BR Jan

________________________________
From: yocto-bounces@yoctoproject.org <yocto-bounces@yoctoproject.org> on behalf of TinTin Naing <TinTin.Naing@sa.wpgholdings.com>
Sent: Monday, August 29, 2016 6:03
To: yocto@yoctoproject.org
Subject: [yocto] Build Host packags for Yocto project.

Hi!
I am very new to Yocto project.
I am trying to get installed all necessary Build Host packages following the guide lines in "Yocto Project Quick Start Guide".
But gcc-multilib and libsdl1.2-dev are not installed as below.
Can anyone advise how to get those two packages installed? I am using Ubuntu linux on VM BOX.

[20160829_115315.jpg]


Can anyone advise on the following questions:

(1)    In order to build image for Freescale i.MX6 processor, how much minimum size of RAM is required?

(2)    Should I use dedicated Linux Host machine? Or , using VM Box is OK?

(3)    Which machine is better? 64-bit or 32-bit?



TIN TIN NAING
TSBD (SINGAPORE)
WPG(SA) PTE LTD.


[-- Attachment #1.2: Type: text/html, Size: 4402 bytes --]

[-- Attachment #2: image003.jpg --]
[-- Type: image/jpeg, Size: 83149 bytes --]

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

* Re: Build Host packags for Yocto project.
  2016-08-29  4:03 Build Host packags for Yocto project TinTin Naing
  2016-08-29  7:05 ` Jan Lindåker
@ 2016-08-29  9:05 ` Robert Yang
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Yang @ 2016-08-29  9:05 UTC (permalink / raw)
  To: TinTin Naing, yocto@yoctoproject.org


Hi TinTin,

On 08/29/2016 12:03 PM, TinTin Naing wrote:
> Hi!
>
> I am very new to Yocto project.
>
> I am trying to get installed all necessary Build Host packages following the
> guide lines in “Yocto Project Quick Start Guide”.
>
> But gcc-multilib and libsdl1.2-dev are not installed as below.
>
> Can anyone advise how to get those two packages installed? I am using Ubuntu
> linux on VM BOX.
>
>
>
> 20160829_115315.jpg

For this error, different YP version supports different host, you can:

$ find poky/ -name 'poky.conf'

And then check SANITY_TESTED_DISTROS, if you use one of them, it should be
pretty easy to setup the build.

>
>
>
>
>
> Can anyone advise on the following questions:
>
> (1)    In order to build image for Freescale i.MX6 processor, how much minimum
> size of RAM is required?

We don't have exactly data on this, this depends on parallel builds, at
minimum, I think that 2GB would be OK, but it would be very slow.

>
> (2)    Should I use dedicated Linux Host machine? Or , using VM Box is OK?

VM Box is OK, but you need set more processors and memory, the more the faster.

>
> (3)    Which machine is better? 64-bit or 32-bit?

64bit.

// Robert

>
>
>
>
>
> TIN TIN NAING
>
> TSBD (SINGAPORE)
>
> WPG(SA) PTE LTD.
>
>
>
>
>


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

* Re: Build Host packags for Yocto project.
  2016-08-29  7:05 ` Jan Lindåker
@ 2016-08-29  9:23   ` TinTin Naing
  2016-08-29 10:19     ` Jan Lindåker
  0 siblings, 1 reply; 5+ messages in thread
From: TinTin Naing @ 2016-08-29  9:23 UTC (permalink / raw)
  To: Jan Lindåker, yocto@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 2316 bytes --]

Hi! Jan,

Thanks for your sharing.
Yes, I have already re-started a new VM box several times. But problem still insists.
At first time I installed VM box and Host packages, it worked well.
This problem started since I have deleted former VM box, create new VM box and reinstall packages.
Any clue?

Thanks and Best regards,

Tin Tin

From: Jan Lindåker [mailto:jan.lindaker@axis.com]
Sent: Monday, August 29, 2016 3:05 PM
To: TinTin Naing; yocto@yoctoproject.org
Subject: Re: Build Host packags for Yocto project.


Hi TinTIn,



I can not help you with the problem actual problem, but I can give you advice on how to proceed.



Your problem is not with yocto but with the debian package manager. Either you have a "crashed" install or you have added repositories that have errors in them.



I would google apt package dependencies and the error messages you are experiencing and possibly seek help on debian forums.



If you have installed/uninstalled a lot of packages, it might be a good idea to start a new virtual box image and just install the packages that yocto needs.



Hope this will get you started.

/BR Jan

________________________________
From: yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org> <yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org>> on behalf of TinTin Naing <TinTin.Naing@sa.wpgholdings.com<mailto:TinTin.Naing@sa.wpgholdings.com>>
Sent: Monday, August 29, 2016 6:03
To: yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: [yocto] Build Host packags for Yocto project.

Hi!
I am very new to Yocto project.
I am trying to get installed all necessary Build Host packages following the guide lines in "Yocto Project Quick Start Guide".
But gcc-multilib and libsdl1.2-dev are not installed as below.
Can anyone advise how to get those two packages installed? I am using Ubuntu linux on VM BOX.

[cid:image001.jpg@01D2021A.102151B0]


Can anyone advise on the following questions:

(1)    In order to build image for Freescale i.MX6 processor, how much minimum size of RAM is required?

(2)    Should I use dedicated Linux Host machine? Or , using VM Box is OK?

(3)    Which machine is better? 64-bit or 32-bit?



TIN TIN NAING
TSBD (SINGAPORE)
WPG(SA) PTE LTD.


[-- Attachment #1.2: Type: text/html, Size: 9916 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 83149 bytes --]

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

* Re: Build Host packags for Yocto project.
  2016-08-29  9:23   ` TinTin Naing
@ 2016-08-29 10:19     ` Jan Lindåker
  0 siblings, 0 replies; 5+ messages in thread
From: Jan Lindåker @ 2016-08-29 10:19 UTC (permalink / raw)
  To: TinTin Naing, yocto@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 3132 bytes --]

I googled gcc-multilib, neither weezy (old-stable), jessie (stable) or sid (unstable) had the version number that you are trying to install.


Instead of using apt-get on the command line, try to use a GUI-based package manager like synaptic. There you will see which packages/package-versions are available to install.


E.g. my available multilib versions where 4.9.2-10 and 4.8.4-1


If you have installed the versions shown in your terminal before successfully, perhaps you forgot to set up your source list to point to repositories that contains relevant software in your new VM.


/BR Jan

________________________________
From: TinTin Naing <TinTin.Naing@sa.wpgholdings.com>
Sent: Monday, August 29, 2016 11:23
To: Jan Lindåker; yocto@yoctoproject.org
Subject: RE: Build Host packags for Yocto project.

Hi! Jan,

Thanks for your sharing.
Yes, I have already re-started a new VM box several times. But problem still insists.
At first time I installed VM box and Host packages, it worked well.
This problem started since I have deleted former VM box, create new VM box and reinstall packages.
Any clue?

Thanks and Best regards,

Tin Tin

From: Jan Lindåker [mailto:jan.lindaker@axis.com]
Sent: Monday, August 29, 2016 3:05 PM
To: TinTin Naing; yocto@yoctoproject.org
Subject: Re: Build Host packags for Yocto project.


Hi TinTIn,



I can not help you with the problem actual problem, but I can give you advice on how to proceed.



Your problem is not with yocto but with the debian package manager. Either you have a "crashed" install or you have added repositories that have errors in them.



I would google apt package dependencies and the error messages you are experiencing and possibly seek help on debian forums.



If you have installed/uninstalled a lot of packages, it might be a good idea to start a new virtual box image and just install the packages that yocto needs.



Hope this will get you started.

/BR Jan

________________________________
From: yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org> <yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org>> on behalf of TinTin Naing <TinTin.Naing@sa.wpgholdings.com<mailto:TinTin.Naing@sa.wpgholdings.com>>
Sent: Monday, August 29, 2016 6:03
To: yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: [yocto] Build Host packags for Yocto project.

Hi!
I am very new to Yocto project.
I am trying to get installed all necessary Build Host packages following the guide lines in "Yocto Project Quick Start Guide".
But gcc-multilib and libsdl1.2-dev are not installed as below.
Can anyone advise how to get those two packages installed? I am using Ubuntu linux on VM BOX.

[20160829_115315.jpg]


Can anyone advise on the following questions:

(1)    In order to build image for Freescale i.MX6 processor, how much minimum size of RAM is required?

(2)    Should I use dedicated Linux Host machine? Or , using VM Box is OK?

(3)    Which machine is better? 64-bit or 32-bit?



TIN TIN NAING
TSBD (SINGAPORE)
WPG(SA) PTE LTD.


[-- Attachment #1.2: Type: text/html, Size: 9765 bytes --]

[-- Attachment #2: image001.jpg --]
[-- Type: image/jpeg, Size: 83149 bytes --]

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

end of thread, other threads:[~2016-08-29 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-29  4:03 Build Host packags for Yocto project TinTin Naing
2016-08-29  7:05 ` Jan Lindåker
2016-08-29  9:23   ` TinTin Naing
2016-08-29 10:19     ` Jan Lindåker
2016-08-29  9:05 ` Robert Yang

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.