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 --git a/recipes-security/audit/audit_2.6.6.bb
b/recipes
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:
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 -
http://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/tree/recipe
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
---
htdocs/js/series.js
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
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
}
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 +-
.../refpolicy/refpolicy-git/poky-fc-clock.patch| 11 +-
.../re
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 a751bfdcb095bdc7bf8008b205b06adfdaad294f
i notice that if you search for the powerpc BSP in the latest
release here:
https://www.yoctoproject.org/downloads/bsps?release=98&processer%5B%5D=22&title=
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
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 ++-
1 file changed, 2 insertions(+
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 pus
11 matches
Mail list logo