[yocto] [meta-security][rocko][PATCH v2] clamav: Add missing clamav.service file to SRC_URI

2018-03-23 Thread Jagadeesh Krishnanjanappa
multilib-alternatives bbclass Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjana...@mvista.com> --- recipes-security/clamav/clamav_0.99.2.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes-security/clamav/clamav_0.99.2.bb b/recipes-security/

[yocto] [meta-security][PATCH] clamav: Add missing clamav.service file to SRC_URI

2018-03-23 Thread Jagadeesh Krishnanjanappa
/system/clamav-freshclam.service into ${PN}-freshclam package, to solve below warning: -- snip -- [10240] WARNING: QA Issue: clamav: Files/directories were installed but not shipped in any package: /lib/systemd/system/clamav-freshclam.service -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa

Re: [yocto] [meta-security][rocko][PATCH] clamav: Add missing clamav.service file to SRC_URI

2018-03-20 Thread Jagadeesh Krishnanjanappa
Please ignore this patch, it gives an error as it is unable to inherit multilib-alternatives.This class is part of our internal layer. Regards, Jagadeesh On Tue, Mar 20, 2018 at 12:20 PM, Jagadeesh Krishnanjanappa < jkrishnanjana...@mvista.com> wrote: > This solves the below error whe

[yocto] [meta-security][rocko][PATCH] clamav: Add missing clamav.service file to SRC_URI

2018-03-20 Thread Jagadeesh Krishnanjanappa
in do_populate_sdk, when clamav and mlib-clamav are specified using IMAGE_INSTALL. -- snip -- do_populate_sdk fails with below error: file /usr/bin/clamav-config conflicts between attempted installs of lib32-clamav-dev-0.99.2-r0.i586 and clamav-dev-0.99.2-r0.corei7_64 -- snip -- Signed-off-by: Jagadeesh

[yocto] [meta-security][rocko][master][PATCH] trousers: fix to ship leftover files into packages

2018-02-08 Thread Jagadeesh Krishnanjanappa
-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/include /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/tddl -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjana...@mvista.com> --- meta-tpm/recipes-tpm/trousers/trousers_git.bb | 18 +-

[yocto] [PATCH] trousers: fix to ship leftover files into packages

2018-02-08 Thread Jagadeesh Krishnanjanappa
-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/include /usr/src/debug/lib32-trousers/0.3.14+gitAUTOINC+4b9a70d578-r0/git/src/tddl -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjana...@mvista.com> --- meta-tpm/recipes-tpm/trousers/trousers_git.bb | 18 +-

[yocto] [meta-cgl][PATCH] pacemaker: Ship missing resource.d directory in ${PN}

2017-08-07 Thread Jagadeesh Krishnanjanappa
Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjana...@mvista.com> --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb b/meta-cgl-common/recipes-c

[yocto] [meta-security][morty][PATCH] tpm2.0-tss: Fix build issue with tpm2-abrmd recipe

2017-05-12 Thread Jagadeesh Krishnanjanappa
/access-broker.c:31: | ../tpm2-abrmd/src/access-broker.c: In function 'access_broker_get_trans_object_count': | ../tpm2-abrmd/src/access-broker.c:549:34: error: 'MAX_LOADED_OBJECTS1' undeclared (first use in this function) -- snip -- Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanj

[yocto] [meta-security][PATCH] paxctl: add new recipe

2015-09-14 Thread Jagadeesh Krishnanjanappa
and configured kernel for this program to have any effect. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjana...@mvista.com> Signed-off-by: Jeremy Puhlman <jpuhl...@mvista.com> --- recipes-security/paxctl/paxctl_0.9.bb | 20 1 file changed, 20 insertions(+) create

[yocto] [meta-cgl][PATCH] ocfs2-tools-1.4.3: fix SRC_URI[md5sum] and SRC_URI[sha256sum]

2015-08-19 Thread Jagadeesh Krishnanjanappa
the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. -- CUT -- Signed-off-by: Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com --- meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb | 4 ++-- 1 file changed, 2 insertions

Re: [yocto] [meta-cgl][PATCH] cluster-glue: upgrade 1.0.5 - 1.0.12

2015-08-18 Thread Jagadeesh Krishnanjanappa
Hi Li, -FILES_${PN}-dbg += /usr/lib/heartbeat/.debug/ +FILES_${PN}-dbg += /usr/lib/heartbeat/.debug/ \ + +FILES_${PN}-plugin-compress = /usr/lib/heartbeat/plugins/compress/*.so +FILES_${PN}-plugin-compress-staticdev = /usr/lib/heartbeat/plugins/compress/*.*a

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

2015-08-14 Thread Jagadeesh Krishnanjanappa
()(64bit) -- CUT -- So, use generic variables rather than hardcoded values. Signed-off-by: Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com --- .../recipes-cgl/cluster-glue/cluster-glue_1.0.5.bb | 53 +++--- 1 file changed, 27 insertions(+), 26 deletions(-) diff --git a/meta-cgl

[yocto] [meta-cgl][PATCH] ocfs2-tools-1.4.3: fix SRC_URI[md5sum] and SRC_URI[sha256sum]

2015-08-13 Thread Jagadeesh Krishnanjanappa
the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified. -- CUT -- Signed-off-by: Jagadeesh Krishnanjanappa jkrishnanjana...@mvista.com --- meta-cgl-common/recipes-cgl/ocfs2-tools/ocfs2-tools_1.4.3.bb | 4 ++-- 1 file changed, 2 insertions