Re: [yocto] ipk zImage in master-next

2015-08-14 Thread Paul Barker
On Mon, Aug 10, 2015 at 09:49:47AM -0400, Trevor Woerner wrote: > On 08/09/15 06:07, Paul Barker wrote: > > On Fri, Aug 07, 2015 at 09:19:45AM -0400, Trevor Woerner wrote: > >> When packaging a zImage kernel for IPK in master-next the following > >> error shows up: > >> > >> | kernel-image-zImage-4

Re: [yocto] fido qt4-embedded packaging problems

2015-08-14 Thread Richard Cagley
On Thu, Aug 13, 2015 at 5:57 PM, Khem Raj wrote: > On Thu, Aug 13, 2015 at 5:47 PM, Richard Cagley wrote: >> On Thu, Aug 13, 2015 at 4:43 PM, Khem Raj wrote: >>> On Thu, Aug 13, 2015 at 1:56 PM, Richard Cagley wrote: When I try to bitbake core-image-minimal-dev I get an error involving >>>

[yocto] Yocto Project Status WW33

2015-08-14 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 3 (M3) Next Deadline: M3 cut off of August 24th at noon GMT SWAT team rotation: Anibal -> Tracy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: * Its near enough decided that "1.9" will henceforth become the "2.0" rele

[yocto] [meta-cgl][PATCH] cluster-glue: replace hardcoded strings with generic variables.

2015-08-14 Thread Jagadeesh Krishnanjanappa
If BASELIB variable is set to other than 'lib', we get below error of some files not being shipped into any package, -- snip -- ERROR: QA Issue: cluster-glue: Files/directories were installed but not shipped in any package: /usr/lib64/libstonith.so.1.0.0 /usr/lib64/libplumb.so.2 /usr/lib64/l

[yocto] [meta-selinux][PATCH] selinux-config: make DEFAULT_POLICY and DEFAULT_ENFORCING configurable

2015-08-14 Thread Maxin B. John
From: Josep Puigdemont Make DEFAULT_POLICY and DEFAULT_ENFORCING configurations more flexible. Signed-off-by: Maxin B. John --- recipes-security/selinux/selinux-config_0.1.bb | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes-security/selinux/selinux-confi

[yocto] [meta-selinux][PATCH v2] audit: fix qa warning, update config option

2015-08-14 Thread Shrikant Bobade
From: Shrikant Bobade update config option '--with-armeb' to '--with-arm' for audit qa warning fix. Signed-off-by: Shrikant Bobade --- recipes-security/audit/audit_2.4.3.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/audit/audit_2.4.3.bb b/recipes-s

Re: [yocto] [meta-selinux][PATCH] audit: fix qa warning of unrecognised config

2015-08-14 Thread Shrikant Bobade
m-poky-linux-gnueabi" > > MACHINE = "qemuarm" > > DISTRO= "poky-selinux" > > DISTRO_VERSION= "1.8+snapshot-20150814" > > TUNE_FEATURES = "arm armv5 thumb dsp" > > TARGET_FPU= "sof

Re: [yocto] External toolchains

2015-08-14 Thread Khem Raj
On Tue, Jul 7, 2015 at 10:35 AM, Luke (Lucas) Starrett wrote: > Hi, > > > > For various reasons, we have a need to work with pre-compiled external > toolchains, in this case, the 2014-09 Linaro aarch64 release. A key > difference between this specific toolchain vs. the Fido/1.8 out of the box > t

Re: [yocto] [meta-selinux][PATCH] audit: fix qa warning of unrecognised config

2015-08-14 Thread Khem Raj
figuration: > BB_VERSION= "1.27.1" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-12.04" > TARGET_SYS= "arm-poky-linux-gnueabi" > MACHINE = "qemuarm" > DISTRO= "poky-selinux"

Re: [yocto] [meta-selinux][PATCH] audit: fix qa warning of unrecognised config

2015-08-14 Thread Shrikant Bobade
NG = "Ubuntu-12.04" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "qemuarm" DISTRO= "poky-selinux" DISTRO_VERSION= "1.8+snapshot-20150814" TUNE_FEATURES = "arm

[yocto] [meta-selinux][PATCH] audit: fix qa warning of unrecognised config

2015-08-14 Thread Shrikant Bobade
From: Shrikant Bobade remove --with-armeb=yes to fix the configure unrecognised option qa warning. Signed-off-by: Shrikant Bobade --- recipes-security/audit/audit_2.4.3.bb |1 - 1 file changed, 1 deletion(-) diff --git a/recipes-security/audit/audit_2.4.3.bb b/recipes-security/audit/audi

[yocto] [PATCH][meta-selinux] libselinux: get pywrap depends on selinux.py

2015-08-14 Thread wenzong.fan
From: Wenzong Fan The selinux.py will be installed as selinux/__init__.py, just make sure it has been generated completely while starting "make install-pywrap". This fixes below errors that caused by an empty "selinux/__init__.py" on target: $ /usr/sbin/semanage -h Traceback (most recent c

Re: [yocto] [oe] [meta-selinux] Re: meta-selinux updates for oe-core-1.9 -- resend to right list.

2015-08-14 Thread wenzong fan
I just sent uprev patches for: libcap-ng 0.7.3 -> 0.7.7 python-ipy 0.81 -> 0.83 The remaining list that need to be updated: selinux: - libsemanage 2.3 2.4 - sepolgen 1.2.1 1.2.2 - checkpolicy 2.3 2.4 - libselinux 2.3 2.4 - libsepol 2.3 2.4 - p

[yocto] [PATCH][meta-selinux] python-ipy: update 0.81 -> 0.83

2015-08-14 Thread wenzong.fan
From: Wenzong Fan * update SRC_URI checksums * remove PKG-INFO that is not in 0.83 Signed-off-by: Wenzong Fan --- recipes-devtools/python/{python-ipy_0.81.bb => python-ipy_0.83.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-devtools/python/{python-ipy_0.81.bb =