Re: [yocto] Help using bitbake to compile a custom package.

2015-06-17 Thread Paul Eggleton
Hi Rafael, On Tuesday 16 June 2015 19:58:06 Rafael E. Herrera wrote: > I'm trying to port an in-house piece of software in my Yocto tree. I managed > to create a rudimentary recipe file that grabs the tar ball from the local > disk and attempts to compile using: > > host $ bitbake -f -c compile e

[yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-17 Thread Herve Jourdain
Hi, Actually, the situation is slightly more complex than I initially supposed : not only were some .dtb deleted, but also most were moved to the < overlays > subdirectory. This is true for the kernel after git 739c586c87576fb8ef151b5843ebed76c43a5221: https://github.com/raspberrypi/linux/comm

Re: [yocto] [PATCH] dev-manual: Include biosfilename runqemu option

2015-06-17 Thread Rifenbark, Scott M
Leonardo, I have applied this patch. You can see the change at http://www.yoctoproject.org/docs/1.9/dev-manual/dev-manual.html#qemu-using-the-runqemu-command. Thanks, Scott >-Original Message- >From: leonardo.sandoval.gonza...@linux.intel.com >[mailto:leonardo.sandoval.gonza...@li

[yocto] Yocto recipe for libftdi

2015-06-17 Thread Andreas Enbacka
Hello, I am trying to build libftdi using Yocto, however I am encountering some problems. My image (for raspberrypi) contains libusb-compat, as libftdi depends on virtual/libusb0. However during the configure stage (autotools), the version check for libusb (>=0.1.7) fails, and the bitbake proce

Re: [yocto] [prelink-cross] error while loading shared libraries: ld-linux.so.3

2015-06-17 Thread Florian Boehmak
> The error indicates that it found a library required called 'ld-linux.so.3', > but > could not find that in the "path". (The path generally being the sysroot path > passed to the rtld.) > > What command did you use to run the prelinker? And does your sysroot contain > the /lib/ld-linux.so.3?

[yocto] No rule to make target `Makefile.in' SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', ...]

2015-06-17 Thread Marco Cavallini
Hello, I'm trying to create a recipe rdesktop_1.8.3.bb but I get an error hard to understand. With Yocto 'daisy' the same recipe worked without complaining. To avoid any temporary misconfiguraton I deleted the sstate and tmp and rebuilt core-image-minimal from scratch and then rdesktop but the erro

Re: [yocto] No rule to make target `Makefile.in' SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', ...]

2015-06-17 Thread Gary Thomas
On 2015-06-17 09:56, Marco Cavallini wrote: Hello, I'm trying to create a recipe rdesktop_1.8.3.bb but I get an error hard to understand. With Yocto 'daisy' the same recipe worked without complaining. To avoid any temporary misconfiguraton I deleted the sstate and tmp and rebuilt core-image-minim

Re: [yocto] [PATCHv3 09/11][auh] upgradehelper.py: Change policy for send emails and fix error handling.

2015-06-17 Thread Paul Eggleton
On Wednesday 17 June 2015 00:35:18 Aníbal Limón wrote: > Add MaintainerError class for identify errors that can be hanlded by > Maintainers, only send emails when error is instance of MaintainerError. > > Get rid of UpgradeNotNeededError when run steps now is handled by > new upstream version dete

Re: [yocto] Recipe for ipset 6.x

2015-06-17 Thread akuster808
On 06/16/2015 08:52 PM, Albert K wrote: Hi, Does anyone know where can I get the ipset recipe for yocto 1.7.1? Thank you. Package lookups can be done via the layer index. http://layers.openembedded.org/layerindex/branch/master/layers/ I don't see it unless it is part of another package.

Re: [yocto] No rule to make target `Makefile.in' SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', ...]

2015-06-17 Thread Burton, Ross
On 17 June 2015 at 16:56, Marco Cavallini wrote: > Hello, > I'm trying to create a recipe rdesktop_1.8.3.bb but I get an error > hard to understand. > With Yocto 'daisy' the same recipe worked without complaining. > To avoid any temporary misconfiguraton I deleted the sstate and tmp > and rebuilt

[yocto] Having Yocto Sandbox information on target in any form

2015-06-17 Thread Gaurang Shastri
Hi Team, I am trying to figure out in existing Yocto/OE , is there any way on target, i will get my build path information: Ex,. # cat /etc/yocto_version (on target): == Yocto_SDK=1.8 Yocto_Build_Path=/home/gaurang/yocto-1.8/build Image_name=core-image-sato == I don't know if anything like abov

Re: [yocto] [prelink-cross] error while loading shared libraries: ld-linux.so.3

2015-06-17 Thread Mark Hatle
On 6/16/15 5:56 PM, Florian Boehmak wrote: >> The error indicates that it found a library required called 'ld-linux.so.3', >> but >> could not find that in the "path". (The path generally being the sysroot >> path >> passed to the rtld.) > > I tried to move the files to their location in sysroo

[yocto] [meta-selinux][PATCHv2 0/8] Label file system in build.

2015-06-17 Thread Philip Tricca
This is the second version of a patch series that allows the file system of SELinux images to be labeled as part of the build process. This will allow SELinux images to boot read only file systems and remove the need to label the file system on first boot. To do this we must label the file system

[yocto] [meta-selinux][PATCHv2 1/8] policycoreutils: Patch setfiles to add FTS_NOCHDIR to fts_flags.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../policycoreutils-fts_flags-FTS_NOCHDIR.patch| 25 ++ recipes-security/selinux/policycoreutils_2.3.bb| 1 + 2 files changed, 26 insertions(+) create mode 100644 recipes-security/selinux/policycoreutils/policycoreutils-fts_flags-FTS

[yocto] [meta-selinux][PATCHv2 2/8] selinux-image: Add new image class to label the rootfs, use it for selinux images.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- classes/selinux-image.bbclass | 8 recipes-security/images/core-image-selinux-minimal.bb | 2 +- recipes-security/images/core-image-selinux.bb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 cl

[yocto] [meta-selinux][PATCHv2 3/8] e2fsprogs: Add bbappend and stub for xattr module.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../misc-xattr-add-xattr-module-stub.patch | 57 ++ .../e2fsprogs/e2fsprogs_1.42.9.bbappend| 5 ++ 2 files changed, 62 insertions(+) create mode 100644 recipes-devtools/e2fsprogs/e2fsprogs/misc-xattr-add-xattr-module-stub

[yocto] [meta-selinux][PATCHv2 4/8] e2fsprogs: Insert calls to xattr module into mke2fs and build xattr code.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../mke2fs.c-create_inode.c-copy-xattrs.patch | 164 + .../e2fsprogs/e2fsprogs_1.42.9.bbappend| 1 + 2 files changed, 165 insertions(+) create mode 100644 recipes-devtools/e2fsprogs/e2fsprogs/mke2fs.c-create_inode.c-copy-xa

[yocto] [meta-selinux][PATCHv2 5/8] e2fsprogs: Add xattr security prefix data to lib/ext2fs/ext2_ext_attr.h

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../lib-ext2fs-ext2_ext_attr.h-add-xattr-index.patch | 20 recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend | 1 + 2 files changed, 21 insertions(+) create mode 100644 recipes-devtools/e2fsprogs/e2fsprogs/lib-ext2fs-ext2_ext_attr.h-add-

[yocto] [meta-selinux][PATCHv2 7/8] e2fsprogs: Add stub functions for an xattr cache and struct to hold the header and block data.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../misc-xattr-create-xattr-block-node.patch | 175 + .../e2fsprogs/e2fsprogs_1.42.9.bbappend| 1 + 2 files changed, 176 insertions(+) create mode 100644 recipes-devtools/e2fsprogs/e2fsprogs/misc-xattr-create-xattr-block-n

[yocto] [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block from source file.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../e2fsprogs/misc-xattr-create-xattr-block.patch | 341 + .../e2fsprogs/e2fsprogs_1.42.9.bbappend| 1 + 2 files changed, 342 insertions(+) create mode 100644 recipes-devtools/e2fsprogs/e2fsprogs/misc-xattr-create-xattr-block.p

[yocto] [meta-selinux][PATCHv2 8/8] e2fsprogs: Implement xattr block cache with simple linked list.

2015-06-17 Thread Philip Tricca
Signed-off-by: Philip Tricca --- .../e2fsprogs/misc-xattr-create-xattr-cache.patch | 181 + .../e2fsprogs/e2fsprogs_1.42.9.bbappend| 1 + 2 files changed, 182 insertions(+) create mode 100644 recipes-devtools/e2fsprogs/e2fsprogs/misc-xattr-create-xattr-cache.p

Re: [yocto] [meta-raspberrypi] [PATCH] ds1307-rtc-overlay.dtb has been removed from the kernel tree, and most overlays have been moved to the dts/overlays directory

2015-06-17 Thread Andrei Gherzan
Hello Herve, On Wed, Jun 17, 2015 at 10:43 AM, Herve Jourdain wrote: > Hi, > > > > Actually, the situation is slightly more complex than I initially supposed : > not only were some .dtb deleted, but also most were moved to the « overlays > » subdirectory. > > This is true for the kernel after git