[yocto] Rsyslog-ImJournal dependencies in Yocto

2016-01-05 Thread Renjith Vijayan
Hi, I am trying to integrate rsyslog's IMjournal package to my platform running Yocto. IMJournal is used by rsyslog to read logs from systemd-journal. So i have rsyslog bitbake file modified as follows for imjournal package config: # first line is default yes in configure PACKAGECONFIG ??= " \

[yocto] [PATCH] Fix connectivity check for BB_FETCH_PREMIRRORONLY case

2016-01-05 Thread dl9pf
From: Jan-Simon Möller BB_FETCH_PREMIRRORONLY sets BB_NO_NETWORK (implicitly in the fetcher). To avoid the sanity check to fail in an offline environment, use the same override mechanism as in the fetcher. Signed-off-by: Jan-Simon Möller --- meta/classes/sanity.bbclass | 3 +++ 1 file changed,

[yocto] [PATCH] Fix connectivity check for BB_FETCH_PREMIRRORONLY case

2016-01-05 Thread dl9pf
Hi! This patch fixes a bug in the sanity checker that is visible if you set up a PREMIRROR and start a project from scratch using BB_FETCH_PREMIRRORONLY set. In this case the sanity check would fail as BB_NO_NETWORK is not set directly (just indirectly in the fetcher by BB_FETCH_PREMIRRORONLY). R

Re: [yocto] [meta-security][PATCH] Remove recipe for the kernel 3.14 from master branch, to fix a build error. ERROR: No recipes available for: meta-security/recipes-kernel/linux/linux-yocto_3.14.bbap

2016-01-05 Thread akuster
Thomas, thanks. On 01/04/2016 10:31 AM, Thomas Perrot wrote: > Signed-off-by: Thomas Perrot > --- > recipes-kernel/linux/linux-yocto_3.14.bbappend | 4 > 1 file changed, 4 deletions(-) > delete mode 100644 recipes-kernel/linux/linux-yocto_3.14.bbappend > > diff --git a/recipes-kernel/lin

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Jan. 5, 2016 8:00 AM US Pacific Time

2016-01-05 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Ross, Belen, JosePPC, Joshua, Leo, Michael, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.1_Status https://wiki.yoctoproject.org/wiki/Yocto_2.1_Schedule https://wiki

[yocto] [PATCH] opkg-utils: Add opkg-graph-deps

2016-01-05 Thread Haris Okanovic
Usage: opkg-graph-deps [-h] [-o feed.dot] [-u ] Generates a dot formatted dependency graph of an IPK feed. The feed is specified by a list of IPK index (Packages) files, which are sourced in the order specified to build a dependency graph. Last index to declare a package wins, but also generates

[yocto] [PATCH 7/7] ref-variables: update list of image types

2016-01-05 Thread Ed Bartosh
Updated list of supported image types. Ordered them alphabetically to make the list more readable. Signed-off-by: Ed Bartosh --- documentation/ref-manual/ref-variables.xml | 41 -- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/documentation/ref-manua

[yocto] [PATCH 6/7] dev-manual: add description of --configfile option

2016-01-05 Thread Ed Bartosh
Added description of wic kickstart bootloader --configfile option to OpenEmbedded Kickstart (.wks) Reference. Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 + 1 file changed, 5 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tas

[yocto] [PATCH 5/7] dev-manual: add description of UUID options

2016-01-05 Thread Ed Bartosh
Added description of 3 wic kickstart part options related to UUID: --part-type, --use-uuid and --uuid to OpenEmbedded Kickstart (.wks) Reference. Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 14 ++ 1 file changed, 14 insertions(+) diff --git a

[yocto] [PATCH 4/7] dev-manual: add description of --overhead-factor option

2016-01-05 Thread Ed Bartosh
Added description of wic kickstart part --overhead-factor option to OpenEmbedded Kickstart (.wks) Reference Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 1 file changed, 4 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.

[yocto] [PATCH 3/7] dev-manual: add description of --extra-space option

2016-01-05 Thread Ed Bartosh
Added description of wic kickstart part --extra-space option to OpenEmbedded Kickstart (.wks) Reference Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 + 1 file changed, 5 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml

[yocto] [PATCH 2/7] dev-manual: add description of --no-table option

2016-01-05 Thread Ed Bartosh
Added description of wic kickstart part --no-table option to OpenEmbedded Kickstart (.wks) Reference Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 1 file changed, 4 insertions(+) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/

[yocto] [PATCH 1/7] dev-manual: describe creation of empty partition

2016-01-05 Thread Ed Bartosh
Copied an explanations of empty partition creation from 'wic help kickstart' output. [YOCTO #8821] Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-com

[yocto] [PATCH 0/7] Update wic related documentation

2016-01-05 Thread Ed Bartosh
Hi, Synchronized output of 'wic help kickstart' with the dev manual. Updated list of image types in ref-variables. The following changes since commit 2cd061a29a94fdcdfec86732e6bcbb71c12c4afc: bluez5: include the patch only for 5.36 (2015-12-28 13:02:11 +) are available in the git reposit