Re: [yocto] dd to nand flash chip?

2017-08-18 Thread Riko
 partition :

Disk /dev/mmcblk1boot1: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk1boot0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

I tried to fdisk it but can not, any other option for deleting it ?

Thanks


On 18/08/17 16:58, Ed Bartosh wrote:

On Fri, Aug 18, 2017 at 11:40:58AM +0800, Riko wrote:

Here's the boot messages :

===

VFS: PARTUUID= is invalid.
Expected PARTUUID=[/PARTNROFF=%d]
Disabling rootwait; root= is invalid.
VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6

Looks like you have empty PARTUUID in the kernel command line. Which wks
file do you use for this image? Which layers? Can you show your
bootloader config?


Please append a correct "root=" boot option; here are the available
partitions:
01004096 ram0 (driver?)
01014096 ram1 (driver?)
01024096 ram2 (driver?)
01034096 ram3 (driver?)
01044096 ram4 (driver?)
01054096 ram5 (driver?)
01064096 ram6 (driver?)
01074096 ram7 (driver?)
01084096 ram8 (driver?)
01094096 ram9 (driver?)
010a4096 ram10 (driver?)
010b4096 ram11 (driver?)
010c4096 ram12 (driver?)
010d4096 ram13 (driver?)
010e4096 ram14 (driver?)
010f4096 ram15 (driver?)
b300 3735552 mmcblk1  driver: mmcblk
   b301   16384 mmcblk1p1 2848be0f-01
   b302  756704 mmcblk1p2 2848be0f-02
b3104096 mmcblk1boot1 (driver?)
b3084096 mmcblk1boot0 (driver?)
VFS: Unable to mount root fs on unknown-block(0,0)
User configuration error - no valid root filesystem found
Kernel panic - not syncing: Invalid configuration from end user
prevents conting
CPU: 0 PID: 1 Comm: swapper Not tainted 4.8.12-yocto-standard #3
Hardware name: Generic AM33XX (Flattened Device Tree)
[] (unwind_backtrace) from [] (show_stack+0x20/0x24)
[] (show_stack) from [] (dump_stack+0x20/0x28)
[] (dump_stack) from [] (panic+0xc0/0x22c)
[] (panic) from [] (mount_block_root+0x19c/0x274)
[] (mount_block_root) from [] (mount_root+0xd0/0x124)
[] (mount_root) from [] (prepare_namespace+0x180/0x1c0)
[] (prepare_namespace) from []
(kernel_init_freeable+0x220/)
[] (kernel_init_freeable) from []
(kernel_init+0x18/0x11c)
[] (kernel_init) from [] (ret_from_fork+0x14/0x3c)
---[ end Kernel panic - not syncing: Invalid configuration from end
user preveng

=

How to fix it ? thanks


On 17/08/17 22:16, Leonardo Sandoval wrote:

On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:

Dear Yocto Team Members,

I tried to dd *.wic to nand flash but always got kernel panic, it can
not find rootfs
when I dd the same file to sd card, it worked.


>from the bootloader command prompt, you may need to change the root

kernel parameter and point to the device where the filesystem resides.



I copy only *.wic file to usb drive n dd it.
Do I need the whole directory of images for dd? or I need hddimg?

Regards,
Riko


--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


Re: [yocto] dd to nand flash chip?

2017-08-18 Thread Riko

Is it related with linux-yocto kernel config ?

Please see attachment, thanks


On 18/08/17 16:58, Ed Bartosh wrote:

On Fri, Aug 18, 2017 at 11:40:58AM +0800, Riko wrote:

Here's the boot messages :

===

VFS: PARTUUID= is invalid.
Expected PARTUUID=[/PARTNROFF=%d]
Disabling rootwait; root= is invalid.
VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6

Looks like you have empty PARTUUID in the kernel command line. Which wks
file do you use for this image? Which layers? Can you show your
bootloader config?


Please append a correct "root=" boot option; here are the available
partitions:
01004096 ram0 (driver?)
01014096 ram1 (driver?)
01024096 ram2 (driver?)
01034096 ram3 (driver?)
01044096 ram4 (driver?)
01054096 ram5 (driver?)
01064096 ram6 (driver?)
01074096 ram7 (driver?)
01084096 ram8 (driver?)
01094096 ram9 (driver?)
010a4096 ram10 (driver?)
010b4096 ram11 (driver?)
010c4096 ram12 (driver?)
010d4096 ram13 (driver?)
010e4096 ram14 (driver?)
010f4096 ram15 (driver?)
b300 3735552 mmcblk1  driver: mmcblk
   b301   16384 mmcblk1p1 2848be0f-01
   b302  756704 mmcblk1p2 2848be0f-02
b3104096 mmcblk1boot1 (driver?)
b3084096 mmcblk1boot0 (driver?)
VFS: Unable to mount root fs on unknown-block(0,0)
User configuration error - no valid root filesystem found
Kernel panic - not syncing: Invalid configuration from end user
prevents conting
CPU: 0 PID: 1 Comm: swapper Not tainted 4.8.12-yocto-standard #3
Hardware name: Generic AM33XX (Flattened Device Tree)
[] (unwind_backtrace) from [] (show_stack+0x20/0x24)
[] (show_stack) from [] (dump_stack+0x20/0x28)
[] (dump_stack) from [] (panic+0xc0/0x22c)
[] (panic) from [] (mount_block_root+0x19c/0x274)
[] (mount_block_root) from [] (mount_root+0xd0/0x124)
[] (mount_root) from [] (prepare_namespace+0x180/0x1c0)
[] (prepare_namespace) from []
(kernel_init_freeable+0x220/)
[] (kernel_init_freeable) from []
(kernel_init+0x18/0x11c)
[] (kernel_init) from [] (ret_from_fork+0x14/0x3c)
---[ end Kernel panic - not syncing: Invalid configuration from end
user preveng

=

How to fix it ? thanks


On 17/08/17 22:16, Leonardo Sandoval wrote:

On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:

Dear Yocto Team Members,

I tried to dd *.wic to nand flash but always got kernel panic, it can
not find rootfs
when I dd the same file to sd card, it worked.


>from the bootloader command prompt, you may need to change the root

kernel parameter and point to the device where the filesystem resides.



I copy only *.wic file to usb drive n dd it.
Do I need the whole directory of images for dd? or I need hddimg?

Regards,
Riko


--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


Re: [yocto] dd to nand flash chip?

2017-08-18 Thread Riko

Is it related with :

https://stackoverflow.com/questions/43211384/how-to-get-to-menuconfig-for-u-boot-in-yocto-environment

?

Thanks


On 18/08/17 16:58, Ed Bartosh wrote:

On Fri, Aug 18, 2017 at 11:40:58AM +0800, Riko wrote:

Here's the boot messages :

===

VFS: PARTUUID= is invalid.
Expected PARTUUID=[/PARTNROFF=%d]
Disabling rootwait; root= is invalid.
VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6

Looks like you have empty PARTUUID in the kernel command line. Which wks
file do you use for this image? Which layers? Can you show your
bootloader config?


Please append a correct "root=" boot option; here are the available
partitions:
01004096 ram0 (driver?)
01014096 ram1 (driver?)
01024096 ram2 (driver?)
01034096 ram3 (driver?)
01044096 ram4 (driver?)
01054096 ram5 (driver?)
01064096 ram6 (driver?)
01074096 ram7 (driver?)
01084096 ram8 (driver?)
01094096 ram9 (driver?)
010a4096 ram10 (driver?)
010b4096 ram11 (driver?)
010c4096 ram12 (driver?)
010d4096 ram13 (driver?)
010e4096 ram14 (driver?)
010f4096 ram15 (driver?)
b300 3735552 mmcblk1  driver: mmcblk
   b301   16384 mmcblk1p1 2848be0f-01
   b302  756704 mmcblk1p2 2848be0f-02
b3104096 mmcblk1boot1 (driver?)
b3084096 mmcblk1boot0 (driver?)
VFS: Unable to mount root fs on unknown-block(0,0)
User configuration error - no valid root filesystem found
Kernel panic - not syncing: Invalid configuration from end user
prevents conting
CPU: 0 PID: 1 Comm: swapper Not tainted 4.8.12-yocto-standard #3
Hardware name: Generic AM33XX (Flattened Device Tree)
[] (unwind_backtrace) from [] (show_stack+0x20/0x24)
[] (show_stack) from [] (dump_stack+0x20/0x28)
[] (dump_stack) from [] (panic+0xc0/0x22c)
[] (panic) from [] (mount_block_root+0x19c/0x274)
[] (mount_block_root) from [] (mount_root+0xd0/0x124)
[] (mount_root) from [] (prepare_namespace+0x180/0x1c0)
[] (prepare_namespace) from []
(kernel_init_freeable+0x220/)
[] (kernel_init_freeable) from []
(kernel_init+0x18/0x11c)
[] (kernel_init) from [] (ret_from_fork+0x14/0x3c)
---[ end Kernel panic - not syncing: Invalid configuration from end
user preveng

=

How to fix it ? thanks


On 17/08/17 22:16, Leonardo Sandoval wrote:

On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:

Dear Yocto Team Members,

I tried to dd *.wic to nand flash but always got kernel panic, it can
not find rootfs
when I dd the same file to sd card, it worked.


>from the bootloader command prompt, you may need to change the root

kernel parameter and point to the device where the filesystem resides.



I copy only *.wic file to usb drive n dd it.
Do I need the whole directory of images for dd? or I need hddimg?

Regards,
Riko


--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


Re: [yocto] dd to nand flash chip?

2017-08-18 Thread Riko Ho
I'm confused, what is wks ?  what layers do you want to know?
I was bitbaking core image minimal xfce.
How can I see my bootloader config?
Thanks and regards,
Riko
On Aug 18, 2017 5:22 PM, "Ed Bartosh" <ed.bart...@linux.intel.com> wrote:

> On Fri, Aug 18, 2017 at 11:40:58AM +0800, Riko wrote:
> > Here's the boot messages :
> >
> > ===
> >
> > VFS: PARTUUID= is invalid.
> > Expected PARTUUID=[/PARTNROFF=%d]
> > Disabling rootwait; root= is invalid.
> > VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6
>
> Looks like you have empty PARTUUID in the kernel command line. Which wks
> file do you use for this image? Which layers? Can you show your
> bootloader config?
>
> > Please append a correct "root=" boot option; here are the available
> > partitions:
> > 01004096 ram0 (driver?)
> > 01014096 ram1 (driver?)
> > 01024096 ram2 (driver?)
> > 01034096 ram3 (driver?)
> > 01044096 ram4 (driver?)
> > 01054096 ram5 (driver?)
> > 01064096 ram6 (driver?)
> > 01074096 ram7 (driver?)
> > 01084096 ram8 (driver?)
> > 01094096 ram9 (driver?)
> > 010a4096 ram10 (driver?)
> > 010b4096 ram11 (driver?)
> > 010c4096 ram12 (driver?)
> > 010d4096 ram13 (driver?)
> > 010e4096 ram14 (driver?)
> > 010f4096 ram15 (driver?)
> > b300 3735552 mmcblk1  driver: mmcblk
> >   b301   16384 mmcblk1p1 2848be0f-01
> >   b302  756704 mmcblk1p2 2848be0f-02
> > b3104096 mmcblk1boot1 (driver?)
> > b3084096 mmcblk1boot0 (driver?)
> > VFS: Unable to mount root fs on unknown-block(0,0)
> > User configuration error - no valid root filesystem found
> > Kernel panic - not syncing: Invalid configuration from end user
> > prevents conting
> > CPU: 0 PID: 1 Comm: swapper Not tainted 4.8.12-yocto-standard #3
> > Hardware name: Generic AM33XX (Flattened Device Tree)
> > [] (unwind_backtrace) from [] (show_stack+0x20/0x24)
> > [] (show_stack) from [] (dump_stack+0x20/0x28)
> > [] (dump_stack) from [] (panic+0xc0/0x22c)
> > [] (panic) from [] (mount_block_root+0x19c/0x274)
> > [] (mount_block_root) from [] (mount_root+0xd0/0x124)
> > [] (mount_root) from [] (prepare_namespace+0x180/
> 0x1c0)
> > [] (prepare_namespace) from []
> > (kernel_init_freeable+0x220/)
> > [] (kernel_init_freeable) from []
> > (kernel_init+0x18/0x11c)
> > [] (kernel_init) from [] (ret_from_fork+0x14/0x3c)
> > ---[ end Kernel panic - not syncing: Invalid configuration from end
> > user preveng
> >
> > =
> >
> > How to fix it ? thanks
> >
> >
> > On 17/08/17 22:16, Leonardo Sandoval wrote:
> > >On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:
> > >>Dear Yocto Team Members,
> > >>
> > >>I tried to dd *.wic to nand flash but always got kernel panic, it can
> > >>not find rootfs
> > >>when I dd the same file to sd card, it worked.
> > >>
> > >from the bootloader command prompt, you may need to change the root
> > >kernel parameter and point to the device where the filesystem resides.
> > >
> > >
> > >>I copy only *.wic file to usb drive n dd it.
> > >>Do I need the whole directory of images for dd? or I need hddimg?
> > >>
> > >>Regards,
> > >>Riko
> > >>
> > >
> >
> > --
> > /*
> > Sent By
> > Ubuntu 16.04 LTS
> > Kernel 4.4.0-92-generic
> > Regards,
> > Riko H
> > */
> >
> > --
> > ___
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
>
> --
> --
> Regards,
> Ed
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] dd to nand flash chip?

2017-08-17 Thread Riko

Here's the boot messages :

===

VFS: PARTUUID= is invalid.
Expected PARTUUID=[/PARTNROFF=%d]
Disabling rootwait; root= is invalid.
VFS: Cannot open root device "PARTUUID=" or unknown-block(0,0): error -6
Please append a correct "root=" boot option; here are the available 
partitions:

01004096 ram0 (driver?)
01014096 ram1 (driver?)
01024096 ram2 (driver?)
01034096 ram3 (driver?)
01044096 ram4 (driver?)
01054096 ram5 (driver?)
01064096 ram6 (driver?)
01074096 ram7 (driver?)
01084096 ram8 (driver?)
01094096 ram9 (driver?)
010a4096 ram10 (driver?)
010b4096 ram11 (driver?)
010c4096 ram12 (driver?)
010d4096 ram13 (driver?)
010e4096 ram14 (driver?)
010f4096 ram15 (driver?)
b300 3735552 mmcblk1  driver: mmcblk
  b301   16384 mmcblk1p1 2848be0f-01
  b302  756704 mmcblk1p2 2848be0f-02
b3104096 mmcblk1boot1 (driver?)
b3084096 mmcblk1boot0 (driver?)
VFS: Unable to mount root fs on unknown-block(0,0)
User configuration error - no valid root filesystem found
Kernel panic - not syncing: Invalid configuration from end user prevents 
conting

CPU: 0 PID: 1 Comm: swapper Not tainted 4.8.12-yocto-standard #3
Hardware name: Generic AM33XX (Flattened Device Tree)
[] (unwind_backtrace) from [] (show_stack+0x20/0x24)
[] (show_stack) from [] (dump_stack+0x20/0x28)
[] (dump_stack) from [] (panic+0xc0/0x22c)
[] (panic) from [] (mount_block_root+0x19c/0x274)
[] (mount_block_root) from [] (mount_root+0xd0/0x124)
[] (mount_root) from [] (prepare_namespace+0x180/0x1c0)
[] (prepare_namespace) from [] 
(kernel_init_freeable+0x220/)
[] (kernel_init_freeable) from [] 
(kernel_init+0x18/0x11c)

[] (kernel_init) from [] (ret_from_fork+0x14/0x3c)
---[ end Kernel panic - not syncing: Invalid configuration from end user 
preveng


=

How to fix it ? thanks


On 17/08/17 22:16, Leonardo Sandoval wrote:

On Thu, 2017-08-17 at 18:37 +0800, Riko Ho wrote:

Dear Yocto Team Members,

I tried to dd *.wic to nand flash but always got kernel panic, it can
not find rootfs
when I dd the same file to sd card, it worked.


from the bootloader command prompt, you may need to change the root
kernel parameter and point to the device where the filesystem resides.



I copy only *.wic file to usb drive n dd it.
Do I need the whole directory of images for dd? or I need hddimg?

Regards,
Riko





--
/*
Sent By
Ubuntu 16.04 LTS
Kernel 4.4.0-92-generic
Regards,
Riko H
*/

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


[yocto] dd to nand flash chip?

2017-08-17 Thread Riko Ho
Dear Yocto Team Members,

I tried to dd *.wic to nand flash but always got kernel panic, it can not
find rootfs
when I dd the same file to sd card, it worked.

I copy only *.wic file to usb drive n dd it.
Do I need the whole directory of images for dd? or I need hddimg?

Regards,
Riko
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Machine definition ?

2017-08-16 Thread Riko

Dear Yocto Members,

I have a question related with machine,

If I want to use Orange Pi, how can I define my machine on local.conf ?

Related with :

https://github.com/linux-sunxi/meta-sunxi/tree/morty/conf/machine


/*

Sent By

Ubuntu 16.04 LTS

Regards,

Riko H

*/

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


Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Riko

so from this page

https://layers.openembedded.org/layerindex/branch/pyro/layers/

for example I want to use 'pyro' branch :

I will do

#> git clone -b pyro git://git.openembedded.org/openembedded-core


On 16/08/17 07:50, Martin Jansa wrote:

On Wed, Aug 16, 2017 at 07:40:10AM +0800, Riko Ho wrote:

I see, so I must use all layers within the same branch.
Could you tell me where I can download those layers in the sma branch?
I didn't see the branch when I clone the layers.

This might help you:
https://git-scm.com/documentation


On Aug 15, 2017 10:11 PM, "Martin Jansa" <martin.ja...@gmail.com> wrote:


But it's related to it, in this thread he added oe-core/meta in master
branch to BBLAYERS in poky build (already including poky/meta) from pyro
branch.

That's why he is seeing 3 strange issues reported in couple threads
already (and this is also 3rd time someone telling him that he shouldn't
include oe-core meta twice and to use the same branch across all layers).

On Tue, Aug 15, 2017 at 4:12 PM, Leonardo Sandoval <
leonardo.sandoval.gonza...@linux.intel.com> wrote:


On Tue, 2017-08-15 at 09:09 +0800, Riko wrote:

Dear Team Yocto Members,

I continue compiling, and got :

ERROR: /home/bianchi/poky/openembedded-core/meta/recipes-core/images/

build-appliance-image_15.0.0.bb: No IMAGE_CMD defined for IMAGE_FSTYPES
entry 'wic.vmdk' - possibly invalid type name or missing support class

ERROR: Failed to parse
recipe: /home/bianchi/poky/openembedded-core/meta/recipes-core/images/

build-appliance-image_15.0.0.bb
would be better if you start another thread with this issue. BTW, I just
built a build-appliance without any change at local.conf and all went
fine so you may have included something that you are not referring to
(IMAGE_FILES?)




How can I fix it ?

regards,

Riko



On 14/08/17 23:56, Christopher Larson wrote:


The openembedded-core root isn’t a layer, openembedded-core/meta is.

On Mon, Aug 14, 2017 at 8:49 AM, Leonardo Sandoval
<leonardo.sandoval.gonza...@linux.intel.com> wrote:
 On Mon, 2017-08-14 at 15:11 +0800, Riko wrote:
 > Dear Yocto Members,
 >
 > How can I find this file ?


 this is a pretty general question. are you running bitbake
 from the
 build directory? double check your conf/bblayers.conf and
 make sure
 paths there are pointing correctly.


 >
 > ==
 >
 > ERROR: Unable to parse
 > /home/bianchi/poky/openembedded-core/conf/layer.conf:
 [Errno 2] file
 > /home/bianchi/poky/openembedded-core/conf/layer.conf not
 found
 >
 >
 > Thanks,
 >
 > Riko
 >


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





--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics


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





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


Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Riko

This one :

|git clone -b morty git://any layers ===> if I use morty as my branch ? 
correct me ? thanks |



On 16/08/17 07:50, Martin Jansa wrote:

On Wed, Aug 16, 2017 at 07:40:10AM +0800, Riko Ho wrote:

I see, so I must use all layers within the same branch.
Could you tell me where I can download those layers in the sma branch?
I didn't see the branch when I clone the layers.

This might help you:
https://git-scm.com/documentation


On Aug 15, 2017 10:11 PM, "Martin Jansa" <martin.ja...@gmail.com> wrote:


But it's related to it, in this thread he added oe-core/meta in master
branch to BBLAYERS in poky build (already including poky/meta) from pyro
branch.

That's why he is seeing 3 strange issues reported in couple threads
already (and this is also 3rd time someone telling him that he shouldn't
include oe-core meta twice and to use the same branch across all layers).

On Tue, Aug 15, 2017 at 4:12 PM, Leonardo Sandoval <
leonardo.sandoval.gonza...@linux.intel.com> wrote:


On Tue, 2017-08-15 at 09:09 +0800, Riko wrote:

Dear Team Yocto Members,

I continue compiling, and got :

ERROR: /home/bianchi/poky/openembedded-core/meta/recipes-core/images/

build-appliance-image_15.0.0.bb: No IMAGE_CMD defined for IMAGE_FSTYPES
entry 'wic.vmdk' - possibly invalid type name or missing support class

ERROR: Failed to parse
recipe: /home/bianchi/poky/openembedded-core/meta/recipes-core/images/

build-appliance-image_15.0.0.bb
would be better if you start another thread with this issue. BTW, I just
built a build-appliance without any change at local.conf and all went
fine so you may have included something that you are not referring to
(IMAGE_FILES?)




How can I fix it ?

regards,

Riko



On 14/08/17 23:56, Christopher Larson wrote:


The openembedded-core root isn’t a layer, openembedded-core/meta is.

On Mon, Aug 14, 2017 at 8:49 AM, Leonardo Sandoval
<leonardo.sandoval.gonza...@linux.intel.com> wrote:
 On Mon, 2017-08-14 at 15:11 +0800, Riko wrote:
 > Dear Yocto Members,
 >
 > How can I find this file ?


 this is a pretty general question. are you running bitbake
 from the
 build directory? double check your conf/bblayers.conf and
 make sure
 paths there are pointing correctly.


 >
 > ==
 >
 > ERROR: Unable to parse
 > /home/bianchi/poky/openembedded-core/conf/layer.conf:
 [Errno 2] file
 > /home/bianchi/poky/openembedded-core/conf/layer.conf not
 found
 >
 >
 > Thanks,
 >
 > Riko
 >


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





--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics


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





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


Re: [yocto] layer.conf on openembedded-core ?

2017-08-15 Thread Riko Ho
I see, so I must use all layers within the same branch.
Could you tell me where I can download those layers in the sma branch?
I didn't see the branch when I clone the layers.

Regards,
On Aug 15, 2017 10:11 PM, "Martin Jansa" <martin.ja...@gmail.com> wrote:

> But it's related to it, in this thread he added oe-core/meta in master
> branch to BBLAYERS in poky build (already including poky/meta) from pyro
> branch.
>
> That's why he is seeing 3 strange issues reported in couple threads
> already (and this is also 3rd time someone telling him that he shouldn't
> include oe-core meta twice and to use the same branch across all layers).
>
> On Tue, Aug 15, 2017 at 4:12 PM, Leonardo Sandoval <
> leonardo.sandoval.gonza...@linux.intel.com> wrote:
>
>> On Tue, 2017-08-15 at 09:09 +0800, Riko wrote:
>> > Dear Team Yocto Members,
>> >
>> > I continue compiling, and got :
>> >
>> > ERROR: /home/bianchi/poky/openembedded-core/meta/recipes-core/images/
>> build-appliance-image_15.0.0.bb: No IMAGE_CMD defined for IMAGE_FSTYPES
>> entry 'wic.vmdk' - possibly invalid type name or missing support class
>> > ERROR: Failed to parse
>> > recipe: /home/bianchi/poky/openembedded-core/meta/recipes-core/images/
>> build-appliance-image_15.0.0.bb
>> >
>>
>> would be better if you start another thread with this issue. BTW, I just
>> built a build-appliance without any change at local.conf and all went
>> fine so you may have included something that you are not referring to
>> (IMAGE_FILES?)
>>
>>
>>
>> > How can I fix it ?
>> >
>> > regards,
>> >
>> > Riko
>> >
>> >
>> >
>> > On 14/08/17 23:56, Christopher Larson wrote:
>> >
>> > > The openembedded-core root isn’t a layer, openembedded-core/meta is.
>> > >
>> > > On Mon, Aug 14, 2017 at 8:49 AM, Leonardo Sandoval
>> > > <leonardo.sandoval.gonza...@linux.intel.com> wrote:
>> > > On Mon, 2017-08-14 at 15:11 +0800, Riko wrote:
>> > > > Dear Yocto Members,
>> > > >
>> > > > How can I find this file ?
>> > >
>> > >
>> > > this is a pretty general question. are you running bitbake
>> > > from the
>> > > build directory? double check your conf/bblayers.conf and
>> > > make sure
>> > > paths there are pointing correctly.
>> > >
>> > >
>> > > >
>> > > > ==
>> > > >
>> > > > ERROR: Unable to parse
>> > > > /home/bianchi/poky/openembedded-core/conf/layer.conf:
>> > > [Errno 2] file
>> > > > /home/bianchi/poky/openembedded-core/conf/layer.conf not
>> > > found
>> > > >
>> > > >
>> > > > Thanks,
>> > > >
>> > > > Riko
>> > > >
>> > >
>> > >
>> > > --
>> > > ___
>> > > yocto mailing list
>> > > yocto@yoctoproject.org
>> > > https://lists.yoctoproject.org/listinfo/yocto
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > Christopher Larson
>> > > kergoth at gmail dot com
>> > > Founder - BitBake, OpenEmbedded, OpenZaurus
>> > > Senior Software Engineer, Mentor Graphics
>> >
>>
>>
>> --
>> ___
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] How can I use PREFERRED_VERSION_ ?

2017-08-15 Thread Riko

is openembedded-core layer equal to meta-openembedded layer ?

this conf was working before :

BBLAYERS ?= " \
  /home/bianchi/poky/meta \
  /home/bianchi/poky/meta-poky \
  /home/bianchi/poky/meta-yocto-bsp \
  /home/bianchi/poky/openembedded-core \
  /home/bianchi77/poky/meta-openembedded \
  /home/bianchi77/poky/meta-openembedded/meta-oe \
  /home/bianchi77/poky/meta-openembedded/meta-xfce \
  /home/bianchi77/poky/meta-openembedded/meta-gnome \
  /home/bianchi77/poky/meta-openembedded/meta-python \
  /home/bianchi77/poky/meta-openembedded/meta-multimedia \
  /home/bianchi77/poky/meta-openembedded/meta-networking \


On 15/08/17 17:20, Martin Jansa wrote:
and you should start by not including 2 different versions of 
openembedded-core/meta in your builds.


Then you won't need PREFERRED_VERSION for openssl and the issue with 
wic.vmdk you reported elsewhere will also probably disappear.


On Tue, Aug 15, 2017 at 7:31 AM, Khem Raj <raj.k...@gmail.com 
<mailto:raj.k...@gmail.com>> wrote:


On Mon, Aug 14, 2017 at 7:15 PM, Riko <antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:
> Dear Yocto Team Members,
>
> How can I use PREFERRED_VERSION_ ?
>
>

read through

http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PREFERRED_VERSION

<http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-PREFERRED_VERSION>

> ERROR: Multiple versions of openssl are due to be built
>

(/home/bianchi/poky/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.0f.bb
<http://openssl_1.1.0f.bb>
>
/home/bianchi/poky/meta/recipes-connectivity/openssl/openssl_1.0.2k.bb
<http://openssl_1.0.2k.bb>).
> Only one version of a given PN should be built in any given
build. You
> likely need to set PREFERRED_VERSION_openssl to select the
correct version
> or don't depend on multiple versions.
>
>
> Regards,
>
> Riko
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>
--
___
yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>




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


Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-14 Thread Riko

Do you mean this one ?

Build Configuration:
BB_VERSION= "1.34.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING   = "universal"
TARGET_SYS= "arm-poky-linux-gnueabi"
MACHINE   = "beaglebone"
DISTRO= "poky"
DISTRO_VERSION= "2.3.1"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa8"
TARGET_FPU= "hard"
meta
meta-poky
meta-yocto-bsp= "pyro:4a39979c8d1e560fa54240e99734a651dfbaa63a"
meta  = "master:5a25ed1071f0d9b7d95edcc2b5b4545f960d5f95"
meta-oe
meta-xfce
meta-gnome
meta-python
meta-multimedia
meta-networking   = "master:a8b54e300be027fefe8a774ca1861d0fb8e80d99"
meta-browser  = "master:e3c3aa0591506672245904227a46519a276957e0"


On 15/08/17 13:30, Khem Raj wrote:

On Mon, Aug 14, 2017 at 9:42 PM, Riko <antonius.r...@gmail.com> wrote:

Dear Team Yocto Member,

How can I get gcc6.30 ?

I got error :

ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL:
'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.


what branch are you using and if you are using additonal layers which ones
are those and what branches are they on.


Here's the log :

===

DEBUG: Executing python function clean_recipe_sysroot
DEBUG: Python function clean_recipe_sysroot finished
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are []
NOTE:
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_fetch
DEBUG: Executing python function base_do_fetch
DEBUG: Searching for 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch in paths:
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/
DEBUG: Searching for 0002-uclibc-conf.patch in paths:
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/a

Re: [yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-14 Thread Riko

which branch are you talking about ?

I don't understand your question


On 15/08/17 13:30, Khem Raj wrote:

On Mon, Aug 14, 2017 at 9:42 PM, Riko <antonius.r...@gmail.com> wrote:

Dear Team Yocto Member,

How can I get gcc6.30 ?

I got error :

ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL:
'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.


what branch are you using and if you are using additonal layers which ones
are those and what branches are they on.


Here's the log :

===

DEBUG: Executing python function clean_recipe_sysroot
DEBUG: Python function clean_recipe_sysroot finished
DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are []
NOTE:
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing python function do_fetch
DEBUG: Executing python function base_do_fetch
DEBUG: Searching for 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch in paths:
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/
DEBUG: Searching for 0002-uclibc-conf.patch in paths:
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/
DEBUG: Defaulting to
/home/bianchi/poky/build/downloads/0002-uclibc-conf.patch for
0002-uclibc-conf.patch

[yocto] ERROR: gcc-source-6.3.0-6.3.0-r0 do_fetch: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable to fetch URL from any source.

2017-08-14 Thread Riko
', '', '0002-uclibc-conf.patch', '', '', 
OrderedDict()] comparing ['https?$', '.*', '/.*', '', '', OrderedDict()] 
to ['http', 'sources.openembedded.org', '/', '', '', OrderedDict()]
DEBUG: For url ['file', '', '0002-uclibc-conf.patch', '', '', 
OrderedDict()] comparing ['ftp', '.*', '/.*', '', '', OrderedDict()] to 
['http', 'sources.openembedded.org', '/', '', '', OrderedDict()]
DEBUG: For url ['file', '', '0002-uclibc-conf.patch', '', '', 
OrderedDict()] comparing ['npm', '.*', '/.*', '', '', OrderedDict()] to 
['http', 'sources.openembedded.org', '/', '', '', OrderedDict()]
DEBUG: For url ['file', '', '0002-uclibc-conf.patch', '', '', 
OrderedDict()] comparing ['http', 'search.cpan.org', '/CPAN', '', '', 
OrderedDict()] to ['http', 'cpan.metacpan.org', '/', '', '', OrderedDict()]
DEBUG: For url ['file', '', '0002-uclibc-conf.patch', '', '', 
OrderedDict()] comparing ['http', 'search.cpan.org', '/CPAN', '', '', 
OrderedDict()] to ['http', 'search.cpan.org', '/CPAN/', '', '', 
OrderedDict()]
ERROR: Fetcher failure: Unable to find file 
file://0002-uclibc-conf.patch anywhere. The paths that were searched were:

/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/poky
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/beaglebone
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/armv7a
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/arm
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3/backport/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc-6.3.0/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/gcc/
/home/bianchi/poky/openembedded-core/meta/recipes-devtools/gcc/files/
/home/bianchi/poky/build/downloads
ERROR: Fetcher failure for URL: 'file://0002-uclibc-conf.patch'. Unable 
to fetch URL from any source.

DEBUG: Python function base_do_fetch finished
DEBUG: Python function do_fetch finished
ERROR: Function failed: base_do_fetch

Regards,

Riko

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


[yocto] How can I use PREFERRED_VERSION_ ?

2017-08-14 Thread Riko

Dear Yocto Team Members,

How can I use PREFERRED_VERSION_ ?


ERROR: Multiple versions of openssl are due to be built 
(/home/bianchi/poky/openembedded-core/meta/recipes-connectivity/openssl/openssl_1.1.0f.bb 
/home/bianchi/poky/meta/recipes-connectivity/openssl/openssl_1.0.2k.bb). 
Only one version of a given PN should be built in any given build. You 
likely need to set PREFERRED_VERSION_openssl to select the correct 
version or don't depend on multiple versions.



Regards,

Riko

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


Re: [yocto] layer.conf on openembedded-core ?

2017-08-14 Thread Riko

Dear Team Yocto Members,

I continue compiling, and got :

ERROR: 
/home/bianchi/poky/openembedded-core/meta/recipes-core/images/build-appliance-image_15.0.0.bb: 
No IMAGE_CMD defined for IMAGE_FSTYPES entry 'wic.vmdk' - possibly 
invalid type name or missing support class
ERROR: Failed to parse recipe: 
/home/bianchi/poky/openembedded-core/meta/recipes-core/images/build-appliance-image_15.0.0.bb


How can I fix it ?

regards,

Riko


On 14/08/17 23:56, Christopher Larson wrote:

The openembedded-core root isn’t a layer, openembedded-core/meta is.

On Mon, Aug 14, 2017 at 8:49 AM, Leonardo Sandoval 
<leonardo.sandoval.gonza...@linux.intel.com 
<mailto:leonardo.sandoval.gonza...@linux.intel.com>> wrote:


On Mon, 2017-08-14 at 15:11 +0800, Riko wrote:
> Dear Yocto Members,
>
> How can I find this file ?


this is a pretty general question. are you running bitbake from the
build directory? double check your conf/bblayers.conf and make sure
paths there are pointing correctly.


>
> ==
>
> ERROR: Unable to parse
> /home/bianchi/poky/openembedded-core/conf/layer.conf: [Errno 2] file
> /home/bianchi/poky/openembedded-core/conf/layer.conf not found
    >
>
> Thanks,
>
> Riko
>


--
___
yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>




--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics


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


Re: [yocto] layer.conf on openembedded-core ?

2017-08-14 Thread Riko

Thanks for the clue, now it's compiling,


On 14/08/17 23:56, Christopher Larson wrote:

The openembedded-core root isn’t a layer, openembedded-core/meta is.

On Mon, Aug 14, 2017 at 8:49 AM, Leonardo Sandoval 
<leonardo.sandoval.gonza...@linux.intel.com 
<mailto:leonardo.sandoval.gonza...@linux.intel.com>> wrote:


On Mon, 2017-08-14 at 15:11 +0800, Riko wrote:
> Dear Yocto Members,
>
> How can I find this file ?


this is a pretty general question. are you running bitbake from the
build directory? double check your conf/bblayers.conf and make sure
paths there are pointing correctly.


>
> ==
>
> ERROR: Unable to parse
> /home/bianchi/poky/openembedded-core/conf/layer.conf: [Errno 2] file
> /home/bianchi/poky/openembedded-core/conf/layer.conf not found
    >
>
> Thanks,
>
> Riko
>


--
___
yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>




--
Christopher Larson
kergoth at gmail dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics


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


[yocto] layer.conf on openembedded-core ?

2017-08-14 Thread Riko

Dear Yocto Members,

How can I find this file ?

==

ERROR: Unable to parse 
/home/bianchi/poky/openembedded-core/conf/layer.conf: [Errno 2] file 
/home/bianchi/poky/openembedded-core/conf/layer.conf not found



Thanks,

Riko

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


Re: [yocto] bitbake error ?

2017-08-09 Thread Riko

Dear Yocto member,

I fixed it

on /etc/resolv.conf

nameserver 8.8.8.8

Thanks for helping everyone


On 10/08/17 05:13, Burton, Ross wrote:

Maybe.  We don't have your computer, so this is your problem to resolve.

Ross

On 9 August 2017 at 22:06, Riko Ho <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


Can it be related with:
https://askubuntu.com/questions/425484/unable-to-use-wget-command
<https://askubuntu.com/questions/425484/unable-to-use-wget-command>
?


On 09/08/2017 8:43 PM, "Bejar-Colonia, Carlos"
<carlos.bejar-colo...@philips.com
<mailto:carlos.bejar-colo...@philips.com>> wrote:

This issue seems to be related to proxy server. Probably your
network is behind a  proxy.

This may help:

https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy
<https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy>

-Carlos B

*From:*yocto-boun...@yoctoproject.org
<mailto:yocto-boun...@yoctoproject.org>
[mailto:yocto-boun...@yoctoproject.org
<mailto:yocto-boun...@yoctoproject.org>] *On Behalf Of
*Burton, Ross
    *Sent:* Wednesday, August 09, 2017 6:35 AM
*To:* Riko Ho <antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>>
*Cc:* N: <yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>>
*Subject:* Re: [yocto] bitbake error ?

I've no idea why you can't connect to example.com
<http://example.com> using wget, you'll have to debug it yourself.

Ross

On 9 August 2017 at 11:27, Riko Ho <antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

so what s the issue? my connection is working. is it
related with /etc/hosts?
thanks

On Aug 9, 2017 4:38 PM, "Burton, Ross"
<ross.bur...@intel.com <mailto:ross.bur...@intel.com>> wrote:

Yep. That's your problem.

$ wget https://www.example.com/

--2017-08-09 09:37:43-- https://www.example.com/

Resolving www.example.com <http://www.example.com>...
93.184.216.34, 2606:2800:220:1:248:1893:25c8:1946

Connecting to www.example.com
<http://www.example.com>|93.184.216.34|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1270 (1.2K) [text/html]

Saving to: ‘index.html’

index.html  100%[===>]   1.24K
 --.-KB/s  in 0s

2017-08-09 09:37:44 (15.3 MB/s) - ‘index.html’ saved
[1270/1270]

Works for me.  Your network or wget is broken, and
that is unrelated to bitbake/yocto/etc.

Ross

On 9 August 2017 at 09:34, Riko
<antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

This one ?

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
wget https://www.example.com/
--2017-08-09 16:33:05-- https://www.example.com/
Resolving www.example.com <http://www.example.com>
(www.example.com <http://www.example.com>)...
failed: Name or service not known.
wget: unable to resolve host address
'www.example.com’ <http://www.example.com%E2%80%99>

On 09/08/17 16:31, Burton, Ross wrote:

For some reason, bitbake can't do "wget
https://www.example.com/;.   Try running that
    command outside of bitbake and seeing if it
returns any errors.

Ross

On 9 August 2017 at 09:29, Riko
<antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

Dear Yocto Member,


I have downloaded fresh install of yocto
but got error, here's the trace :

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$
git clone -b pyro
git://git.yoctoproject.org/poky.git
<http://git.yoctoproject.org/poky.git>
Cloning into 'poky'...
remote: Counting objects: 373183, done.
remote: Compressing objects: 100%
(89366/89366), done.
remote: Total 373183 (delta 27

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko

When I test on browser :

https://www.example.com/

I  got server not found ??


On 09/08/17 16:38, Burton, Ross wrote:

Yep.  That's your problem.

$ wget https://www.example.com/
--2017-08-09 09:37:43-- https://www.example.com/
Resolving www.example.com... 93.184.216.34, 
2606:2800:220:1:248:1893:25c8:1946
Connecting to www.example.com 
<http://www.example.com>|93.184.216.34|:443... connected.

HTTP request sent, awaiting response... 200 OK
Length: 1270 (1.2K) [text/html]
Saving to: ‘index.html’

index.html  100%[===>]   1.24K  --.-KB/sin 0s

2017-08-09 09:37:44 (15.3 MB/s) - ‘index.html’ saved [1270/1270]

Works for me.  Your network or wget is broken, and that is unrelated 
to bitbake/yocto/etc.


Ross

On 9 August 2017 at 09:34, Riko <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


This one ?

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ wget
https://www.example.com/
--2017-08-09 16:33:05-- https://www.example.com/
Resolving www.example.com <http://www.example.com>
(www.example.com <http://www.example.com>)... failed: Name or
service not known.
wget: unable to resolve host address 'www.example.com’
<http://www.example.com%E2%80%99>


On 09/08/17 16:31, Burton, Ross wrote:

For some reason, bitbake can't do "wget
https://www.example.com/;.   Try running that command outside of
bitbake and seeing if it returns any errors.

    Ross

On 9 August 2017 at 09:29, Riko <antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

Dear Yocto Member,


I have downloaded fresh install of yocto but got error,
here's the trace :

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b
pyro git://git.yoctoproject.org/poky.git
<http://git.yoctoproject.org/poky.git>
Cloning into 'poky'...
remote: Counting objects: 373183, done.
remote: Compressing objects: 100% (89366/89366), done.
remote: Total 373183 (delta 277418), reused 373031 (delta 277266)
Receiving objects: 100% (373183/373183), 134.71 MiB | 1.47
MiB/s, done.
Resolving deltas: 100% (277418/277418), done.
Checking connectivity... done.


bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky$ source
oe-init-build-env
You had no conf/local.conf file. This configuration file has
therefore been
created for you with some default values. You may wish to
edit it to, for
example, select a different MACHINE (target hardware). See
conf/local.conf
for more information as common configuration options are
commented.

You had no conf/bblayers.conf file. This configuration file
has therefore been
created for you with some default values. To add additional
metadata layers
into your configuration please add entries to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE
including a reference
manual which can be found at:
http://yoctoproject.org/documentation
<http://yoctoproject.org/documentation>

For more information about OpenEmbedded see their website:
http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake '

Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support

You can also run generated qemu images with a command like
'runqemu qemux86'
bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
bitbake core-image-minimal
ERROR:  OE-core's config sanity checker detected a potential
misconfiguration.
Either fix the cause of this error or at your own risk
disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Fetcher failure for URL: 'https://www.example.com/'. URL
https://www.example.com/ doesn't work.
Please ensure your host's network is configured correctly,
or set BB_NO_NETWORK = "1" to disable network access if
all required sources are on local disk.


Summary: There was 1 ERROR message shown, returning a
non-zero exit code.


Any suggestions ?

I'm using ubuntu 16.04,

Thanks

-- 
___

yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>







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


Re: [yocto] bitbake error ?

2017-08-09 Thread Riko Ho
Can it be related with:
https://askubuntu.com/questions/425484/unable-to-use-wget-command
?

On 09/08/2017 8:43 PM, "Bejar-Colonia, Carlos" <
carlos.bejar-colo...@philips.com> wrote:

This issue seems to be related to proxy server. Probably your network is
behind a  proxy.

This may help:

https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy



-Carlos B



*From:* yocto-boun...@yoctoproject.org [mailto:yocto-bounces@
yoctoproject.org] *On Behalf Of *Burton, Ross
*Sent:* Wednesday, August 09, 2017 6:35 AM
*To:* Riko Ho <antonius.r...@gmail.com>
*Cc:* N: <yocto@yoctoproject.org>
*Subject:* Re: [yocto] bitbake error ?



I've no idea why you can't connect to example.com using wget, you'll have
to debug it yourself.



Ross



On 9 August 2017 at 11:27, Riko Ho <antonius.r...@gmail.com> wrote:

so what s the issue? my connection is working. is it related with
/etc/hosts?
thanks

On Aug 9, 2017 4:38 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

Yep.  That's your problem.



$ wget https://www.example.com/

--2017-08-09 09:37:43--  https://www.example.com/

Resolving www.example.com... 93.184.216.34, 2606:2800:220:1:248:1893:25c8:
1946

Connecting to www.example.com|93.184.216.34|:443... connected.

HTTP request sent, awaiting response... 200 OK

Length: 1270 (1.2K) [text/html]

Saving to: ‘index.html’



index.html  100%[===>]   1.24K  --.-KB/sin 0s



2017-08-09 09:37:44 (15.3 MB/s) - ‘index.html’ saved [1270/1270]



Works for me.  Your network or wget is broken, and that is unrelated to
bitbake/yocto/etc.



Ross



On 9 August 2017 at 09:34, Riko <antonius.r...@gmail.com> wrote:

This one ?

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ wget
https://www.example.com/
--2017-08-09 16:33:05--  https://www.example.com/
Resolving www.example.com (www.example.com)... failed: Name or service not
known.
wget: unable to resolve host address 'www.example.com’



On 09/08/17 16:31, Burton, Ross wrote:

For some reason, bitbake can't do "wget https://www.example.com/;.   Try
running that command outside of bitbake and seeing if it returns any
errors.



Ross



On 9 August 2017 at 09:29, Riko <antonius.r...@gmail.com> wrote:

Dear Yocto Member,


I have downloaded fresh install of yocto but got error, here's the trace :

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b pyro git://
git.yoctoproject.org/poky.git
Cloning into 'poky'...
remote: Counting objects: 373183, done.
remote: Compressing objects: 100% (89366/89366), done.
remote: Total 373183 (delta 277418), reused 373031 (delta 277266)
Receiving objects: 100% (373183/373183), 134.71 MiB | 1.47 MiB/s, done.
Resolving deltas: 100% (277418/277418), done.
Checking connectivity... done.


bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky$ source oe-init-build-env
You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to, for
example, select a different MACHINE (target hardware). See conf/local.conf
for more information as common configuration options are commented.

You had no conf/bblayers.conf file. This configuration file has therefore
been
created for you with some default values. To add additional metadata layers
into your configuration please add entries to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:
http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake '

Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'
bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ bitbake
core-image-minimal
ERROR:  OE-core's config sanity checker detected a potential
misconfiguration.
Either fix the cause of this error or at your own risk disable the
checker (see sanity.conf).
Following is the list of potential problems / advisories:

Fetcher failure for URL: 'https://www.example.com/'. URL
https://www.example.com/ doesn't work.
Please ensure your host's network is configured correctly,
or set BB_NO_NETWORK = "1" to disable network access if
all required sources are on local disk.


Summary: There was 1 ERROR message shown, returning a non-zero exit code.


Any suggestions ?

I'm using ubuntu 16.04,

Thanks

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









--
The information contained in this message may be confidential and legally
protected under applicable law. The message is intended solely for the
addressee(s). If you 

Re: [yocto] bitbake error ?

2017-08-09 Thread Riko Ho
so what s the issue? my connection is working. is it related with
/etc/hosts?
thanks
On Aug 9, 2017 4:38 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

> Yep.  That's your problem.
>
> $ wget https://www.example.com/
> --2017-08-09 09:37:43--  https://www.example.com/
> Resolving www.example.com... 93.184.216.34, 2606:2800:220:1:248:1893:25c8:
> 1946
> Connecting to www.example.com|93.184.216.34|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1270 (1.2K) [text/html]
> Saving to: ‘index.html’
>
> index.html  100%[===>]   1.24K  --.-KB/sin 0s
>
> 2017-08-09 09:37:44 (15.3 MB/s) - ‘index.html’ saved [1270/1270]
>
> Works for me.  Your network or wget is broken, and that is unrelated to
> bitbake/yocto/etc.
>
> Ross
>
> On 9 August 2017 at 09:34, Riko <antonius.r...@gmail.com> wrote:
>
>> This one ?
>>
>> bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ wget
>> https://www.example.com/
>> --2017-08-09 16:33:05--  https://www.example.com/
>> Resolving www.example.com (www.example.com)... failed: Name or service
>> not known.
>> wget: unable to resolve host address 'www.example.com’
>>
>>
>> On 09/08/17 16:31, Burton, Ross wrote:
>>
>> For some reason, bitbake can't do "wget https://www.example.com/;.   Try
>> running that command outside of bitbake and seeing if it returns any
>> errors.
>>
>> Ross
>>
>> On 9 August 2017 at 09:29, Riko <antonius.r...@gmail.com> wrote:
>>
>>> Dear Yocto Member,
>>>
>>>
>>> I have downloaded fresh install of yocto but got error, here's the trace
>>> :
>>>
>>> bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b pyro git://
>>> git.yoctoproject.org/poky.git
>>> Cloning into 'poky'...
>>> remote: Counting objects: 373183, done.
>>> remote: Compressing objects: 100% (89366/89366), done.
>>> remote: Total 373183 (delta 277418), reused 373031 (delta 277266)
>>> Receiving objects: 100% (373183/373183), 134.71 MiB | 1.47 MiB/s, done.
>>> Resolving deltas: 100% (277418/277418), done.
>>> Checking connectivity... done.
>>>
>>>
>>> bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky$ source
>>> oe-init-build-env
>>> You had no conf/local.conf file. This configuration file has therefore
>>> been
>>> created for you with some default values. You may wish to edit it to, for
>>> example, select a different MACHINE (target hardware). See
>>> conf/local.conf
>>> for more information as common configuration options are commented.
>>>
>>> You had no conf/bblayers.conf file. This configuration file has
>>> therefore been
>>> created for you with some default values. To add additional metadata
>>> layers
>>> into your configuration please add entries to conf/bblayers.conf.
>>>
>>> The Yocto Project has extensive documentation about OE including a
>>> reference
>>> manual which can be found at:
>>> http://yoctoproject.org/documentation
>>>
>>> For more information about OpenEmbedded see their website:
>>> http://www.openembedded.org/
>>>
>>>
>>> ### Shell environment set up for builds. ###
>>>
>>> You can now run 'bitbake '
>>>
>>> Common targets are:
>>> core-image-minimal
>>> core-image-sato
>>> meta-toolchain
>>> meta-ide-support
>>>
>>> You can also run generated qemu images with a command like 'runqemu
>>> qemux86'
>>> bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ bitbake
>>> core-image-minimal
>>> ERROR:  OE-core's config sanity checker detected a potential
>>> misconfiguration.
>>> Either fix the cause of this error or at your own risk disable the
>>> checker (see sanity.conf).
>>> Following is the list of potential problems / advisories:
>>>
>>> Fetcher failure for URL: 'https://www.example.com/'. URL
>>> https://www.example.com/ doesn't work.
>>> Please ensure your host's network is configured correctly,
>>> or set BB_NO_NETWORK = "1" to disable network access if
>>> all required sources are on local disk.
>>>
>>>
>>> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
>>>
>>>
>>> Any suggestions ?
>>>
>>> I'm using ubuntu 16.04,
>>>
>>> Thanks
>>>
>>> --
>>> ___
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>
>>
>>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] bitbake error ?

2017-08-09 Thread Riko

This one ?

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ wget 
https://www.example.com/

--2017-08-09 16:33:05--  https://www.example.com/
Resolving www.example.com (www.example.com)... failed: Name or service 
not known.

wget: unable to resolve host address 'www.example.com’


On 09/08/17 16:31, Burton, Ross wrote:
For some reason, bitbake can't do "wget https://www.example.com/;.   
Try running that command outside of bitbake and seeing if it returns 
any errors.


Ross

On 9 August 2017 at 09:29, Riko <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


Dear Yocto Member,


I have downloaded fresh install of yocto but got error, here's the
trace :

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b pyro
git://git.yoctoproject.org/poky.git
<http://git.yoctoproject.org/poky.git>
Cloning into 'poky'...
remote: Counting objects: 373183, done.
remote: Compressing objects: 100% (89366/89366), done.
remote: Total 373183 (delta 277418), reused 373031 (delta 277266)
Receiving objects: 100% (373183/373183), 134.71 MiB | 1.47 MiB/s,
done.
Resolving deltas: 100% (277418/277418), done.
Checking connectivity... done.


bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky$ source
oe-init-build-env
You had no conf/local.conf file. This configuration file has
therefore been
created for you with some default values. You may wish to edit it
to, for
example, select a different MACHINE (target hardware). See
conf/local.conf
for more information as common configuration options are commented.

You had no conf/bblayers.conf file. This configuration file has
therefore been
created for you with some default values. To add additional
metadata layers
into your configuration please add entries to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a
reference
manual which can be found at:
http://yoctoproject.org/documentation
<http://yoctoproject.org/documentation>

For more information about OpenEmbedded see their website:
http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake '

Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support

You can also run generated qemu images with a command like
'runqemu qemux86'
bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ bitbake
core-image-minimal
ERROR:  OE-core's config sanity checker detected a potential
misconfiguration.
Either fix the cause of this error or at your own risk disable
the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Fetcher failure for URL: 'https://www.example.com/'. URL
https://www.example.com/ doesn't work.
Please ensure your host's network is configured correctly,
or set BB_NO_NETWORK = "1" to disable network access if
all required sources are on local disk.


Summary: There was 1 ERROR message shown, returning a non-zero
exit code.


Any suggestions ?

I'm using ubuntu 16.04,

Thanks

-- 
___

yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>




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


[yocto] bitbake error ?

2017-08-09 Thread Riko

Dear Yocto Member,


I have downloaded fresh install of yocto but got error, here's the trace :

bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~$ git clone -b pyro 
git://git.yoctoproject.org/poky.git

Cloning into 'poky'...
remote: Counting objects: 373183, done.
remote: Compressing objects: 100% (89366/89366), done.
remote: Total 373183 (delta 277418), reused 373031 (delta 277266)
Receiving objects: 100% (373183/373183), 134.71 MiB | 1.47 MiB/s, done.
Resolving deltas: 100% (277418/277418), done.
Checking connectivity... done.


bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky$ source oe-init-build-env
You had no conf/local.conf file. This configuration file has therefore been
created for you with some default values. You may wish to edit it to, for
example, select a different MACHINE (target hardware). See conf/local.conf
for more information as common configuration options are commented.

You had no conf/bblayers.conf file. This configuration file has 
therefore been

created for you with some default values. To add additional metadata layers
into your configuration please add entries to conf/bblayers.conf.

The Yocto Project has extensive documentation about OE including a reference
manual which can be found at:
http://yoctoproject.org/documentation

For more information about OpenEmbedded see their website:
http://www.openembedded.org/


### Shell environment set up for builds. ###

You can now run 'bitbake '

Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86'
bianchi@bianchi-HP-Pavilion-dv6-Notebook-PC:~/poky/build$ bitbake 
core-image-minimal
ERROR:  OE-core's config sanity checker detected a potential 
misconfiguration.
Either fix the cause of this error or at your own risk disable the 
checker (see sanity.conf).

Following is the list of potential problems / advisories:

Fetcher failure for URL: 'https://www.example.com/'. URL 
https://www.example.com/ doesn't work.

Please ensure your host's network is configured correctly,
or set BB_NO_NETWORK = "1" to disable network access if
all required sources are on local disk.


Summary: There was 1 ERROR message shown, returning a non-zero exit code.


Any suggestions ?

I'm using ubuntu 16.04,

Thanks

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


[yocto] meta-kodi questions ?

2017-08-03 Thread Riko Ho

Dear Yocto Team Member,

I want to build my image with meta-kodi for beagle but I got this issue :

==

ERROR: libffi-native-3.2.1-r0 do_configure: Function failed: 
do_configure (log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/libffi-native/3.2.1-r0/temp/log.do_configure.15177)
ERROR: Logfile of failure stored in: 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/libffi-native/3.2.1-r0/temp/log.do_configure.15177

Log data follows:
| DEBUG: Executing shell function autotools_preconfigure
| DEBUG: Shell function autotools_preconfigure finished
| DEBUG: Executing python function autotools_aclocals
| DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 
'bit-64', 'x86_64-linux', 'common']

| DEBUG: Python function autotools_aclocals finished
| DEBUG: Executing shell function do_configure
| Unescaped left brace in regex is illegal here in regex; marked by <-- 
HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/libffi-native/3.2.1-r0/recipe-sysroot-native/usr/bin/automake 
line 3940.
| Unescaped left brace in regex is illegal here in regex; marked by <-- 
HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/libffi-native/3.2.1-r0/recipe-sysroot-native/usr/bin/automake 
line 3940.

| WARNING: exit code 255 from a shell command.

=

Does anyone know any ideas about it ?

Thanks,

--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Mplayer how to?

2017-08-03 Thread Riko Ho
Dear Yocto Team Member,

How can I add mplayer to my image?

Regards,
Riko Ho
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-08-02 Thread Riko Ho
Still got the same error after installing it? Any other clues?
On Aug 2, 2017 9:53 PM, "Khem Raj" <raj.k...@gmail.com> wrote:

> On Tue, Aug 1, 2017 at 11:42 PM, Riko Ho <antonius.r...@gmail.com> wrote:
> > Could it be this one ?
> >
> > https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-
> lts-precise-pangolin/install-libthread-queue-perl.html
> >
>
> yes
>
> > Thanks
> >
> >
> > On 02/08/17 14:38, Khem Raj wrote:
> >
> > apply the solutions they may work for ubuntu
> >
> > On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.r...@gmail.com>
> wrote:
> >
> > Dear Yocto Team Member,
> >
> > I'm building with Ubuntu 16
> >
> >
> > On 02/08/17 14:31, Khem Raj wrote:
> >
> > On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.r...@gmail.com>
> wrote:
> >
> > Dear Yocto Team Member,
> >
> > That's the branch :
> >
> > ==
> >
> > meta-poky
> > meta-yocto-bsp= "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
> > openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
> > meta-openembedded
> > meta-oe
> > meta-xfce
> > meta-gnome
> > meta-python
> > meta-multimedia
> > meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
> > meta-browser  =
> > "firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
> > meta-ti   = "master:872d418f6e503dea66e3533f43e7a17618183982"
> >
> > Initialising tasks: 100%
> > |###
> #|
> > Time: 0:00:08
> > NOTE: Executing SetScene Tasks
> > NOTE: Executing RunQueue Tasks
> > ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
> > ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile
> (log
> > file is located at
> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/temp/log.do_compile.9291)
> > ERROR: Logfile of failure stored in:
> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/temp/log.do_compile.9291
> > Log data follows:
> > | DEBUG: Executing shell function do_compile
> > | NOTE: Using icecc
> > | NOTE: make -j 10
> > | ERROR: oe_runmake failed
> > | : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
> > PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/build/t/wrap:'$PATH
> > && export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
> > --output=doc/automake-1.15.1 automake-1.15
> > | help2man: can't get `--help' info from automake-1.15
> >
> > What OS do you run on build machine ?
> > if its archlinux then apply this patch to automake
> >
> > https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a
> >
> > otherwise if its centos7 then install
> >
> > yum install perl-Thread-Queue
> >
> >
> >
> > | Try `--no-discard-stderr' if option outputs to stderr
> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
> > | make: *** [doc/automake-1.15.1] Error 255
> > | ERROR: Function failed: do_compile (log file is located at
> > /home/bianchi77/poky/build/tmp/work/x86_64-linux/
> automake-native/1.15-r0/temp/log.do_compile.9291)
> > ERROR: Task
> > (virtual:native:/home/bianchi77/poky/meta/recipes-
> devtools/automake/automake_1.15.bb:do_compile)
> > failed with exit code '1'
> > NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
> > rerun and 1 failed.
> >
> > Summary: 1 task failed:
> >
> > virtual:native:/home/bianchi77/poky/meta/recipes-
> devtools/automake/automake_1.15.bb:do_compile
> > Summary: There were 4 WARNING messages shown.
> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
> code.
> > bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$
> >
> > How can I fix that automake error ?
> >
> > I tried to run bitbake core-image-minimal for it.
> > Thanks,
> >
> > On 31/07/17 21:26, Burton, Ross wrote:
> >
> > Then the branch you checked out.  git branch will tell you.
> >
> > Ross
> >
> > On 31 July 2017 at 14:17, Riko Ho <antonius.r...@gmail.com> wrote:
> >
> > Git clone ...
> >
> > On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:
> >

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-08-02 Thread Riko Ho

Could it be this one ?

https://www.devmanuals.net/install/ubuntu/ubuntu-12-04-lts-precise-pangolin/install-libthread-queue-perl.html

Thanks


On 02/08/17 14:38, Khem Raj wrote:

apply the solutions they may work for ubuntu

On Tue, Aug 1, 2017 at 11:33 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Dear Yocto Team Member,

I'm building with Ubuntu 16


On 02/08/17 14:31, Khem Raj wrote:

On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Dear Yocto Team Member,

That's the branch :

==

meta-poky
meta-yocto-bsp= "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
meta-openembedded
meta-oe
meta-xfce
meta-gnome
meta-python
meta-multimedia
meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
meta-browser  =
"firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
meta-ti   = "master:872d418f6e503dea66e3533f43e7a17618183982"

Initialising tasks: 100%
||
Time: 0:00:08
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
file is located at
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Logfile of failure stored in:
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: Using icecc
| NOTE: make -j 10
| ERROR: oe_runmake failed
| : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
&& export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
--output=doc/automake-1.15.1 automake-1.15
| help2man: can't get `--help' info from automake-1.15

What OS do you run on build machine ?
if its archlinux then apply this patch to automake

https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a

otherwise if its centos7 then install

yum install perl-Thread-Queue



| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Task
(virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
failed with exit code '1'
NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
rerun and 1 failed.

Summary: 1 task failed:

virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$

How can I fix that automake error ?

I tried to run bitbake core-image-minimal for it.
Thanks,

On 31/07/17 21:26, Burton, Ross wrote:

Then the branch you checked out.  git branch will tell you.

Ross

On 31 July 2017 at 14:17, Riko Ho <antonius.r...@gmail.com> wrote:

Git clone ...

On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

How did you get poky?

Ross

On 31 July 2017 at 14:14, Riko Ho <antonius.r...@gmail.com> wrote:

How can I see my branch?

On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

On 31 July 2017 at 03:33, Riko Ho <antonius.r...@gmail.com> wrote:

Is my auto make disabled with icecc ?

How to make it enable ? thanks.

That's just a debug message.

| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed

That's the error your hitting.

I think you need to update to the latest commit for the branch you're
on, there was a problem with modern perl in help2man.  What release/branch
are you using?

Ross


--

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/


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


--

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-08-02 Thread Riko Ho

Dear Yocto Team Member,

I'm building with Ubuntu 16


On 02/08/17 14:31, Khem Raj wrote:

On Tue, Aug 1, 2017 at 11:18 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Dear Yocto Team Member,

That's the branch :

==

meta-poky
meta-yocto-bsp= "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"
openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
meta-openembedded
meta-oe
meta-xfce
meta-gnome
meta-python
meta-multimedia
meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
meta-browser  =
"firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"
meta-ti   = "master:872d418f6e503dea66e3533f43e7a17618183982"

Initialising tasks: 100%
||
Time: 0:00:08
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile (log
file is located at
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Logfile of failure stored in:
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: Using icecc
| NOTE: make -j 10
| ERROR: oe_runmake failed
| : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && {
PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
&& export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man
--output=doc/automake-1.15.1 automake-1.15
| help2man: can't get `--help' info from automake-1.15

What OS do you run on build machine ?
if its archlinux then apply this patch to automake

https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a

otherwise if its centos7 then install

yum install perl-Thread-Queue




| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Task
(virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile)
failed with exit code '1'
NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be
rerun and 1 failed.

Summary: 1 task failed:

virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$

How can I fix that automake error ?

I tried to run bitbake core-image-minimal for it.
Thanks,

On 31/07/17 21:26, Burton, Ross wrote:

Then the branch you checked out.  git branch will tell you.

Ross

On 31 July 2017 at 14:17, Riko Ho <antonius.r...@gmail.com> wrote:

Git clone ...

On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

How did you get poky?

Ross

On 31 July 2017 at 14:14, Riko Ho <antonius.r...@gmail.com> wrote:

How can I see my branch?

On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

On 31 July 2017 at 03:33, Riko Ho <antonius.r...@gmail.com> wrote:

Is my auto make disabled with icecc ?

How to make it enable ? thanks.


That's just a debug message.


| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed


That's the error your hitting.

I think you need to update to the latest commit for the branch you're
on, there was a problem with modern perl in help2man.  What release/branch
are you using?

Ross




--

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-08-02 Thread Riko Ho

Dear Yocto Team Member,

That's the branch :

==

*meta-poky **
**meta-yocto-bsp= "pyro:e5aa1ac23669a45491de9ecffac491c01e70203f"*
openembedded-core = "master:2fd0757ae7fd63bc93a4ce8579c6ba0cdbb4c1cd"
meta-openembedded
meta-oe
meta-xfce
meta-gnome
meta-python
meta-multimedia
meta-networking   = "master:b063789560bfb9c60a7a15277b5b3a9839b5ba74"
meta-browser  = 
"firefox-52.1.2esr-2:c79cf6c7811afd2cd167e8967e3c29b1e797371e"

meta-ti   = "master:872d418f6e503dea66e3533f43e7a17618183982"

Initialising tasks: 100% 
|| 
Time: 0:00:08

NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile 
(log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Logfile of failure stored in: 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291

Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: Using icecc
| NOTE: make -j 10
| ERROR: oe_runmake failed
| : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && { 
PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH 
&& export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man 
--output=doc/automake-1.15.1 automake-1.15

| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.9291)
ERROR: Task 
(virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile) 
failed with exit code '1'
NOTE: Tasks Summary: Attempted 845 tasks of which 844 didn't need to be 
rerun and 1 failed.


Summary: 1 task failed:
virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
bianchi77@bianchi77-HP-Pavilion-dv6-Notebook-PC:~/poky/build$

How can I fix that automake error ?

I tried to run bitbake core-image-minimal for it.
Thanks,

On 31/07/17 21:26, Burton, Ross wrote:

Then the branch you checked out.  git branch will tell you.

Ross

On 31 July 2017 at 14:17, Riko Ho <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


Git clone ...

On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com
<mailto:ross.bur...@intel.com>> wrote:

How did you get poky?

Ross

On 31 July 2017 at 14:14, Riko Ho <antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

How can I see my branch?

On Jul 31, 2017 9:12 PM, "Burton, Ross"
<ross.bur...@intel.com <mailto:ross.bur...@intel.com>> wrote:

On 31 July 2017 at 03:33, Riko Ho
<antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

Is my auto make disabled with icecc ?

How to make it enable ? thanks.


That's just a debug message.

> | help2man: can't get `--help' info from automake-1.15
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target
'doc/automake-1.15.1' failed


That's the error your hitting.

I think you need to update to the latest commit for
the branch you're on, there was a problem with modern
perl in help2man.  What release/branch are you using?

Ross





--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho

Dear Yocto Team Members,

Here's what I got :

=

#:~/poky$ git branch
  master
* pyro


How can I fix that problem with modern perl in help2man ?

Thanks


On 31/07/17 21:26, Burton, Ross wrote:

Then the branch you checked out.  git branch will tell you.

Ross

On 31 July 2017 at 14:17, Riko Ho <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


Git clone ...

On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com
<mailto:ross.bur...@intel.com>> wrote:

How did you get poky?

Ross

On 31 July 2017 at 14:14, Riko Ho <antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

How can I see my branch?

On Jul 31, 2017 9:12 PM, "Burton, Ross"
<ross.bur...@intel.com <mailto:ross.bur...@intel.com>> wrote:

On 31 July 2017 at 03:33, Riko Ho
<antonius.r...@gmail.com
<mailto:antonius.r...@gmail.com>> wrote:

Is my auto make disabled with icecc ?

How to make it enable ? thanks.


That's just a debug message.

> | help2man: can't get `--help' info from automake-1.15
> | Try `--no-discard-stderr' if option outputs to stderr
> | Makefile:3687: recipe for target
'doc/automake-1.15.1' failed


That's the error your hitting.

I think you need to update to the latest commit for
the branch you're on, there was a problem with modern
perl in help2man.  What release/branch are you using?

Ross





--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
I forgot which one? How can I update?thx
https://www.yoctoproject.org/downloads/yocto-project
On Jul 31, 2017 9:17 PM, "Riko Ho" <antonius.r...@gmail.com> wrote:

> Git clone ...
> On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:
>
>> How did you get poky?
>>
>> Ross
>>
>> On 31 July 2017 at 14:14, Riko Ho <antonius.r...@gmail.com> wrote:
>>
>>> How can I see my branch?
>>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:
>>>
>>>> On 31 July 2017 at 03:33, Riko Ho <antonius.r...@gmail.com> wrote:
>>>>
>>>>> Is my auto make disabled with icecc ?
>>>>>
>>>>> How to make it enable ? thanks.
>>>>>
>>>>
>>>> That's just a debug message.
>>>>
>>>> > | help2man: can't get `--help' info from automake-1.15
>>>> > | Try `--no-discard-stderr' if option outputs to stderr
>>>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>>
>>>>
>>>> That's the error your hitting.
>>>>
>>>> I think you need to update to the latest commit for the branch you're
>>>> on, there was a problem with modern perl in help2man.  What release/branch
>>>> are you using?
>>>>
>>>> Ross
>>>>
>>>
>>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
Git clone ...
On Jul 31, 2017 9:16 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

> How did you get poky?
>
> Ross
>
> On 31 July 2017 at 14:14, Riko Ho <antonius.r...@gmail.com> wrote:
>
>> How can I see my branch?
>> On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:
>>
>>> On 31 July 2017 at 03:33, Riko Ho <antonius.r...@gmail.com> wrote:
>>>
>>>> Is my auto make disabled with icecc ?
>>>>
>>>> How to make it enable ? thanks.
>>>>
>>>
>>> That's just a debug message.
>>>
>>> > | help2man: can't get `--help' info from automake-1.15
>>> > | Try `--no-discard-stderr' if option outputs to stderr
>>> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>>>
>>>
>>> That's the error your hitting.
>>>
>>> I think you need to update to the latest commit for the branch you're
>>> on, there was a problem with modern perl in help2man.  What release/branch
>>> are you using?
>>>
>>> Ross
>>>
>>
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-31 Thread Riko Ho
How can I see my branch?
On Jul 31, 2017 9:12 PM, "Burton, Ross" <ross.bur...@intel.com> wrote:

> On 31 July 2017 at 03:33, Riko Ho <antonius.r...@gmail.com> wrote:
>
>> Is my auto make disabled with icecc ?
>>
>> How to make it enable ? thanks.
>>
>
> That's just a debug message.
>
> > | help2man: can't get `--help' info from automake-1.15
> > | Try `--no-discard-stderr' if option outputs to stderr
> > | Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
>
>
> That's the error your hitting.
>
> I think you need to update to the latest commit for the branch you're on,
> there was a problem with modern perl in help2man.  What release/branch are
> you using?
>
> Ross
>
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-07-30 Thread Riko Ho

Dear Yocto Team Member,

I tried

#:~/poky/build$ bitbake core-image-minimal

Is my auto make disabled with icecc ?

How to make it enable ? thanks.

Here's the messages:

==

NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: automake-native-1.15-r0 do_compile: oe_runmake failed
ERROR: automake-native-1.15-r0 do_compile: Function failed: do_compile 
(log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.7351)
ERROR: Logfile of failure stored in: 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.7351

Log data follows:
| DEBUG: automake-native: class native found in blacklist, disable icecc
| DEBUG: automake-native: class native found in blacklist, disable icecc
| DEBUG: automake-native: class native found in blacklist, disable icecc
| DEBUG: Executing shell function do_compile
| NOTE: make -j 10
| ERROR: oe_runmake failed
| : && /home/bianchi77/poky/build/tmp/hosttools/mkdir -p doc && { 
PATH='/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH 
&& export PATH; } && /usr/bin/env perl ../automake-1.15/doc/help2man 
--output=doc/automake-1.15.1 automake-1.15

| help2man: can't get `--help' info from automake-1.15
| Try `--no-discard-stderr' if option outputs to stderr
| Makefile:3687: recipe for target 'doc/automake-1.15.1' failed
| make: *** [doc/automake-1.15.1] Error 255
| ERROR: Function failed: do_compile (log file is located at 
/home/bianchi77/poky/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.7351)
ERROR: Task 
(virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile) 
failed with exit code '1'
NOTE: Tasks Summary: Attempted 230 tasks of which 194 didn't need to be 
rerun and 1 failed.


Summary: 1 task failed:
virtual:native:/home/bianchi77/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_compile
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Icecc configuration on ubuntu ?

2017-07-30 Thread Riko Ho

Dear Yocto Team Member,

I've been reading :
https://www.openembedded.org/wiki/Using_IceCC

on this part :
...
use icecc service provided by your distribution (e.g. in ubuntu set 
ICECC_SCHEDULER_HOST in /etc/icecc/icecc.conf and enable START_ICECC in 
/etc/default/icecc) ...

What should I fill with this configuration ?
===

# ICECC_SCHEDULER_HOST=""
ICECC_SCHEDULER_HOST=""

===
Is it my Host Ip Address or my hostname ?

Thank you,


**
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho

Dear Yocto Team Member,

I've followed :

https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html

and trying to do bitbake but got :

 DEBUG: automake-native: class native found in blacklist, disable icecc

any work around it ?

thanks


On 28/07/17 14:36, Josef Holzmayr wrote:

On 28.07.2017 08:30, Riko Ho wrote:

but have no idea on how to use it yet ?


This usually is helped by reading the manual. Or the links that I 
already provided.


As a last hint for now, let me rephrase and simplify the short 
description from icecc itself:


icecc is a daemon that can accept compile jobs over the network.

That should tell you that you probably don't use it directly, right?


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho

Ok, thanks for the hints, I'll make some experiments


On 28/07/17 14:36, Josef Holzmayr wrote:

On 28.07.2017 08:30, Riko Ho wrote:

but have no idea on how to use it yet ?


This usually is helped by reading the manual. Or the links that I 
already provided.


As a last hint for now, let me rephrase and simplify the short 
description from icecc itself:


icecc is a daemon that can accept compile jobs over the network.

That should tell you that you probably don't use it directly, right?


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho

I've installed on my system,

but have no idea on how to use it yet ?

Usage:
   icecc [compiler] [compile options] -o OBJECT -c SOURCE
   icecc --build-native [compilertype] [file...]
   icecc --help

Options:
   --help explain usage and exit
   --version  show version and exit
   --build-native create icecc environment
Environment Variables:
   ICECC  if set to "no", just exec the real compiler
   ICECC_VERSION  use a specific icecc environment, see 
icecc-create-env

   ICECC_DEBUG[info | warnings | debug]
  sets verboseness of icecream client.
   ICECC_LOGFILE  if set, additional debug information is 
logged to the specified file

   ICECC_REPEAT_RATE  the number of jobs out of 1000 that should be
  compiled on multiple hosts to ensure that 
they're

  producing the same output.  The default is 0.
   ICECC_PREFERRED_HOST   overrides scheduler decisions if set.
   ICECC_CC   set C compiler name (default gcc).
   ICECC_CXX  set C++ compiler name (default g++).
   ICECC_CLANG_REMOTE_CPP set to 1 or 0 to override remote 
precompiling with clang

  (requires clang -frewrite-includes option).
   ICECC_IGNORE_UNVERIFIEDif set, hosts where environment cannot be 
verified are not used.

   ICECC_EXTRAFILES   additi


On 28/07/17 14:22, Josef Holzmayr wrote:

On 28.07.2017 08:17, Riko Ho wrote:

icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?


to me, the description in

https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake 



looks pretty good - for the bitbake side of things. Setting up icecc, 
again, is distribution specific (according to themselves, see 
https://github.com/icecc/icecream/blob/master/README.md#installation).


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho

Probably this one will help the way ?

http://manpages.ubuntu.com/manpages/xenial/man7/icecream.7.html


On 28/07/17 14:22, Josef Holzmayr wrote:

On 28.07.2017 08:17, Riko Ho wrote:

icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?


to me, the description in

https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake 



looks pretty good - for the bitbake side of things. Setting up icecc, 
again, is distribution specific (according to themselves, see 
https://github.com/icecc/icecream/blob/master/README.md#installation).


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Icecc configuration on mpich ?

2017-07-28 Thread Riko Ho

Dear Yocto Team Member,

Yes, I'm confuse about those,

And reading about Icecc now.

Icecc is the right way for distributing compilation for my bitbake, 
correct me ?


I read about :

26.50.
icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?

Thanks


On 28/07/17 14:13, Josef Holzmayr wrote:

On 28.07.2017 07:56, Riko Ho wrote:

How can I port it to MPICH ?


Easy, just do a complete rewrite of the compiler infrastructure :-)

Or did you actually mean "how can I install" instead of "how can I 
port"? In that case, the answer is "Not at all."


Seriously, icecc/distcc have absolutely nothing to do with mpich(or 
any other comparable mpi/hpc framework). You are mixing up an awful 
lot of buzzwords, what is running where and doing what.


If you want to speed up bitbake by using multiple boxes, icecc is your 
choice. Follow its own installation procedures for getting started.


mpich seems to be a framwork/infrastructure for hpc applications, 
which is something completely different.


And generally, all this shbang is not worth the effort. Are you really 
running multiple hours of builds per day? Would shaving off a couple 
of percent from the compilation provide any gain? Mind, its only the 
compilation that can be distributed. Not the whole rest that actually 
makes up the magic of a bitbake build.





--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Icecc configuration on mpich ?

2017-07-27 Thread Riko Ho

Dear Yocto Team Member,

I read about,

https://lists.yoctoproject.org/pipermail/yocto/2012-August/008757.html,

How can I port it to MPICH ?
Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Mpich and yocto ?

2017-07-27 Thread Riko Ho

Dear Yocto Team Member,

I tried to compile icecream on the master node, but here's the messages 
I got, any ideas ?


=

Making install in services
make[1]: Entering directory '/home/bianchi77/icecream/services'
make[2]: Entering directory '/home/bianchi77/icecream/services'
 /bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c libicecc.la 
'/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libicecc.lai 
/usr/local/lib/libicecc.la
/usr/bin/install: cannot create regular file 
'/usr/local/lib/libicecc.la': Permission denied

Makefile:428: recipe for target 'install-libLTLIBRARIES' failed
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory '/home/bianchi77/icecream/services'
Makefile:721: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/bianchi77/icecream/services'
Makefile:421: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

==

Thanks


On 27/07/17 09:10, Randy MacLeod wrote:

On 2017-07-26 08:08 PM, Riko Ho wrote:

Dear Yocto Team Member,

The cluster is using Ubuntu.
I haven't checked all the packages on the other computer. I will.

My goal is getting more hardrive space and compiling speed.

How can I relate bitbake with mpicc or other compilers needed by 
yocto (arm-linux-gcc, gcc, etc)?


Do you mean that you want to do part of the build using each node in 
the cluster? That's possible now using distcc/icecream

(https://github.com/icecc/icecream ) but I haven't done it in years
as explained below.

Oh, there's a Stack Overflow entry for YP+distcc/icecream:

https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake 



and distcc is mentioned in the docs:
   http://www.yoctoproject.org/docs/2.3/dev-manual/dev-manual.html


Anyway, this just distributes the compilation so:
 - build management,
 - recipe download, unpack, patch, configuring and packaging,
 - linking, etc
are still done centrally.

There are plans to improve the bitbake task manager so that, with
the recipe specific sysroot work that has been done in 2.2, we'd be
able to farm out all of the stages of a package's build to individual
nodes in a cluster:
   https://bugzilla.yoctoproject.org/show_bug.cgi?id=10684
I don't know if that work is a priority for the fall 2.4 release.

Note that depending on your workload, inter-recipe dependencies and
the long time taken to run configure for autotools-based packages is
the bottleneck. Therefore, buying a high-end ( >= 16+16 core )
system with lots (64GB+) RAM and a good IO sub-system results
in core-image-minimal building quickly, certainly under 40 minutes.
   https://wiki.yoctoproject.org/wiki/Build_Performance

Also for repeated builds by one or more developers, sstate-cache is
a huge speed-up with some cost in scripts and people to manage it.


I've wondered if anyone has played with bitbake on an OS that is
known as a single-system image:
   https://en.wikipedia.org/wiki/Single_system_image
On these systems, jobs are transparently moved from the master-node
to idle nodes in the cluster by the operating system. That would be
an interesting academic exercise but it wouldn't be useful in
practice since such OSs are not generally used as far as I know at
least.

I look forward to hearing what your goals and plans are.

../Randy




I have tested a small code with mpicc and the cluster do the job.

Thanks for the attention.

On Jul 27, 2017 3:23 AM, "Randy MacLeod" <randy.macl...@windriver.com 
<mailto:randy.macl...@windriver.com>> wrote:

 >
 > On 2017-07-26 02:09 AM, Riko Ho wrote:
 >>
 >> How can we do that ?
 >>
 >> bitbake in which node ? I don't understand ?
 >>
 >>
 >> On 26/07/17 13:57, Josef Holzmayr wrote:
 >>>
 >>> Hi
 >>>
 >>> On 26.07.2017 05:12, Riko Ho wrote:
 >>>>
 >>>> Does anyone know on how to run poky on mpich cluster ?
 >
 >
 > That's a rather ambiguous question.
 >
 > What OS/Distro is the mpich cluster running?
 > Have you installed the packages that are required on the host:
 >see: "The Build Host Packages" here:
 >
 > 
http://www.yoctoproject.org/docs/2.3/yocto-project-qs/yocto-project-qs.html

 >
 > What do you hope to achieve using bitbake?
 >
 >
 >>>
 >>> As far as I can see, MPICH is a userland library, basically. So 
it would be the other way round, you could probably run a mpich 
application on a number of nodes that run some OE/Poky thing.

 >>>
 >>> Greetz
 >
 >
 > There is an mpich recipe here:
 > http://layers.openembedded.org/layerindex/recipe/33348/
 >
 > but again, it's not clear what your ultimate goal is.
 >
 > ../Randy
 >
 >>
 >> --
 >> *
 >>
 >>
 >> /***/
 >> Sent by Ubuntu

Re: [yocto] Mpich and yocto ?

2017-07-26 Thread Riko Ho

Dear Yocto Team Member,

Thanks for the reply,

So :

"YP+distcc/icecream" is equal to MpichCluster ? or that one is inside 
MpichCluster,


I have tested :

https://help.ubuntu.com/community/MpichCluster

I don't have a fancy systems as you said below, but I have a spare 
motherboards, memories and hard drives for a test on a small cluster, at 
least making my compilation time faster and get more space.


Ok, I'll have a look on those links below and keep posted, thanks.



On 27/07/17 09:10, Randy MacLeod wrote:

On 2017-07-26 08:08 PM, Riko Ho wrote:

Dear Yocto Team Member,

The cluster is using Ubuntu.
I haven't checked all the packages on the other computer. I will.

My goal is getting more hardrive space and compiling speed.

How can I relate bitbake with mpicc or other compilers needed by 
yocto (arm-linux-gcc, gcc, etc)?


Do you mean that you want to do part of the build using each node in 
the cluster? That's possible now using distcc/icecream

(https://github.com/icecc/icecream ) but I haven't done it in years
as explained below.

Oh, there's a Stack Overflow entry for YP+distcc/icecream:

https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake 



and distcc is mentioned in the docs:
   http://www.yoctoproject.org/docs/2.3/dev-manual/dev-manual.html


Anyway, this just distributes the compilation so:
 - build management,
 - recipe download, unpack, patch, configuring and packaging,
 - linking, etc
are still done centrally.

There are plans to improve the bitbake task manager so that, with
the recipe specific sysroot work that has been done in 2.2, we'd be
able to farm out all of the stages of a package's build to individual
nodes in a cluster:
   https://bugzilla.yoctoproject.org/show_bug.cgi?id=10684
I don't know if that work is a priority for the fall 2.4 release.

Note that depending on your workload, inter-recipe dependencies and
the long time taken to run configure for autotools-based packages is
the bottleneck. Therefore, buying a high-end ( >= 16+16 core )
system with lots (64GB+) RAM and a good IO sub-system results
in core-image-minimal building quickly, certainly under 40 minutes.
   https://wiki.yoctoproject.org/wiki/Build_Performance

Also for repeated builds by one or more developers, sstate-cache is
a huge speed-up with some cost in scripts and people to manage it.


I've wondered if anyone has played with bitbake on an OS that is
known as a single-system image:
   https://en.wikipedia.org/wiki/Single_system_image
On these systems, jobs are transparently moved from the master-node
to idle nodes in the cluster by the operating system. That would be
an interesting academic exercise but it wouldn't be useful in
practice since such OSs are not generally used as far as I know at
least.

I look forward to hearing what your goals and plans are.

../Randy




I have tested a small code with mpicc and the cluster do the job.

Thanks for the attention.

On Jul 27, 2017 3:23 AM, "Randy MacLeod" <randy.macl...@windriver.com 
<mailto:randy.macl...@windriver.com>> wrote:

 >
 > On 2017-07-26 02:09 AM, Riko Ho wrote:
 >>
 >> How can we do that ?
 >>
 >> bitbake in which node ? I don't understand ?
 >>
 >>
 >> On 26/07/17 13:57, Josef Holzmayr wrote:
 >>>
 >>> Hi
 >>>
 >>> On 26.07.2017 05:12, Riko Ho wrote:
 >>>>
 >>>> Does anyone know on how to run poky on mpich cluster ?
 >
 >
 > That's a rather ambiguous question.
 >
 > What OS/Distro is the mpich cluster running?
 > Have you installed the packages that are required on the host:
 >see: "The Build Host Packages" here:
 >
 > 
http://www.yoctoproject.org/docs/2.3/yocto-project-qs/yocto-project-qs.html

 >
 > What do you hope to achieve using bitbake?
 >
 >
 >>>
 >>> As far as I can see, MPICH is a userland library, basically. So 
it would be the other way round, you could probably run a mpich 
application on a number of nodes that run some OE/Poky thing.

 >>>
 >>> Greetz
 >
 >
 > There is an mpich recipe here:
 > http://layers.openembedded.org/layerindex/recipe/33348/
 >
 > but again, it's not clear what your ultimate goal is.
 >
 > ../Randy
 >
 >>
 >> --
 >> *
 >>
 >>
 >> /***/
 >> Sent by Ubuntu LTS 16.04,
 >> Kind regards,
 >> Riko Ho
 >> /***/
 >>
 >> *
 >>
 >>
 >
 >
 > --
 > # Randy MacLeod. SMTS, Linux, Wind River
 > Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5







--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Mpich and yocto ?

2017-07-26 Thread Riko Ho
Dear Yocto Team Member,

The cluster is using Ubuntu.
I haven't checked all the packages on the other computer. I will.

My goal is getting more hardrive space and compiling speed.

How can I relate bitbake with mpicc or other compilers needed by yocto
(arm-linux-gcc, gcc, etc)?

I have tested a small code with mpicc and the cluster do the job.

Thanks for the attention.

On Jul 27, 2017 3:23 AM, "Randy MacLeod" <randy.macl...@windriver.com>
wrote:
>
> On 2017-07-26 02:09 AM, Riko Ho wrote:
>>
>> How can we do that ?
>>
>> bitbake in which node ? I don't understand ?
>>
>>
>> On 26/07/17 13:57, Josef Holzmayr wrote:
>>>
>>> Hi
>>>
>>> On 26.07.2017 05:12, Riko Ho wrote:
>>>>
>>>> Does anyone know on how to run poky on mpich cluster ?
>
>
> That's a rather ambiguous question.
>
> What OS/Distro is the mpich cluster running?
> Have you installed the packages that are required on the host:
>see: "The Build Host Packages" here:
>
>
http://www.yoctoproject.org/docs/2.3/yocto-project-qs/yocto-project-qs.html
>
> What do you hope to achieve using bitbake?
>
>
>>>
>>> As far as I can see, MPICH is a userland library, basically. So it
would be the other way round, you could probably run a mpich application on
a number of nodes that run some OE/Poky thing.
>>>
>>> Greetz
>
>
> There is an mpich recipe here:
> http://layers.openembedded.org/layerindex/recipe/33348/
>
> but again, it's not clear what your ultimate goal is.
>
> ../Randy
>
>>
>> --
>> *
>>
>>
>> /***/
>> Sent by Ubuntu LTS 16.04,
>> Kind regards,
>> Riko Ho
>> /***/
>>
>> *
>>
>>
>
>
> --
> # Randy MacLeod. SMTS, Linux, Wind River
> Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON,
Canada, K2K 2W5
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Mpich and yocto ?

2017-07-26 Thread Riko Ho

How can we do that ?

bitbake in which node ? I don't understand ?


On 26/07/17 13:57, Josef Holzmayr wrote:

Hi

On 26.07.2017 05:12, Riko Ho wrote:

Does anyone know on how to run poky on mpich cluster ?


As far as I can see, MPICH is a userland library, basically. So it 
would be the other way round, you could probably run a mpich 
application on a number of nodes that run some OE/Poky thing.


Greetz


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Mpich and yocto ?

2017-07-25 Thread Riko Ho

Dear Yocto Member,

Does anyone know on how to run poky on mpich cluster ?

Thanks,

--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] FFplay question ?

2017-07-18 Thread Riko Ho

Dear Yocto Members,

I tried to compile FFplay with FFMpeg, but I can not get it ?

What should I change on this code ?

Here's on ffmpeg_3.3.bb :

===

EXTRA_OECONF = " \
--disable-stripping \
--enable-pic \
--enable-shared \
--enable-pthreads \
--enable-ffplay  \

"


Thank you


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] SPI0 dev loop back = 000 ? why ?

2017-07-05 Thread Riko Ho

Hello Yocto Team Member,

I tried to compile spidev_test  on loopback ,but got , why is it ?? 
I checked all the cable and /dev/spidev1.0, they're all there ??


spi mode: 0
bits per word: 8
max speed: 240 Hz (2400 KHz)

00 00 00 00 00 00
00 00 00 00 00 00
00 00 00 00 00 00
00 00 00 00 00 00
00 00 00 00 00 00
00 00 00 00 00 00
00 00

--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] /boot/dtbs/4.4.54-ti-r93/am335x-boneblack.dtb

2017-07-04 Thread Riko Ho

Dear Yocto Team Member,

Is it possible that I use this dtb with beagle yocto kernel ? if it is, 
how to do that ?


loading */boot/dtbs/4.4.54-ti-r93/am335x-boneblack.dtb *

--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

When I upgrade poky, will it delete all the configuration I had done?


On 04/07/17 17:51, Takuro Ashie wrote:


On 2017年07月04日 17:06, Riko Ho wrote:


Still in error :

| 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/firefox-52.1.2esr/firefox-build-dir/dist/system_wrappers/pk11pub.h:3:26: 
fatal error: pk11pub.h: No such file or directory

|  #include_next 
|   ^
| compilation terminated.



I confirmed it.
Hmm, there are some issues which prevent using built-in nss & nspr.
I can't resolve it soon.

It seems that upgrading poky is a easier way to build firefox if it's 
acceptable for you.




--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Kernel image and dts

2017-07-04 Thread Riko Ho

Hello Yocto Team Member,

I have a question related with *.dtbo,

Can I use *.dtbo for beaglebone directly with linux yocto kernel, 
without using ti mainline kernel ?


I want to use SPI port.

One example I can read : arch/arm/boot/dts/sun7i-a20-pcduino3.dts, where 
can I find those source files on yocto ? ==> build/tmp/ .??


Thanks


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

Still in error :

| 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/firefox-52.1.2esr/firefox-build-dir/dist/system_wrappers/pk11pub.h:3:26: 
fatal error: pk11pub.h: No such file or directory

|  #include_next 
|   ^
| compilation terminated.


On 04/07/17 15:03, Takuro Ashie wrote:

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

It's compiling now..


On 04/07/17 15:03, Takuro Ashie wrote:

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

These lines :

# System libraries
#ac_add_options --with-system-nss #comment out for nss bug
#ac_add_options --with-system-nspr

Let me try...


On 04/07/17 15:03, Takuro Ashie wrote:

> so which one is the right one ? :)

This is the correct one:

ac_add_options --with-system-nss
ac_add_options --with-system-nspr

Regards,



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

so which one is the right one ? :)


On 04/07/17 14:43, Takuro Ashie wrote:

ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Oops, it's wrong.

  ac_add_options --with-system-nss
  ac_add_options --with-system-nspr


On 2017年07月04日 15:34, Takuro Ashie wrote:

You need latest poky (current master branch is needed).
But upgrading poky may also introduce unexpected changes for you.

Another solution is using built-in nss & nspr instead of system's one.
To use it remove or comment out following lines in your 
meta-browser/recipes-mozilla/firefox/firefox/mozconfig


  ac_add_options --with-system-nss
  ac_add_options --with-system-jpeg

Regards,




--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-04 Thread Riko Ho

another bug :

checking for NSS - version >= 3.28.4... no
| configure: error: you don't have NSS installed or your version is too old
| DEBUG: 
| DEBUG: #include 
| DEBUG:   #include 
| DEBUG:   size_t malloc_usable_size(const void *ptr);
| DEBUG: int main() {
| DEBUG: return malloc_usable_size(0);
| DEBUG: ; return 0; }
| DEBUG: configure:9923: checking for valloc in malloc.h
| DEBUG: configure:9948: checking for valloc in unistd.h
| DEBUG: configure:10103: checking NSPR selection
| DEBUG: configure:10203: checking for nspr-config
| DEBUG: configure:10238: checking for NSPR - version >= 4.13.1
| DEBUG: configure:10314: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char -fno-strict-aliasing 
-fno-strict-aliasing -fno-math-errno -pthread   conftest.c 1>&5| DEBUG: 
configure:10333: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char -fno-strict-aliasing 
-fno-strict-aliasing -fno-math-errno -pthread   conftest.c 1>&5
| DEBUG: configure:10381: 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc 
-march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 
--sysroot=/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/recipe-sysroot 
-std=gnu99 -c -fno-lifetime-dse  -Os -fsigned-char -fno-strict-aliasing 
-fno-strict-aliasing -fno-math-errno -pthread   conftest.c 1>&5

| DEBUG: configure:10420: checking for libevent
| DEBUG: configure:10427: checking MOZ_LIBEVENT_CFLAGS
| DEBUG: configure:10432: checking MOZ_LIBEVENT_LIBS
| DEBUG: configure:10605: checking for nss-config
| DEBUG: configure:10640: checking for NSS - version >= 3.28.4
| DEBUG: configure: error: you don't have NSS installed or your version 
is too old

| ERROR: old-configure failed
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at 
/home/bianchi77/poky/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/firefox/52.1.2esr-r0/temp/log.do_configure.9904)
ERROR: Task 
(/home/bianchi77/poky/meta-browser/recipes-mozilla/firefox/firefox_52.1.2esr.bb:do_configure) 
failed with exit code '1'



Let me see my NSS

On 04/07/17 13:33, Takuro Ashie wrote:

|HOSTTOOLS += "autoconf2.13"|


--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho

Installing now and I'll let you know the result..


On 04/07/17 13:33, Takuro Ashie wrote:

Hi.

> How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.

* Add autoconf2.13 to you system:

  $ sudo apt install autoconf2.13

* Add the following line to your local.conf if you are using recent poky.
  If you are using old poky, it's not needed.

|  HOSTTOOLS += "autoconf2.13"

We are now discussing about it to resolve properly:

|https://github.com/OSSystems/meta-browser/pull/43#issuecomment-312721620

Regards,


On 2017年07月04日 14:16, Riko Ho wrote:


I got this error :

checking for autoconf...
| ERROR: Could not find autoconf 2.13
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure

How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and 
report issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie <as...@clear-code.com>


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*




--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho

I got this error :

checking for autoconf...
| ERROR: Could not find autoconf 2.13
| *** Fix above errors and then restart with\
|"make -f client.mk build"
| client.mk:375: recipe for target 'configure' failed
| make: *** [configure] Error 1
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure

How to fix it ? thanks. I'm using Ubuntu 16.04 as a host.


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and report 
issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie <as...@clear-code.com>


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho

Hi,

How can I update file into my computer ?

Thanks


On 03/07/17 15:32, Takuro Ashie wrote:

Hi.


How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb



I'm now trying to upgrade it to 52ESR:

https://github.com/OSSystems/meta-browser/pull/43

It almost done but seems have a problem. Drawing tabs may be broken.
I'm now investigating it.
If you are interesting it, please try the following branch and report 
issues:


https://github.com/ashie/meta-browser/tree/firefox-52.1.2esr-2

In addition, we are also trying to support

  * Wayland
  * OpenMAX
  * EGL

They are already enabled in the following branch but not stable yet:

https://github.com/mozilla-japan/meta-browser/tree/firefox-52.2esr

Regards,
Takuro Ashie <as...@clear-code.com>


On 2017年07月01日 15:03, Riko Ho wrote:


Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*






--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-01 Thread Riko Ho

Hello Everyone,

How can I update to the latest firefox version?

/poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb

Thanks
--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] internet radio

2017-06-27 Thread Riko Ho

How to install mplayer on xfce ? I got no luck until now.


On 23/06/17 21:42, Khem Raj wrote:

On Fri, Jun 23, 2017 at 1:18 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello everyone,

What do you suggest me using for internet radio / playing multimedia on GUI
? Which recipe is suitable for it ?


may be you could use mplayer or kodi


Thanks

--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] internet radio

2017-06-24 Thread Riko Ho

Hi,


I tried to install mplayer and I got this message :

Loading cache: 100% 
|#| 
Time: 0:00:01

Loaded 2794 entries from dependency cache.
Parsing recipes: 100% 
|###| 
Time: 0:00:01
Parsing of 2041 .bb files complete (2040 cached, 1 parsed). 2794 
targets, 208 skipped, 0 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_openembedded-layer 
'^/home/bianchi77/poky/meta-openembedded/meta-oe/'
WARNING: No bb files matched BBFILE_PATTERN_meta-python 
'^/home/bianchi77/poky/meta-openembedded/meta-python/'
WARNING: No bb files matched BBFILE_PATTERN_multimedia-layer 
'^/home/bianchi77/poky/meta-openembedded/meta-multimedia/'

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'mplayer' (but 
/home/bianchi77/poky/meta-openembedded/meta-xfce/recipes-core/images/core-image-minimal-xfce-browser.bb 
RDEPENDS on or otherwise requires it)

NOTE: Runtime target 'mplayer' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['mplayer']
ERROR: Required build target 'core-image-minimal-xfce-browser' has no 
buildable providers.
Missing or unbuildable dependency chain was: 
['core-image-minimal-xfce-browser', 'mplayer']


What do I miss here ?


bblayers :

BBLAYERS ?= " \
  /home/bianchi77/poky/meta \
  /home/bianchi77/poky/meta-poky \
  /home/bianchi77/poky/meta-yocto-bsp \
  /home/bianchi77/poky/openembedded-core \
  /home/bianchi77/poky/meta-openembedded \
  /home/bianchi77/poky/meta-openembedded/meta-oe \
  /home/bianchi77/poky/meta-openembedded/meta-xfce \
  /home/bianchi77/poky/meta-openembedded/meta-gnome \
  /home/bianchi77/poky/meta-openembedded/meta-python \
  /home/bianchi77/poky/meta-openembedded/meta-multimedia \
  /home/bianchi77/poky/meta-browser \
  "


and image .bb :

IMAGE_INSTALL += "linux-firmware"
IMAGE_INSTALL += "mplayer"
IMAGE_INSTALL += "strace nano firefox gstreamer"
IMAGE_FEATURES += "ssh-server-openssh"



On 23/06/17 21:42, Khem Raj wrote:

On Fri, Jun 23, 2017 at 1:18 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello everyone,

What do you suggest me using for internet radio / playing multimedia on GUI
? Which recipe is suitable for it ?


may be you could use mplayer or kodi


Thanks

--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] internet radio

2017-06-23 Thread Riko Ho

and this one ?

http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-multimedia/mplayer

is it gui or text based ?


On 23/06/17 21:42, Khem Raj wrote:

On Fri, Jun 23, 2017 at 1:18 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello everyone,

What do you suggest me using for internet radio / playing multimedia on GUI
? Which recipe is suitable for it ?


may be you could use mplayer or kodi


Thanks

--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] internet radio

2017-06-23 Thread Riko Ho

This one ?

http://layers.openembedded.org/layerindex/branch/master/layer/meta-multimedia/


On 23/06/17 21:42, Khem Raj wrote:

On Fri, Jun 23, 2017 at 1:18 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello everyone,

What do you suggest me using for internet radio / playing multimedia on GUI
? Which recipe is suitable for it ?


may be you could use mplayer or kodi


Thanks

--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-23 Thread Riko Ho
it can be compiled and image can be written to the board but chromium 
got error :


/usr/bin/chromium/chrome: error while loading shared libraries: 
libaccessibility.so: cannot open shared object file: No such file or 
directory


What do I miss here on compiling ? could it be a not complete library on 
my configuration ? any clues ?


thanks


On 21/06/17 15:37, Gunnar Andersson wrote:

On Wed, 2017-06-21 at 12:42 +0800, Riko Ho wrote:

did I put it wrongly ?

...

browser/chromium/chromium_54.0.2810.2.bb:7: unparsed line:
'EXTRA_OEGYP_prepend = " -Dcomponent=shared_library

Maybe your line break did not use a backslash?  It was lost, or just
assumed, in Khem's example.

See recipe syntax in Yocto manual [1].  Look for the item "Line
continuation".

HTH
- Gunnar

[1] http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#un
derstanding-recipe-syntax

--
Gunnar Andersson <ganders...@genivi.org>
Development Lead
GENIVI Alliance




--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] RTL8192EU question ?

2017-06-23 Thread Riko Ho

Hello Everyone,

I tried to connect  rev B

But I got this message below repeating,

usb 1-1.1: This Realtek USB WiFi dongle (0x0bda:0x818b) is untested!
usb 1-1.1: Please report results to jes.soren...@gmail.com
usb 1-1.1: Vendor: Realtek
usb 1-1.1: Product: 802.11n NIC
usb 1-1.1: Serial: ���
usb 1-1.1: rtl8192eu_parse_efuse: dumping efuse (0x200 bytes):
usb 1-1.1: 00: 29 81 00 7c 01 40 03 00
usb 1-1.1: 08: 40 74 04 50 14 00 00 00
usb 1-1.1: 10: 2e 2e 2e 2e 2e 2e 2e 2e
usb 1-1.1: 18: 2e 2e 2e 02 ef ef ff ff
usb 1-1.1: 20: ff ff ff ff ff ff ff ff
usb 1-1.1: 28: ff ff ff ff ff ff ff ff
usb 1-1.1: 30: ff ff ff ff ff ff ff ff
usb 1-1.1: 38: ff ff 29 29 29 29 29 29
usb 1-1.1: 40: 2e 2e 2e 2e 2e 02 ef ef
usb 1-1.1: 48: ff ff ff ff ff ff ff ff
usb 1-1.1: 50: ff ff ff ff ff ff ff ff
usb 1-1.1: 58: ff ff ff ff ff ff ff ff
usb 1-1.1: 60: ff ff ff ff ff ff ff ff
usb 1-1.1: 68: ff ff ff ff ff ff ff ff
usb 1-1.1: 70: ff ff ff ff ff ff ff ff
usb 1-1.1: 78: ff ff ff ff ff ff ff ff
usb 1-1.1: 80: ff ff ff ff ff ff ff ff
usb 1-1.1: 88: ff ff ff ff ff ff ff ff
usb 1-1.1: 90: ff ff ff ff ff ff ff ff
usb 1-1.1: 98: ff ff ff ff ff ff ff ff
usb 1-1.1: a0: ff ff ff ff ff ff ff ff
usb 1-1.1: a8: ff ff ff ff ff ff ff ff
usb 1-1.1: b0: ff ff ff ff ff ff ff ff
usb 1-1.1: b8: 20 20 1a 00 00 00 ff ff
usb 1-1.1: c0: ff 01 00 10 00 00 00 ff
usb 1-1.1: c8: 00 00 ff ff ff ff ff ff
usb 1-1.1: d0: da 0b 8b 81 e6 47 02 00
usb 1-1.1: d8: 0b 81 a2 a5 60 09 03 52
usb 1-1.1: e0: 65 61 6c 74 65 6b 0d 03
usb 1-1.1: e8: 38 30 32 2e 31 31 6e 20
usb 1-1.1: f0: 4e 49 43 00 ff ff ff ff
usb 1-1.1: f8: ff ff ff ff ff ff ff ff
usb 1-1.1: 100: ff ff ff ff ff ff ff ff
usb 1-1.1: 108: ff ff ff ff ff ff ff ff
usb 1-1.1: 110: ff ff ff ff ff ff ff 0d
usb 1-1.1: 118: 03 00 05 00 30 00 00 00
usb 1-1.1: 120: 00 93 ff ff ff ff ff ff
usb 1-1.1: 128: ff ff ff ff ff ff ff ff
usb 1-1.1: 130: f6 a8 98 2d 03 92 98 00
usb 1-1.1: 138: fc 8c 00 11 9b 44 02 0a
usb 1-1.1: 140: ff ff ff ff ff ff ff ff
usb 1-1.1: 148: ff ff ff ff ff ff ff ff
usb 1-1.1: 150: ff ff ff ff ff ff ff ff
usb 1-1.1: 158: ff ff ff ff ff ff ff ff
usb 1-1.1: 160: ff ff ff ff ff ff ff ff
usb 1-1.1: 168: ff ff ff ff ff ff ff ff
usb 1-1.1: 170: ff ff ff ff ff ff ff ff
usb 1-1.1: 178: ff ff ff ff ff ff ff ff
usb 1-1.1: 180: ff ff ff ff ff ff ff ff
usb 1-1.1: 188: ff ff ff ff ff ff ff ff
usb 1-1.1: 190: ff ff ff ff ff ff ff ff
usb 1-1.1: 198: ff ff ff ff ff ff ff ff
usb 1-1.1: 1a0: ff ff ff ff ff ff ff ff
usb 1-1.1: 1a8: ff ff ff ff ff ff ff ff
usb 1-1.1: 1b0: ff ff ff ff ff ff ff ff
usb 1-1.1: 1b8: ff ff ff ff ff ff ff ff
usb 1-1.1: 1c0: ff ff ff ff ff ff ff ff
usb 1-1.1: 1c8: ff ff ff ff ff ff ff ff
usb 1-1.1: 1d0: ff ff ff ff ff ff ff ff
usb 1-1.1: 1d8: ff ff ff ff ff ff ff ff
usb 1-1.1: 1e0: ff ff ff ff ff ff ff ff
usb 1-1.1: 1e8: ff ff ff ff ff ff ff ff
usb 1-1.1: 1f0: ff ff ff ff ff ff ff ff
usb 1-1.1: 1f8: ff ff ff ff ff ff ff ff
usb 1-1.1: RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, 
GPS=0, HI PA=0

usb 1-1.1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1.1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1.1: Firmware revision 19.0 (signature 0x92e1)


what issue do I get here?

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] internet radio

2017-06-23 Thread Riko Ho

Hello everyone,

What do you suggest me using for internet radio / playing multimedia on 
GUI ? Which recipe is suitable for it ?


Thanks

--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] wlan0: link is not ready ?

2017-06-22 Thread Riko Ho

Hello everyone,

The board can see the dongle but it can not obtain IP, how to fix it ?



ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 
'rt2870.bin'
ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - 
version: 0.36

IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
udhcpc (v1.24.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, forking to background

--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] 47401300.usb-phy supply vcc not found, using dummy regulator

2017-06-22 Thread Riko Ho

Hi Everyone,

Is my beagleboard usb regulator broken ?

Here's the message I got :



usbcore: registered new interface driver usb-storage
47401300.usb-phy supply vcc not found, using dummy regulator
musb-hdrc musb-hdrc.0.auto: Failed to request rx1.
47401b00.usb-phy supply vcc not found, using dummy regulator

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


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-21 Thread Riko Ho

It's compiling now, I cross my finger, thanks Guys,

EXTRA_OEGYP_prepend = "\
-Dcomponent=shared_library \
-Dremove_webcore_debug_symbols=1 -Dfastbuild=1 \
"



On 21/06/17 15:37, Gunnar Andersson wrote:

On Wed, 2017-06-21 at 12:42 +0800, Riko Ho wrote:

did I put it wrongly ?

...

browser/chromium/chromium_54.0.2810.2.bb:7: unparsed line:
'EXTRA_OEGYP_prepend = " -Dcomponent=shared_library

Maybe your line break did not use a backslash?  It was lost, or just
assumed, in Khem's example.

See recipe syntax in Yocto manual [1].  Look for the item "Line
continuation".

HTH
- Gunnar

[1] http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#un
derstanding-recipe-syntax

--
Gunnar Andersson <ganders...@genivi.org>
Development Lead
GENIVI Alliance




--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-21 Thread Riko Ho

Like this ?

EXTRA_OEGYP_prepend = "\ -Dcomponent=shared_library
-Dremove_webcore_debug_symbols=1 -Dfastbuild=1 \"


On 21/06/17 15:37, Gunnar Andersson wrote:

On Wed, 2017-06-21 at 12:42 +0800, Riko Ho wrote:

did I put it wrongly ?

...

browser/chromium/chromium_54.0.2810.2.bb:7: unparsed line:
'EXTRA_OEGYP_prepend = " -Dcomponent=shared_library

Maybe your line break did not use a backslash?  It was lost, or just
assumed, in Khem's example.

See recipe syntax in Yocto manual [1].  Look for the item "Line
continuation".

HTH
- Gunnar

[1] http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#un
derstanding-recipe-syntax

--
Gunnar Andersson <ganders...@genivi.org>
Development Lead
GENIVI Alliance




--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Riko Ho

did I put it wrongly ?

===

Loading cache: 100% 
|#| 
Time: 0:00:01

Loaded 2794 entries from dependency cache.
ERROR: ParseError at 
/home/bianchi77/poky/meta-browser/recipes-browser/chromium/chromium_54.0.2810.2.bb:7: 
unparsed line: 'EXTRA_OEGYP_prepend = " -Dcomponent=shared_library



On 21/06/17 10:28, Khem Raj wrote:

add it to chromium recipe itself if you dont have a bbappend for it.

On Tue, Jun 20, 2017 at 9:53 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Ok, thanks a lot for the parameter idea, where will I put that ? local.conf,
bblayers.conf ?


On 20/06/17 13:08, Khem Raj wrote:

On Mon, Jun 19, 2017 at 8:32 PM, Riko Ho <antonius.r...@gmail.com> wrote:

My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can
help ?

add something like

EXTRA_OEGYP_prepend = " -Dcomponent=shared_library
-Dremove_webcore_debug_symbols=1 -Dfastbuild=1 "

and see if that helps.

I compiled firefox and it worked well, but still wondering why chromium
didn't work.


On 20/06/17 04:01, Khem Raj wrote:

On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez
<jaragu...@igalia.com> wrote:

On 18/06/17 20:10, Gunnar Andersson wrote:

Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12
hours and stopped on 99%, I used bitbake for doing it,

Not sure what would cause it to just stop and it could have been some
temporary glitch?   Maybe you want to provide some logs of your build if
Martin's reference does not help.

Just a heads-up, if it stopped at 99% it probably was in the linking
phase (you can check the logs under
tmp/work/$arch/chromium-wayland/$version/temp/log.do_compile to be
certain). This phase has a very high RAM demand, you could even need to
temporarily increase your swap space to go past that point.

linker takes a whole lot of memory here, if you have < 8G of RAM
its likely to fail with out of memory errors. Can you check your dmesg
and see if there were such errors in there

Best,
--
Jacobo Aragunde
Software Engineer at Igalia
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Riko Ho

drwxrwxr-x 5 bianchi77 bianchi77 4.0K Jun 14 14:31 .
drwxrwxr-x 3 bianchi77 bianchi77 4.0K Jun 12 15:50 ..
drwxrwxr-x 2 bianchi77 bianchi77 4.0K Jun 12 15:50 cef3
-rw-rw-r-- 1 bianchi77 bianchi77 2.7K Jun 12 15:50 cef3_280796.bb
drwxrwxr-x 4 bianchi77 bianchi77 4.0K Jun 12 15:50 chromium
*-rw-rw-r-- 1 bianchi77 bianchi77 1.2K Jun 12 15:50 chromium_54.0.2810.2.bb*
-rw-rw-r-- 1 bianchi77 bianchi77  11K Jun 12 15:50 chromium-browser.inc
-rw-rw-r-- 1 bianchi77 bianchi77 4.6K Jun 12 15:50 chromium.inc
-rw-rw-r-- 1 bianchi77 bianchi77 2.2K Jun 12 15:50 
chromium-wayland_53.0.2785.143.bb

drwxrwxr-x 8 bianchi77 bianchi77 4.0K Jun 12 15:50 files

is this one ? *chromium_54.0.2810.2.bb ?

Thanks
*
On 21/06/17 10:28, Khem Raj wrote:

add it to chromium recipe itself if you dont have a bbappend for it.

On Tue, Jun 20, 2017 at 9:53 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Ok, thanks a lot for the parameter idea, where will I put that ? local.conf,
bblayers.conf ?


On 20/06/17 13:08, Khem Raj wrote:

On Mon, Jun 19, 2017 at 8:32 PM, Riko Ho <antonius.r...@gmail.com> wrote:

My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can
help ?

add something like

EXTRA_OEGYP_prepend = " -Dcomponent=shared_library
-Dremove_webcore_debug_symbols=1 -Dfastbuild=1 "

and see if that helps.

I compiled firefox and it worked well, but still wondering why chromium
didn't work.


On 20/06/17 04:01, Khem Raj wrote:

On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez
<jaragu...@igalia.com> wrote:

On 18/06/17 20:10, Gunnar Andersson wrote:

Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12
hours and stopped on 99%, I used bitbake for doing it,

Not sure what would cause it to just stop and it could have been some
temporary glitch?   Maybe you want to provide some logs of your build if
Martin's reference does not help.

Just a heads-up, if it stopped at 99% it probably was in the linking
phase (you can check the logs under
tmp/work/$arch/chromium-wayland/$version/temp/log.do_compile to be
certain). This phase has a very high RAM demand, you could even need to
temporarily increase your swap space to go past that point.

linker takes a whole lot of memory here, if you have < 8G of RAM
its likely to fail with out of memory errors. Can you check your dmesg
and see if there were such errors in there

Best,
--
Jacobo Aragunde
Software Engineer at Igalia
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-20 Thread Riko Ho

I got those messages :

===

musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid), 
retry #1, port1 0100
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid), 
retry #2, port1 0104
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (89, <AValid), 
retry #3, port1 0104
musb-hdrc musb-hdrc.1.auto: VBUS_ERROR in a_wait_vrise (88, <AValid), 
retry #3, port1 0008010c



waiting for vrise ?


On 21/06/17 10:28, Khem Raj wrote:

On Tue, Jun 20, 2017 at 9:52 PM, Riko Ho <antonius.r...@gmail.com> wrote:

How can I obtain that "udev" ? and where can I find the log ? "dmesg" |
"grep" ?

Two days ago, I saw activity on UART when the dongle was inserted, but it's
gone now, I can't see the activity..
Any clues ?

dmesg should have some information may be


Thanks

On 20/06/17 12:51, Khem Raj wrote:

On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.r...@gmail.com> wrote:

I got all the files needed, but now I get no response from the dongle when I
plug it,

you might want to check logs and see if there are udev events generated
on insertion.

Here's the files on the board :
root@beaglebone:/lib/firmware/rtlwifi# ls
rtl8188efw.bin   rtl8192eu_ap_wowlan.bin  rtl8723bs_bt.bin
rtl8188eufw.bin  rtl8192eu_nic.binrtl8723bs_nic.bin
rtl8192cfw.bin   rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
rtl8192cfwU.bin  rtl8192sefw.bin  rtl8723bu_ap_wowlan.bin
rtl8192cfwU_B.binrtl8712u.bin rtl8723bu_nic.bin
rtl8192cufw.bin  rtl8723aufw_A.binrtl8723bu_wowlan.bin
rtl8192cufw_A.binrtl8723aufw_B.binrtl8723fw.bin
rtl8192cufw_B.binrtl8723aufw_B_NoBT.bin   rtl8723fw_B.bin
rtl8192cufw_TMSC.bin rtl8723befw.bin  rtl8821aefw.bin
rtl8192defw.bin  rtl8723befw_36.bin   rtl8821aefw_29.bin
rtl8192eefw.bin  rtl8723bs_ap_wowlan.bin  rtl8821aefw_wowlan.bin


On 20/06/17 03:57, Khem Raj wrote:

On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

How can I obtain : rtl8192eu_nic.bin?

I got this message :

RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
error -2
usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed

you probably need to add the nonfree firmware bits something like this

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend

and

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb

might help

Thanks,

On 18/06/17 15:49, Martin Jansa wrote:

You didn't say which versions you're using.

If you're using latest oe-core with gcc7 then you will need v3 version of
this change:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.

And how can I clean after building it ? It took about 70Gb of my drive

Like any other recipe:
bitbake -c clean foo

On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12 hours
and stopped on 99%,
I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with X86_64
before.
And how can I clean after building it ? It took about 70Gb of my drive

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-20 Thread Riko Ho
Ok, thanks a lot for the parameter idea, where will I put that ? 
local.conf, bblayers.conf ?



On 20/06/17 13:08, Khem Raj wrote:

On Mon, Jun 19, 2017 at 8:32 PM, Riko Ho <antonius.r...@gmail.com> wrote:

My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can
help ?


add something like

EXTRA_OEGYP_prepend = " -Dcomponent=shared_library
-Dremove_webcore_debug_symbols=1 -Dfastbuild=1 "

and see if that helps.


I compiled firefox and it worked well, but still wondering why chromium
didn't work.


On 20/06/17 04:01, Khem Raj wrote:

On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez
<jaragu...@igalia.com> wrote:

On 18/06/17 20:10, Gunnar Andersson wrote:

Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12
hours and stopped on 99%, I used bitbake for doing it,

Not sure what would cause it to just stop and it could have been some
temporary glitch?   Maybe you want to provide some logs of your build if
Martin's reference does not help.

Just a heads-up, if it stopped at 99% it probably was in the linking
phase (you can check the logs under
tmp/work/$arch/chromium-wayland/$version/temp/log.do_compile to be
certain). This phase has a very high RAM demand, you could even need to
temporarily increase your swap space to go past that point.

linker takes a whole lot of memory here, if you have < 8G of RAM
its likely to fail with out of memory errors. Can you check your dmesg
and see if there were such errors in there

Best,
--
Jacobo Aragunde
Software Engineer at Igalia
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-20 Thread Riko Ho
How can I obtain that "udev" ? and where can I find the log ? "dmesg" | 
"grep" ?


Two days ago, I saw activity on UART when the dongle was inserted, but 
it's gone now, I can't see the activity..

Any clues ?
Thanks
On 20/06/17 12:51, Khem Raj wrote:

On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho <antonius.r...@gmail.com> wrote:

I got all the files needed, but now I get no response from the dongle when I
plug it,

you might want to check logs and see if there are udev events generated
on insertion.


Here's the files on the board :
root@beaglebone:/lib/firmware/rtlwifi# ls
rtl8188efw.bin   rtl8192eu_ap_wowlan.bin  rtl8723bs_bt.bin
rtl8188eufw.bin  rtl8192eu_nic.binrtl8723bs_nic.bin
rtl8192cfw.bin   rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
rtl8192cfwU.bin  rtl8192sefw.bin  rtl8723bu_ap_wowlan.bin
rtl8192cfwU_B.binrtl8712u.bin rtl8723bu_nic.bin
rtl8192cufw.bin  rtl8723aufw_A.binrtl8723bu_wowlan.bin
rtl8192cufw_A.binrtl8723aufw_B.binrtl8723fw.bin
rtl8192cufw_B.binrtl8723aufw_B_NoBT.bin   rtl8723fw_B.bin
rtl8192cufw_TMSC.bin rtl8723befw.bin  rtl8821aefw.bin
rtl8192defw.bin  rtl8723befw_36.bin   rtl8821aefw_29.bin
rtl8192eefw.bin  rtl8723bs_ap_wowlan.bin  rtl8821aefw_wowlan.bin


On 20/06/17 03:57, Khem Raj wrote:

On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

How can I obtain : rtl8192eu_nic.bin?

I got this message :

RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
error -2
usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed

you probably need to add the nonfree firmware bits something like this

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend

and

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb

might help

Thanks,

On 18/06/17 15:49, Martin Jansa wrote:

You didn't say which versions you're using.

If you're using latest oe-core with gcc7 then you will need v3 version of
this change:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.

And how can I clean after building it ? It took about 70Gb of my drive

Like any other recipe:
bitbake -c clean foo

On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12 hours
and stopped on 99%,
I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with X86_64
before.
And how can I clean after building it ? It took about 70Gb of my drive

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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


--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Riko Ho
I got all the files needed, but now I get no response from the dongle 
when I plug it,


Here's the files on the board :
root@beaglebone:/lib/firmware/rtlwifi# ls
rtl8188efw.bin   rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin
rtl8188eufw.binrtl8192eu_nic.bin rtl8723bs_nic.bin
rtl8192cfw.bin   rtl8192eu_wowlan.bin rtl8723bs_wowlan.bin
rtl8192cfwU.bin  rtl8192sefw.bin rtl8723bu_ap_wowlan.bin
rtl8192cfwU_B.binrtl8712u.bin rtl8723bu_nic.bin
rtl8192cufw.bin  rtl8723aufw_A.bin rtl8723bu_wowlan.bin
rtl8192cufw_A.binrtl8723aufw_B.bin rtl8723fw.bin
rtl8192cufw_B.binrtl8723aufw_B_NoBT.bin rtl8723fw_B.bin
rtl8192cufw_TMSC.bin rtl8723befw.bin rtl8821aefw.bin
rtl8192defw.bin  rtl8723befw_36.bin rtl8821aefw_29.bin
rtl8192eefw.bin  rtl8723bs_ap_wowlan.bin rtl8821aefw_wowlan.bin


On 20/06/17 03:57, Khem Raj wrote:

On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

How can I obtain : rtl8192eu_nic.bin?

I got this message :

RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
error -2
usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed


you probably need to add the nonfree firmware bits something like this

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend

and

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb

might help


Thanks,

On 18/06/17 15:49, Martin Jansa wrote:

You didn't say which versions you're using.

If you're using latest oe-core with gcc7 then you will need v3 version of
this change:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.


And how can I clean after building it ? It took about 70Gb of my drive

Like any other recipe:
bitbake -c clean foo

On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12 hours
and stopped on 99%,
I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with X86_64
before.
And how can I clean after building it ? It took about 70Gb of my drive

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Riko Ho
I've put meta == > linux-firmware, but stil doesn't work, probably a 
hardware issue ?


I'll post my debug log later on,

I've checked that it can read *.bin on /lib/firmware, but still can not 
initialize properly, don't know why yet.


On 20/06/17 03:57, Khem Raj wrote:

On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

How can I obtain : rtl8192eu_nic.bin?

I got this message :

RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with
error -2
usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed


you probably need to add the nonfree firmware bits something like this

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend

and

https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-kernel/rtl8192cu/rtl8192cu_4.0.2_9000.bb

might help


Thanks,

On 18/06/17 15:49, Martin Jansa wrote:

You didn't say which versions you're using.

If you're using latest oe-core with gcc7 then you will need v3 version of
this change:
http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.


And how can I clean after building it ? It took about 70Gb of my drive

Like any other recipe:
bitbake -c clean foo

On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12 hours
and stopped on 99%,
I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with X86_64
before.
And how can I clean after building it ? It took about 70Gb of my drive

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



--

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/


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



--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Riko Ho
My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can 
help ?


I compiled firefox and it worked well, but still wondering why chromium 
didn't work.



On 20/06/17 04:01, Khem Raj wrote:

On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez
<jaragu...@igalia.com> wrote:

On 18/06/17 20:10, Gunnar Andersson wrote:

Riko Ho <antonius.r...@gmail.com> wrote:


Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12
hours and stopped on 99%, I used bitbake for doing it,

Not sure what would cause it to just stop and it could have been some
temporary glitch?   Maybe you want to provide some logs of your build if
Martin's reference does not help.


Just a heads-up, if it stopped at 99% it probably was in the linking
phase (you can check the logs under
tmp/work/$arch/chromium-wayland/$version/temp/log.do_compile to be
certain). This phase has a very high RAM demand, you could even need to
temporarily increase your swap space to go past that point.


linker takes a whole lot of memory here, if you have < 8G of RAM
its likely to fail with out of memory errors. Can you check your dmesg
and see if there were such errors in there


Best,
--
Jacobo Aragunde
Software Engineer at Igalia
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-18 Thread Riko Ho

Hello Everyone,

How can I obtain : rtl8192eu_nic.bin?

I got this message :

RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0
usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60
usb 1-1: rtl8xxxu: Loading firmware rtlwifi/rtl8192eu_nic.bin
usb 1-1: Direct firmware load for rtlwifi/rtl8192eu_nic.bin failed with 
error -2

usb 1-1: request_firmware(rtlwifi/rtl8192eu_nic.bin) failed

Thanks,

On 18/06/17 15:49, Martin Jansa wrote:

You didn't say which versions you're using.

If you're using latest oe-core with gcc7 then you will need v3 version 
of this change:

http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.

> And how can I clean after building it ? It took about 70Gb of my drive

Like any other recipe:
bitbake -c clean foo

On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


Hello Everyone,

I tried to compile chromium but never succeeded, took me already
12 hours and stopped on 99%,
I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with
X86_64 before.
And how can I clean after building it ? It took about 70Gb of my drive

Thanks
-- 
___

yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>




--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] dd image to sdcard ?

2017-06-18 Thread Riko Ho

Thanks Guys,

I think this one will answer my question,

http://git.yoctoproject.org/cgit.cgi/poky/tree/README.hardware

Line 140...

|Texas Instruments Beaglebone (beaglebone) 
= ... Anyway I recompiled 
the image to get 'wic' file now. IMAGE_FSTYPES ="ext3 tar.bz2 wic" |



On 19/06/17 03:37, Maciej Borzęcki wrote:

On Sun, Jun 18, 2017 at 9:17 PM, Burton, Ross <ross.bur...@intel.com> wrote:

On 18 June 2017 at 12:48, Riko Ho <antonius.r...@gmail.com> wrote:

Which one of these files can be downloaded by "dd" directly to SDcard ? or
how to write it to sdcard ?


The beaglebone BSP doesn't write a SD card image (although it probably
should now that wic exists).  Google has various pages explaining how a
beaglebone needs a SD card to be formatted,
https://github.com/linneman/planck/wiki/How-to-create-a-Boot-SD-Card-for-the-BeagleBone-black
was near the top of my search.


If you're using 'beaglebone' machine defined in meta-yocto-bsp, then
there is a corresponding wks file
https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta-yocto-bsp/wic/beaglebone.wks
which should produce a bootable SD card image. Both `wic` and
`wic.bmap` are added to IMAGE_FSTYPES automatically.

Cheers,


--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] dd image to sdcard ?

2017-06-18 Thread Riko Ho

Hi Everyone,

Which one of these files can be downloaded by "dd" directly to SDcard ? 
or how to write it to sdcard ?


lrwxrwxrwx 1 bianchi77 bianchi77   61 Jun 18 19:34 
core-image-minimal-xfce-beaglebone.ext3 -> 
core-image-minimal-xfce-beaglebone-20170618070558.rootfs.ext3
lrwxrwxrwx 1 bianchi77 bianchi77   65 Jun 18 19:34 
core-image-minimal-xfce-beaglebone.manifest -> 
core-image-minimal-xfce-beaglebone-20170618070558.rootfs.manifest
lrwxrwxrwx 1 bianchi77 bianchi77   64 Jun 18 19:34 
core-image-minimal-xfce-beaglebone.tar.bz2 -> 
core-image-minimal-xfce-beaglebone-20170618070558.rootfs.tar.bz2


lrwxrwxrwx 1 bianchi77 bianchi77   25 Jun 18 18:17 MLO -> 
MLO-beaglebone-2017.01-r0
lrwxrwxrwx 1 bianchi77 bianchi77   25 Jun 18 18:17 MLO-beaglebone -> 
MLO-beaglebone-2017.01-r0

-rw-r--r-- 1 bianchi77 bianchi77  70K Jun 18 18:17 MLO-beaglebone-2017.01-r0
-rw-rw-r-- 2 bianchi77 bianchi77  48M Jun 18 19:21 
modules--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.tgz
lrwxrwxrwx 2 bianchi77 bianchi77   75 Jun 18 19:21 
modules-beaglebone.tgz -> 
modules--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.tgz
-rw-r--r-- 1 bianchi77 bianchi77 360K Jun 18 18:17 
u-boot-beaglebone-2017.01-r0.img
lrwxrwxrwx 1 bianchi77 bianchi77   32 Jun 18 18:17 u-boot-beaglebone.img 
-> u-boot-beaglebone-2017.01-r0.img
lrwxrwxrwx 1 bianchi77 bianchi77   32 Jun 18 18:17 u-boot.img -> 
u-boot-beaglebone-2017.01-r0.img
lrwxrwxrwx 2 bianchi77 bianchi77   74 Jun 18 19:21 zImage -> 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.bin
-rw-r--r-- 2 bianchi77 bianchi77  32K Jun 18 19:21 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-bone-20170618070558.dtb
-rw-r--r-- 2 bianchi77 bianchi77  34K Jun 18 19:21 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-boneblack-20170618070558.dtb
-rw-r--r-- 2 bianchi77 bianchi77 5.4M Jun 18 19:21 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.bin
lrwxrwxrwx 2 bianchi77 bianchi77   80 Jun 18 19:21 
zImage-am335x-boneblack.dtb -> 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-boneblack-20170618070558.dtb
lrwxrwxrwx 2 bianchi77 bianchi77   75 Jun 18 19:21 
zImage-am335x-bone.dtb -> 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-am335x-bone-20170618070558.dtb
lrwxrwxrwx 2 bianchi77 bianchi77   74 Jun 18 19:21 zImage-beaglebone.bin 
-> 
zImage--4.10.9+git0+ad2e885015_fe0fb8da3d-r0-beaglebone-20170618070558.bin




 thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-18 Thread Riko Ho

What version are you talking about ? how can I know that ?

Thanks


On 18/06/17 15:49, Martin Jansa wrote:

You didn't say which versions you're using.

If you're using latest oe-core with gcc7 then you will need v3 version 
of this change:

http://lists.openembedded.org/pipermail/openembedded-devel/2017-June/113247.html
I'll send it later today.

> And how can I clean after building it ? It took about 70Gb of my drive

Like any other recipe:
bitbake -c clean foo

On Sun, Jun 18, 2017 at 1:41 AM, Riko Ho <antonius.r...@gmail.com 
<mailto:antonius.r...@gmail.com>> wrote:


Hello Everyone,

I tried to compile chromium but never succeeded, took me already
12 hours and stopped on 99%,
I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with
X86_64 before.
And how can I clean after building it ? It took about 70Gb of my drive

Thanks
-- 
___

yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto
<https://lists.yoctoproject.org/listinfo/yocto>




--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-17 Thread Riko Ho

Hello Everyone,

I tried to compile chromium but never succeeded, took me already 12 
hours and stopped on 99%,

I used bitbake for doing it,

Is chromium not compatible with arm CPU ? it was working with X86_64 
before.

And how can I clean after building it ? It took about 70Gb of my drive

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Image type on bitbake ?

2017-06-15 Thread Riko Ho

Hi Everyone,

What parameter do I add to bitbake for getting *.hddimg or *.wic image ?

for example bitbake -??? core-image-sato
Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] Meta-web-kiosk Layer

2017-06-15 Thread Riko Ho

Hello Everyone,

I tried doing bitbake core-image-web-kiosk and got some errors, does 
anyone know how to fix it ? thanks,


Loading cache: 100% 
|#| 
Time: 0:00:00

Loaded 1310 entries from dependency cache.
ERROR: ExpansionError during parsing 
/home/bianchi77/poky/meta-web-kiosk/recipes-browser/vala/vala_0.16.0.bb 
| ETA:  --:--:--

Traceback (most recent call last):
  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 412, 
in 
DataSmart.expandWithRefs(s='http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz 
http://ftp.gnome.org/pub/GNOME/sources/vala/0.36/vala-0.36.0.tar.xz', 
varname='SRC_URI'):

 try:
>s = __expand_var_regexp__.sub(varparse.var_sub, s)
 try:
  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 111, 
in VariableParse.var_sub(match=<_sre.SRE_Match object; span=(46, 57), 
match='${SHRT_VER}'>):

 else:
>var = self.d.getVarFlag(key, "_content")
 self.references.add(key)
  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 794, 
in DataSmart.getVarFlag(var='SHRT_VER', flag='_content', expand=True, 
noweakdefault=False, parsing=False):

 cachename = var + "[" + flag + "]"
>value = self.expand(value, cachename)

  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 436, 
in 
DataSmart.expand(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}", 
varname='SHRT_VER'):

 def expand(self, s, varname = None):
>return self.expandWithRefs(s, varname).value

  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 426, 
in 
DataSmart.expandWithRefs(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}", 
varname='SHRT_VER'):

 except Exception as exc:
>raise ExpansionError(varname, s, exc) from exc

bb.data_smart.ExpansionError: Failure expanding variable SHRT_VER, 
expression was 
${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]} 
which triggered exception AttributeError: module 'bb.data' has no 
attribute 'getVar'



Summary: There was 1 ERROR message shown, returning a non-zero exit code.

--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] FriendlyArm Mini6410 ?

2017-06-15 Thread Riko Ho

Hi Everyone,

Is it possible that I only change the kernel config to support this CPU

S3C6410 ? or I'm gonna need something else ?

bitbake linux-yocto -c menuconfig ?

It's ARM1176JZF-S based CPU

Thanks


On 15/06/17 14:05, Belisko Marek wrote:

Hi Riko,

On Thu, Jun 15, 2017 at 7:53 AM, Riko Ho <antonius.r...@gmail.com> wrote:

Hello Everyone,

I want to use Yocto for my FriendlyArm Mini6410,
Where should I begin to start ?

Please read following thread:
https://lists.yoctoproject.org/pipermail/yocto/2014-June/020009.html

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

BR,

marek



--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] FriendlyArm Mini6410 ?

2017-06-14 Thread Riko Ho

Hello Everyone,

I want to use Yocto for my FriendlyArm Mini6410,
Where should I begin to start ?

Thanks
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] bitbake core-image-web-kiosk question ?

2017-06-13 Thread Riko Ho

Hello Everyone,

I tried doing "bitbake core-image-web-kiosk"

And I got this :



Loading cache: 100% 
|#| 
Time: 0:00:00

Loaded 1310 entries from dependency cache.
ERROR: ExpansionError during parsing 
/home/bianchi77/poky/meta-web-kiosk/recipes-browser/vala/vala_0.16.0.bb 
| ETA:  --:--:--

Traceback (most recent call last):
  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 412, 
in 
DataSmart.expandWithRefs(s='http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz 
http://ftp.gnome.org/pub/GNOME/sources/vala/0.36/vala-0.36.0.tar.xz', 
varname='SRC_URI'):

 try:
>s = __expand_var_regexp__.sub(varparse.var_sub, s)
 try:
  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 111, 
in VariableParse.var_sub(match=<_sre.SRE_Match object; span=(46, 57), 
match='${SHRT_VER}'>):

 else:
>var = self.d.getVarFlag(key, "_content")
 self.references.add(key)
  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 794, 
in DataSmart.getVarFlag(var='SHRT_VER', flag='_content', expand=True, 
noweakdefault=False, parsing=False):

 cachename = var + "[" + flag + "]"
>value = self.expand(value, cachename)

  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 436, 
in 
DataSmart.expand(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}", 
varname='SHRT_VER'):

 def expand(self, s, varname = None):
>return self.expandWithRefs(s, varname).value

  File "/home/bianchi77/poky/bitbake/lib/bb/data_smart.py", line 426, 
in 
DataSmart.expandWithRefs(s="${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}", 
varname='SHRT_VER'):

 except Exception as exc:
>raise ExpansionError(varname, s, exc) from exc

bb.data_smart.ExpansionError: Failure expanding variable SHRT_VER, 
expression was 
${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]} 
which triggered exception AttributeError: module 'bb.data' has no 
attribute 'getVar'



Summary: There was 1 ERROR message shown, returning a non-zero exit code.

===

Does anyone know how to fix it ?

I used poky with pyro release,

Thanks

--
*

/***/
Sent by Ubuntu LTS 16.04,
谢谢,
Regards,
Riko Ho
/***/

*
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto