Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Gary Thomas
On 2016-10-03 20:48, Trevor Woerner wrote: On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote: Note: I just launched the build again with bitbake -k core-image-x11and the error did not occur again. Well, a bit weird. Don't really know why does this error raised though. Unless you made a

[yocto] Need inputs on integrating YP-Core Krogoth to Brilliant Blow-fish AGL release.

2016-10-03 Thread Vijayakumar Badiger
Hello All, I am trying to integrate the YP Core - Krogoth 2.1.1 to the AGL Blowfish release. I am getting the below error when I try to build the image. Can you pls let me know how to fix this issue. I see that in the earlier YP release the IMAGE_CMD was actually referenced in the

Re: [yocto] [layerindex-web][PATCH 05/10] layerindex: Add distribution to web interface and model.

2016-10-03 Thread Paul Eggleton
On Mon, 26 Sep 2016 14:25:33 Liam R. Howlett wrote: > Add the distributions to the index. This looks a lot like the machines > and allows users to search for a particular distribution. > > Signed-off-by: Liam R. Howlett > --- > layerindex/admin.py

Re: [yocto] [layerindex-web][PATCH 08/10] layerindex: Add collection and version to layerbranch

2016-10-03 Thread Paul Eggleton
On Mon, 26 Sep 2016 14:25:36 Liam R. Howlett wrote: > Collection and version will be pulled from the layer.conf if it exists > and dependencies will be resolved by first checking for layers with the > dependency name and then checking for collections. It is necessary to > shutdown tinfoil to

Re: [yocto] [layerindex-web][PATCH 07/10] layerindex: Detect dependencies from layer.conf files

2016-10-03 Thread Paul Eggleton
On Mon, 26 Sep 2016 14:25:35 Liam R. Howlett wrote: > Read dependencies from layer.conf and try to create the LayerDependency > entry by looking up the correct database object. Dependencies are found > by layer name only - no collection support. layer.conf parsing is > handled by the bitbake

Re: [yocto] [layerindex-web][PATCH 02/10] layerindex/tools/import_layer.py: Sanitize layer name.

2016-10-03 Thread Paul Eggleton
On Mon, 26 Sep 2016 14:25:30 Liam R. Howlett wrote: > Django will produce a cryptic error message if layers are added with > invalid names. Sanitize the layer names when trying to add them. > > Signed-off-by: Liam R. Howlett > --- > layerindex/tools/import_layer.py

Re: [yocto] [layerindex-web][PATCH 06/10] layerindex/tools/import_project: Add import_project

2016-10-03 Thread Paul Eggleton
On Mon, 26 Sep 2016 14:25:34 Liam R. Howlett wrote: > import_project will scan through a project and find any layer and add it > to the database by calling import_layer on each layer. This differs > from import_layer as it tires to figure out the remote url and uses the > subdirectory (if one

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Khem Raj
I guess you need to look at sognatures and see why its changing. On Oct 3, 2016 1:39 PM, "Trevor Woerner" wrote: > Odd... even with this patch I'm still seeing sporadic failures :-( > > On Mon, Oct 3, 2016 at 2:48 PM, Trevor Woerner wrote: > > On Mon

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Trevor Woerner
Odd... even with this patch I'm still seeing sporadic failures :-( On Mon, Oct 3, 2016 at 2:48 PM, Trevor Woerner wrote: > On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote: >> Note: I just launched the build again with bitbake -k core-image-x11and >> >> the error did

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Trevor Woerner
On Mon 2016-10-03 @ 06:45:55 PM, Karim ATIKI wrote: > Note: I just launched the build again with bitbake -k core-image-x11and > > the error did not occur again. > Well, a bit weird. Don't really know why does this error raised though. It looks like the patch to which Khem refers was just

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Karim ATIKI
Hi all, Note: I just launched the build again with bitbake -k core-image-x11and the error did not occur again. Well, a bit weird. Don't really know why does this error raised though. Karim De : yocto-boun...@yoctoproject.org

Re: [yocto] build a toolchain compiler with ARM hard-float support

2016-10-03 Thread Lennart Sorensen
On Thu, Sep 29, 2016 at 08:17:47AM -0500, Mark Hatle wrote: > The machine configuration file should be setting the 'DEFAULTTUNE' variable to > an appropriate ISA and ABI (hard float) for your configuration. If it is not, > you may have to create your own variant and change the DEFAULTTUNE setting

[yocto] Error: Nothing PROVIDES 'libxfont'

2016-10-03 Thread Dishu Sharma
Hello Ma'am/Sir, While doing $ bitbake xorg-xserver , I am getting a error : Error: Nothing PROVIDES 'libxfont' libxfont recipe is present in meta/recipes-graphics/xorg-lib/ Could you please help me in debugging this. Thankyou, Priyanshu Sharma --

Re: [yocto] [meta-raspberrypi] taskhash mismatch

2016-10-03 Thread Karim ATIKI
Hi Khem, I have the same issue. Get the latest master branches of poky, meta-raspberrypi and meta-oe. Built a core-image-x11 and get the error: ERROR: core-image-x11-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch d77076c1266433c3dcd51a78947f273f versus 0eb1129a3545034a516ca72e5804ac33 for

[yocto] [pseudo-native] No real function for mknod -- SOLVED

2016-10-03 Thread Michel D'HOOGE
Thank you Jussi, > > No real function for mknod: > > /mnt/Yocto/Fabric-x64/build/tmp/sysroots/x86_64-linux/usr/bin/../lib/pseudo/lib64/libpseudo.so: > > undefined symbol: mknod > > No real function for mknodat: > >

Re: [yocto] [pseudo-native] No real function for mknod

2016-10-03 Thread Jussi Kukkonen
On 3 October 2016 at 15:02, Michel D'HOOGE wrote: > > Dear all, > > Since the end of last week, I try to produce any kind of images, with no success :-( > > Note that even though I'm not a seasoned Yocto user, in more than a year I managed many times to produce images &

[yocto] fix-parallel-build.patch error Krogoth branch

2016-10-03 Thread idealsim
Hi, i have a problem with the patch give in sources/poky/meta/recipes-support/db/db/fix-parallel-build.patch. I have this error during the build : NOTE: Applying patch 'fix-parallel-build.patch' (../sources/poky/meta/recipes-support/db/db/fix-parallel-build.patch) ERROR: Command Error:

[yocto] [pseudo-native] No real function for mknod

2016-10-03 Thread Michel D'HOOGE
Dear all, Since the end of last week, I try to produce any kind of images, with no success :-( Note that even though I'm not a seasoned Yocto user, in more than a year I managed many times to produce images & SDKs. And this time, I tried several configs, erased everything and restarted from

Re: [yocto] [meta-raspberrypi] failed to copy the final ***rootfs.rpi-sdimg image file

2016-10-03 Thread Gary Thomas
On 2016-10-03 08:07, Karim ATIKI wrote: Hi Gary The key is that you must use the latest OE-core (or Poky/Yocto) layer. Sorry, but isn't it what I did by cloning the very latest branches ? Or do you also mean that I need to clone also the very latest poky as well ? Yes, you also need the