Re: [yocto] [PATCH 0/2] yocto-kernel-cache: Update audio support and add Firewire support

2017-01-06 Thread Bruce Ashfield
On 2017-01-04 10:19 AM, Jussi Laako wrote: Here are two patches for yocto-kernel-cache: 1) Updates audio support configuration and removes some legacy stuff 2) Adds kernel feature for Firewire support I merged the firewire support from here, and the audio from the v2 patch. The changes are

[yocto] [patchwork][PATCH] patchwork/bin/parsemail: Make "[PATCH" prefix mandatory

2017-01-06 Thread Jose Lamego
Patchwork may incorrectly identify emails containing patch-like content as patches. This change makes "[PATCH" prefix in subject mandatory for emails to be considered as new patches. [YOCTO #10764] Signed-off-by: Jose Lamego --- patchwork/bin/parsemail.py | 3 ++-

[yocto] has support for MPC8315E-RDB been dropped?

2017-01-06 Thread Robert P. J. Day
i notice that if you search for the powerpc BSP in the latest release here: https://www.yoctoproject.org/downloads/bsps?release=98%5B%5D=22= you get no match. i haven't been paying attention -- has yocto dropped that board as its powerpc reference board? is it being replaced by a newer

[yocto] [ANNOUNCEMENT] Milestone 1 for Yocto Project 2.3 now available.

2017-01-06 Thread Tracy Graydon
The first milestone release for Yocto Project 2.3 is available for download now. Download: http://downloads.yoctoproject.org/releases/yocto/milestones/yocto-2.3_M1/ eclipse-poky/mars-master 92aa0e79e8b01c56f0670af3cd8296ec68b43350 eclipse-poky/neon-master

[yocto] [meta-selinux][PATCH] refpolicy-git: Update patches

2017-01-06 Thread Joe MacDonald
A number of upstream changes caused patch conflicts or duplication in the final policy. Update the list of git patches appropriately. Signed-off-by: Joe MacDonald --- .../ftp-add-ftpd_t-to-mlsfilewrite.patch | 11 +-

Re: [yocto] Adding to inittab based on image content

2017-01-06 Thread Rudolf J Streif
Hi Colin, The correct way of doing this is a package postinstallation script that is run by the package manager after the package containing your application is installed on the target system. You add to your recipe: pkg_postinst_${PN}() { #!/bin/sh echo "whateveryouneed" >> ${D}/etc/inittab

[yocto] openjdk 8 support compile for arm with jit support

2017-01-06 Thread Rohit Jindal
Please suggest me the solution for compiling Openjdk 8 for arm adding support for any jit compiler like shark or jamvm -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [patchwork][PATCH] patchwork/templates/patchwork/series: Improve series view

2017-01-06 Thread Jose Lamego
From: Jose Lamego Reviewing patches from a series requires heavy usage of the browser navigation buttons, providing a poor UX. This changes allows viewing content from each patch in a series, without leaving the series view. [YOCTO #10627] Signed-off-by: Jose Lamego

[yocto] Adding to inittab based on image content

2017-01-06 Thread colin.helliwell
Hi, I have a custom recipe for an application, and the app also needs an entry adding to inittab. I'd like to trigger this, obviously, only when the app is included in the image. I came across some hints at how to do this -

[yocto] Failure Inheriting rpm_sign

2017-01-06 Thread Chris Trobridge
I am getting "Exception: OSError: [Errno 7] Argument list too long" for sign_rpm in the do_package_write_rpm tasks for the linux-yocto and glibc-locale recipes. This is building core-image-minimal (and also my own image) with morty (5aa481d) on Fedora 25. I have enabled the rpm signing with:

[yocto] [meta-selinux][PATCH] audit: upgrade 2.6.6 -> 2.7

2017-01-06 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-security/audit/{audit_2.6.6.bb => audit_2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-security/audit/{audit_2.6.6.bb => audit_2.7.bb} (96%) diff