Re: [yocto] Error while buildng SGX

2016-05-02 Thread Harinath maddelal
Hi There is one point that i missed out in the last mail. We have earlier used yocto-1.7.3 and SGX was build fine. Now we migrated to yocto-1.8.1 and the issue occurs Yocto-1.7.3 uses compiler of version mipsel-poky-linux-gcc-4.9.1 whereas Yocto-1.8.1 uses version of mipsel-poky-linux-gcc-4.9.2

Re: [yocto] Build toolchain only (crosstools substitute?)

2016-05-02 Thread Paul Eggleton
Hi Michael, On Mon, 02 May 2016 16:38:16 Michael Habibi wrote: > I have been a few months out of researching Yocto, so I'm having trouble > caching it all back in (a lot to absorb!). Excuse me if this is answered > clearly in the documentation (I glanced around and I know you can build > relocatab

[yocto] [PATCH] opkg-build: return error if Version is missing

2016-05-02 Thread Alejandro del Castillo
If Version is missing in a control file, opkg-build reports an error to stdout, but returns 0. Fix condition on pkg_appears_sane to properly return an error if Version is missing. Suggested-by: Thomas de Schampheleire Signed-off-by: Alejandro del Castillo --- opkg-build | 3 ++- 1 file changed,

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, May 3, 2016 8:00 AM US Pacific Time

2016-05-02 Thread Jolley, Stephen K
Tuesday, May 3, 2016 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.2_Status https://wiki.yoctoproject.org/wiki/Yocto_2.2_Schedule https://wiki.yoctoproject.org/wiki/Yoc

[yocto] Build toolchain only (crosstools substitute?)

2016-05-02 Thread Michael Habibi
I have been a few months out of researching Yocto, so I'm having trouble caching it all back in (a lot to absorb!). Excuse me if this is answered clearly in the documentation (I glanced around and I know you can build relocatable toolchains, etc, but I suppose I'm asking more of a philosophical que

[yocto] [ANNOUNCEMENT] Yocto Project 2.1 (krogoth 15.0.0) Released

2016-05-02 Thread Tracy Graydon
Resending with the weird line breaks/wrapping fixed. Hello, The latest release of the Yocto Project 2.1 (krogoth-15.0.0) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.1/poky-krogoth-15.0.0.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.1/poky-k

[yocto] building a FIPS-compliant image

2016-05-02 Thread Alexandre Freire da Silva Osorio
Hello, Have someone ever made an Yocto-based distro compliant with FIPS? If so, are the steps registered somewhere, please? Thanks in advance. Alexandre -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Booting live images (core-image-minimal-initramfs) on ARM

2016-05-02 Thread Paul Knopf
Great, I built my cpio.gz root fs. I made the following changes to init-live.sh to support this file system. @@ -158,7 +157,7 @@ mount_and_boot() { mkdir $ROOT_MOUNT mknod /dev/loop0

Re: [yocto] Error while buildng SGX

2016-05-02 Thread Khem Raj
> On May 1, 2016, at 10:44 PM, Harinath maddelal > wrote: > > Hi > >> The same builds fine when i use my local gcc of version 4.8.3. > > By this i mean we are using our local copy of mips > toolchain(mips-linux-gnu-gcc-4.8.3) > > So i have used poky mips toolchain to build the entire poky(e

Re: [yocto] Booting live images (core-image-minimal-initramfs) on ARM

2016-05-02 Thread Jeyachandran, Yukatharsani (Contractor)
Hi, Edit IMAGE_FSTYPES variable:- Add this line IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}" in machine configuration file or conf/local.conf file. By default, INITRAMFS_FSTYPES set to "cpio-gz" in meta/conf/bitbake.conf file. Thanks and Regards, Yukatharsani J. ___

Re: [yocto] HG Parameters for the fetcher

2016-05-02 Thread Jeyachandran, Yukatharsani (Contractor)
Hi, Add your source file in this below format:- For Example:- SRCREV = "${AUTOREV}" SRC_URI = "svn or git ://;module=" ";protocol=https or ssh" Thanks and Regards, Yukatharsani J. From: yocto-boun...@yoctoproject.org on behalf of s.jar...@esa-grimma.

[yocto] Booting live images (core-image-minimal-initramfs) on ARM

2016-05-02 Thread Paul Knopf
I have created kernel with an initramfs bundled that uses "initramfs-live-boot" to search for a "root.img" file on any mounted media devices (/media/*/root.img). I have added some rules to udev to automount a block device correctly. However, when I attempt to create the live image, it depends on s

[yocto] HG Parameters for the fetcher

2016-05-02 Thread S . Jaritz
Hej, Actually I try to build a recipe for a Mercurial SCM. The hg sources are local. In my bb File I have this lines: SRCREV = "486c7001d4e5" SRC_URI = "hg://myHG" I got the error: ERROR: Logfile of failure stored in: /home/user/myTC/poky/build/tmp/work/cortexa5hf-vfp-poky-linux-gnueabi/myHG

[yocto] [meta-raspberrypi] License of rpi-mkimage

2016-05-02 Thread Paul Barker
Hi, I'm looking at the license conditions for various bits of the software required to build a Linux image using meta-raspberrypi. I like to package up and redistribute everything I use to build an image as this guarantees that people can re-build similar images. I also think that in the case of

Re: [yocto] [matchbox-desktop-2][PATCH 00/16] Upgrade to GTK+3

2016-05-02 Thread Jussi Kukkonen
On 28 April 2016 at 16:02, Jussi Kukkonen wrote: > Code still uses some deprecated API, but nothing that I expect to be > removed in the next GTK+ releases. I'll have a another go at fixing these deprecation warnings and will let you know : feel free to review the other patches though. Jussi --

[yocto] [meta-raspberrypi][PATCH] Fixing 0001-config-files-path patch file failure

2016-05-02 Thread SIVA SUBRAMANIAN.P
>From 7e794a3ae5fb790b0bb6c4f4d0c9269a2cc3a9c5 Mon Sep 17 00:00:00 2001 From: Sivasubramanian Date: Mon, 2 May 2016 14:17:29 +0530 Subject: [meta-raspberrypi][PATCH] Fixing 0001-config-files-path patch file failure Signed-off-by: Sivasubramanian Signed-off-by: Sivasubramanian --- .../gstream

Re: [yocto] [matchbox-config-gtk][PATCH 1/1] Port to Gtk+3

2016-05-02 Thread Jussi Kukkonen
On 29 April 2016 at 18:36, Burton, Ross wrote: > Hi, > > mb-appearance.c: In function 'new_frame': > mb-appearance.c:352:3: warning: 'gtk_alignment_get_type' is deprecated > [-Wdeprecated-declarations] >*align = g_object_new (GTK_TYPE_ALIGNMENT, >^ > In file included from /usr/include/gtk-

Re: [yocto] [screenshot][PATCH 1/1] Quick port to Gtk/Gdk 3

2016-05-02 Thread Jussi Kukkonen
On 29 April 2016 at 18:46, Burton, Ross wrote: > The stock ones look easy to fix, the device ones less so so unless I'm wrong > we can leave those for now. The grab code was trickier with current API (which is why I left it as is), but I took another look and it turns out that code has never actu