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
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
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
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
> 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?
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
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
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
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.
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
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
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
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
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
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
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
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
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-
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
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
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
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
22 matches
Mail list logo