[yocto] [meta-security][PATCH 5/6] sssd: Add missing DEPENDS on jansson

2020-03-25 Thread Jonatan Pålsson
When building with the curl PACKAGECONFIG, sssd will depend on the jansson library. Fixes the following error: | checking for JANSSON... no | checking jansson.h usability... no | checking jansson.h presence... no | checking for jansson.h... no | configure: error: | You must

[yocto] [meta-security][PATCH 4/6] sssd: Add missing files to SYSTEMD_SERVICE

2020-03-25 Thread Jonatan Pålsson
These files are installed when the ssh or curl PACKAGECONFIGs are enabled. Fixes the following error: ERROR: sssd-1.16.4-r0 do_package: QA Issue: sssd: Files/directories were installed but not shipped in any package: /lib/systemd/system/sssd-kcm.socket /lib/systemd/syste

[yocto] [meta-security][PATCH 1/6] sssd: Sort PACKAGECONFIG entries

2020-03-25 Thread Jonatan Pålsson
Signed-off-by: Jonatan Pålsson --- recipes-security/sssd/sssd_1.16.4.bb | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/recipes-security/sssd/sssd_1.16.4.bb b/recipes-security/sssd/sssd_1.16.4.bb index c5ddd5c..b0b7038 100644 --- a/recipes-security/sssd/sss

[yocto] [meta-security][PATCH 3/6] sssd: Add sudo PACKAGECONFIG

2020-03-25 Thread Jonatan Pålsson
sudo was previously on by default, so add it to the default PACKAGECONFIG. The systemd files are only installed when --with-sudo is passed to configure, so conditionally add them to SYSTEMD_SERVICE. Signed-off-by: Jonatan Pålsson --- recipes-security/sssd/sssd_1.16.4.bb | 6 +++--- 1 file chang

[yocto] [meta-security][PATCH 2/6] sssd: Add autofs PACKAGECONFIG

2020-03-25 Thread Jonatan Pålsson
autofs was previously on by default, so add it to the default PACKAGECONFIG. The systemd files are only installed when --with-autofs is passed to configure, so conditionally add them to SYSTEMD_SERVICE. Signed-off-by: Jonatan Pålsson --- recipes-security/sssd/sssd_1.16.4.bb | 6 +++--- 1 file c

[yocto] [meta-security][PATCH 6/6] sssd: Add infopipe PACKAGECONFIG

2020-03-25 Thread Jonatan Pålsson
infopipe was previously on by default, so add it to the default PACKAGECONFIG. The systemd files are only installed when --with-infopipe is passed to configure, so conditionally add them to SYSTEMD_SERVICE. Signed-off-by: Jonatan Pålsson --- recipes-security/sssd/sssd_1.16.4.bb | 5 +++-- 1 fil

[yocto] [meta-security][PATCH] layer.conf: update LAYERSERIES_COMPAT for dunfell

2020-03-25 Thread Martin Jansa
Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- meta-integrity/conf/layer.conf | 2 +- meta-security-compliance/conf/layer.conf | 2 +- meta-security-isafw/conf/layer.conf | 2 +- meta-tpm/conf/layer.conf | 2 +- 5 files changed, 5 i

[yocto] populate_sdk_ext getting stuck

2020-03-25 Thread Timur
Hello folks, I have built a new linux release with yocto 2.6, no errors. After that, I did a populate_sdk and that worked fine. But when I did populate_sdk_ext, it is getting stuck for a long time (it didn't finish overnight). Here is the output when I run bitbake with -v This is a repeat ru

[yocto] #yocto #cups RE: unable to print specific document format

2020-03-25 Thread sheng . leong . soi
Hi all, I am currently trying to print via CUPS using Yocto. I have configured the printer, but when I try to print a random document using lp command, it appears an error message "lp: Unsupported document-format "text/plain"." Please kindly reply if anyone knows the solution for this. Thanks.

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

2020-03-25 Thread akuster
Signed-off-by: Armin Kuster --- recipes-scanners/arpwatch/arpwatch_3.0.bb | 79 +++ recipes-scanners/arpwatch/files/arpwatch.conf | 23 .../arpwatch/files/arpwatch.default | 7 + recipes-scanners/arpwatch/files/arpwatch_init | 123 ++ .../arpwatch/fi

[yocto][meta-cgl][PATCH] resource-agents: fix QA issue

2020-03-25 Thread Chen Qi
Fix the following QA issue. ERROR: resource-agents-4.5.0-r0 do_package: QA Issue: resource-agents: Files/directories were installed but not shipped in any package: /usr/lib/tmpfiles.d /usr/lib/tmpfiles.d/resource-agents.conf /lib/systemd/system/resource-agents-deps.target Signed-off-by: Ch