[yocto] [meta-security][PATCH] arpwatch: install man8 dir

2024-03-11 Thread Jeremy Puhlman via lists.yoctoproject.org
From: "Jeremy A. Puhlman" The install expects man8 directory to already exists. If not created the man page gets installed as "man8", which causes conflicts with other packages, that expect it to be a directory. 'arpsnmp' ->

[yocto] [meta-security][PATCH] Check for usrmerge before removing /usr/lib

2024-03-06 Thread Jeremy Puhlman via lists.yoctoproject.org
From: "Jeremy A. Puhlman" Signed-off-by: Jeremy A. Puhlman --- recipes-security/cryptmount/cryptmount_6.2.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-security/cryptmount/cryptmount_6.2.0.bb b/recipes-security/cryptmount/cryptmount_6.2.0.bb index

[yocto] [meta-security][PATCH 2/2] aprwatch: Add path for sendmail

2024-02-28 Thread Jeremy Puhlman via lists.yoctoproject.org
From: "Jeremy A. Puhlman" Arpwatch won't build on a system without a sendmail provider installed with out this setting. Signed-off-by: Jeremy A. Puhlman --- recipes-scanners/arpwatch/arpwatch_3.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb

[yocto] [meta-security][PATCH 1/2] arpwatch: fix misspelling of PACKAGECONFIG

2024-02-28 Thread Jeremy Puhlman via lists.yoctoproject.org
From: "Jeremy A. Puhlman" Signed-off-by: Jeremy A. Puhlman --- recipes-scanners/arpwatch/arpwatch_3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb index 7a0a776..391a82e 100644 ---

Re: [yocto] [meta-cgl] [PATCH] resource-agents: Fix buildpaths warning.

2024-01-23 Thread Jeremy Puhlman via lists.yoctoproject.org
}/run rm -rf ${D}${localstatedir} +sed -i 's,${TMPDIR},${bindir},g' ${D}${libdir}/ocf/lib/heartbeat/ocf-binaries } # tickle_tcp is published under GPLv3, we just split it into ${PN}-extra, -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [yocto] [meta-cgl] [PATCH] libsocket6-perl: Remove useless option

2023-12-14 Thread Jeremy Puhlman via lists.yoctoproject.org
dir}\1:' Makefile.PL } inherit autotools-brokensep cpan -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61903): https://lists.yoctoproject.org/g/yocto/message/61903 Mute This Topic: https://lists

Re: [yocto] "Replicating a Build Offline" not working as expected when Git data is removed

2023-12-06 Thread Jeremy Puhlman via lists.yoctoproject.org
the current value when we start the build and define the hash value for the recipe, either via bbappend, or a global override that sets the value for the recipe, so it does not need to go fetch the value. That is more or less specifically the error he is running into. -- Jeremy Puhlman jpuhl

Re: [yocto] sstate-cache issue with SPDX enabled

2023-12-05 Thread Jeremy Puhlman via lists.yoctoproject.org
://github.com/jpuhlman/openembedded-core/tree/kirkstone-current-spdx Cheers, Richard -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61810): https://lists.yoctoproject.org/g/yocto/message/61810 Mute This Topic

Re: [yocto] [master][PATCH] meta-cgl-common: fix ParseError

2023-10-16 Thread Jeremy Puhlman via lists.yoctoproject.org
-layer security selinux yocto" LAYERSERIES_COMPAT_cgl-common = "honister kirkstone langdale mickledore" -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61365): https://lists.yoctoproj

Re: [yocto] [meta-cgl] [PATCH] resource-agents: Fix error when do_patch

2023-10-16 Thread Jeremy Puhlman via lists.yoctoproject.org
le one day --- +-- 2.34.1 + -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61364): https://lists.yoctoproject.org/g/yocto/message/61364 Mute This Topic: https://lists.yoctoproject.org/mt/102009296/21656 Group Owner

Re: [yocto] [meta-cgl] [PATCH] linux-yocto: Update the append for 6.x

2023-10-16 Thread Jeremy Puhlman via lists.yoctoproject.org
ta-cgl-common/recipes-kernel/linux/linux-yocto_6.%.bbappend -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61363): https://lists.yoctoproject.org/g/yocto/message/61363 Mute This Topic: https://lists.yoctoproje

Re: [yocto] [meta-cgl][kirkstone][PATCH 1/1] pacemaker: Remove build host path

2023-04-24 Thread Jeremy Puhlman
prepend = "${PN}-cli-utils ${PN}-libs ${PN}-cluster-libs ${PN}-remote " -- Jeremy Puhlman jpuhl...@mvista.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59773): https://lists.yoctoproject.org/g/yocto/messag

Re: [yocto] do_kernel_configme - Could not generate configuration queue

2022-10-18 Thread Jeremy Puhlman
On 10/18/2022 3:31 PM, Bruce Ashfield wrote: On Tue, Oct 18, 2022 at 5:01 PM Jeremy Puhlman wrote: On 10/14/2022 6:52 PM, Bruce Ashfield wrote: On Fri, Oct 14, 2022 at 10:11 PM Jose Quaresma wrote: Hi Rudolf, I have reported this issue and together

Re: [yocto] do_kernel_configme - Could not generate configuration queue

2022-10-18 Thread Jeremy Puhlman
On 10/14/2022 6:52 PM, Bruce Ashfield wrote: On Fri, Oct 14, 2022 at 10:11 PM Jose Quaresma wrote: Hi Rudolf, I have reported this issue and together with a path [1] to fix it. Anyway Bruce has fixed the issue in another way in [2] and this works for me as well. [1]

Re: [yocto] [meta-cgl][PATCH 1/2] layer.conf: add langdale to LAYERSERIES_COMPAT

2022-10-02 Thread Jeremy Puhlman
Merged. On 10/2/2022 6:53 AM, Yi Zhao wrote: Signed-off-by: Yi Zhao --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf index 2e21879..865ed9f 100644 ---

Re: [yocto] [meta-cgl][PATCH] resource-agents: Bug fix.

2022-08-11 Thread Jeremy Puhlman
Merged. On 8/7/2022 7:22 PM, leimaohui wrote: Fix error as the fowllowing: resource-agents-4.5.0-r0 do_package_qa: QA Issue: lib32-resource-agents installs files in /var/volatile, but it is expected to be empty [empty-dirs] Signed-off-by: Lei Maohui ---

[yocto] [meta-security][master|kirkstone][PATCH] libmhash: add multilib header

2022-07-01 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- recipes-security/libmhash/libmhash_0.9.9.9.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-security/libmhash/libmhash_0.9.9.9.bb b/recipes-security/libmhash/libmhash_0.9.9.9.bb index 4d1f584..113acfc 100644 ---

[yocto] [meta-security][kirkstone][PATCH] python3-privacyidea: add correct path to lib/privacyidea

2022-06-30 Thread Jeremy Puhlman
Nothing in getting installed in ${datadir}/lib, it is all going to ${prefix}/lib. setuptools pulls in ${libdir}/* so for the base lib case of ${prefix}/lib the build works. If libdir is something else lib64 for example, its still ending up in ${prefix}/lib and it fails to build. Set value to

[yocto] [meta-security][PATCH] python3-privacyidea: add correct path to lib/privacyidea

2022-06-30 Thread Jeremy Puhlman
Nothing in getting installed in ${datadir}/lib, it is all going to ${prefix}/lib. setuptools pulls in ${libdir}/* so for the base lib case of ${prefix}/lib the build works. If libdir is something else lib64 for example, its still ending up in ${prefix}/lib and it fails to build. Set value to

[yocto] [meta-security][master|kirkstone][PATCH] clamav: make install owner match the added user name

2022-06-30 Thread Jeremy Puhlman
USERADD_PARAM:${PN}-freshclam = "--system -g ${CLAMAV_GID} --home-dir \ ${localstatedir}/lib/${BPN} \ --no-create-home --shell /sbin/nologin ${PN}" The username added to the passwd file is ${PN}. When ${PN} is multilibized, it no longer matches CLAMAV_UID. Make the two match.

[yocto] [meta-security][kirkstone][PATCH] lib-perl: prefix man pages to avoid conflicting with base perl

2022-05-20 Thread Jeremy Puhlman
The following occurs when pkgs-docs added to image features. Error: Transaction test error: file /usr/share/man/man3/lib.3 conflicts between attempted installs of lib-perl-doc-0.63-r0.corei7_64 and perl-doc-5.34.1-r0.corei7_64 Signed-off-by: Jeremy A. Puhlman ---

[yocto] [meta-security][PATCH] lib-perl: prefix man pages to avoid conflicting with base perl

2022-05-20 Thread Jeremy Puhlman
The following occurs when pkgs-docs added to image features. Error: Transaction test error: file /usr/share/man/man3/lib.3 conflicts between attempted installs of lib-perl-doc-0.63-r0.corei7_64 and perl-doc-5.34.1-r0.corei7_64 Signed-off-by: Jeremy A. Puhlman ---

Re: [yocto] [meta-security][PATCH] aide: Add depend on audit when audit is enabled.

2022-05-16 Thread Jeremy Puhlman
Needs to go to kirkstone too. On 5/16/2022 7:17 PM, Jeremy Puhlman via lists.yoctoproject.org wrote: | checking for libaudit.h... no | configure: error: You don't have libaudit properly installed. Install it if you need it. | NOTE: The following config.log files may provide further information

[yocto] [meta-security][PATCH] aide: Add depend on audit when audit is enabled.

2022-05-16 Thread Jeremy Puhlman
| checking for libaudit.h... no | configure: error: You don't have libaudit properly installed. Install it if you need it. | NOTE: The following config.log files may provide further information. Signed-off-by: Jeremy A. Puhlman --- recipes-ids/aide/aide_0.17.3.bb | 2 +- 1 file changed, 1

Re: [yocto] [meta-cgl][PATCH] cgl-init-build-env: Use new variable LICENSE_FLAGS_ACCEPTED

2022-04-25 Thread Jeremy Puhlman
Merged, thanks. On 4/23/2022 8:09 PM, Yu, Mingli wrote: From: Mingli Yu Signed-off-by: Mingli Yu --- cgl-init-build-env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgl-init-build-env b/cgl-init-build-env index acf459d..1d51219 100755 --- a/cgl-init-build-env

Re: [yocto] [meta-cgl][PATCH 1/1] LICENSE: update to standard SPDX names

2022-04-25 Thread Jeremy Puhlman
Merged, thanks. On 4/13/2022 1:59 PM, Joe Slater wrote: Use convert-spdx-licenses.py to change LICENSE in two recipes. Signed-off-by: Joe Slater --- meta-cgl-common/recipes-cgl/cluster/cluster_3.2.0.bb | 2 +- meta-cgl-common/recipes-cgl/heartbeat/heartbeat_3.0.6.bb | 2 +- 2 files

[yocto] [meta-security][dunfell][PATCH 2/2] sssd: CVE-2021-3621: shell command injection in sssctl

2022-04-11 Thread Jeremy Puhlman
From: Hitendra Prajapati Source: https://github.com/SSSD/sssd MR: 114189 Type: Security Fix Disposition: Backport from https://github.com/SSSD/sssd/commit/7ab83f97e1cbefb78ece17232185bdd2985f0bbe ChangeID: 4588f47f3eeb42a6640e6c1a0d886a9c95f5729c Description: CVE: CVE-2021-3621 sssd: shell

[yocto] [meta-security][dunfell][PATCH 1/2] sssd: re-package to fix QA issues

2022-04-11 Thread Jeremy Puhlman
Source: meta-security:honister MR: 113808 Type: Defect Fix Disposition: Merged from honister ChangeID: be0e4f3c73eeb04d1c79d99d3377c89659abe420 Description: It packages all file in ${libdir} to package sssd, including the .so symlink files. Then it causes QA issues: | ERROR: QA Issue: sssd

Re: [yocto] [meta-cgl][PATCH] libsocket6-perl: set precise BSD license

2022-03-07 Thread Jeremy Puhlman
Merged. On 3/7/2022 12:59 AM, Yu, Mingli wrote: From: Mingli Yu "BSD" is ambiguous, use the precise license BSD-3-Clause to fix the below warning: WARNING: libsocket6-perl-0.29-r2 do_populate_lic: QA Issue: libsocket6-perl: No generic license file exists for: BSD in any provider

[yocto] [meta-selinux][PATCH] Update compat to kirkstone

2022-02-24 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index d7c80b8..d6f83c9 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -17,7 +17,7 @@ BBFILE_PRIORITY_selinux = "5" # cause

Re: [yocto] Build failure when adding meta-cgl

2021-12-24 Thread Jeremy Puhlman
n failing the first line in poky-cgl.conf: > meta-cgl/meta-cgl-common/conf/distro/poky-cgl.conf:1:require > conf/distro/poky-lsb.conf > > After changing it to "require conf/distro/poky-altcfg.conf" bitbake seems > to run fine. > > Haven't found any fix or bug on it, is i

Re: [yocto] [meta-security][hardknott][PATCH] sssd: re-package to fix QA issues

2021-11-15 Thread Jeremy Puhlman
Hold up, there is a problem with these. On 11/15/2021 7:50 PM, Jeremy A. Puhlman wrote: It packages all file in ${libdir} to package sssd, including the .so symlink files. Then it causes QA issues: | ERROR: QA Issue: sssd rdepends on dbus-dev [dev-deps] | ERROR: QA Issue: sssd rdepends on

Re: [yocto] [meta-cgl][PATCH] recipes: update SRC_URI branch and protocols

2021-11-05 Thread Jeremy Puhlman
Merged. On 11/5/2021 2:06 AM, Yi Zhao wrote: Update SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls. Signed-off-by: Yi Zhao --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 2 +-

Re: [yocto] [meta-cgl][PATCH 1/2] crmsh: fix deprecation on collections.MutableSet

2021-10-26 Thread Jeremy Puhlman
Series merged. Thanks. On 10/26/2021 12:45 AM, Yi Zhao wrote: Python 3.10 removes the deprecated aliases to collections abstract base clases [1]. Using 'collections.abc.MutableSet' instead of 'collections.MutableSet' [1]: https://bugs.python.org/issue37324 Fixes: $ crm Traceback (most recent

Re: [yocto] [meta-cgl][PATCH] libsocket6-perl: inherit autotools-brokensep

2021-10-18 Thread Jeremy Puhlman
Merged, thanks. On 10/14/2021 11:04 PM, Yi Zhao wrote: Inherit autotools-brokensep to fix the build error which is introduced by oe-commit: commit 8e26252b45b7660c7c67c702411bdec187a76ffc Author: Richard Purdie Date: Sun Sep 19 16:17:31 2021 +0100 layer.conf: Extend recipes

Re: [yocto] [meta-cgl][PATCH 1/6] meta-cgl: convert to new override syntax

2021-08-05 Thread Jeremy Puhlman
This series has been merged. Thanks. Jeremy Puhlman On 8/5/2021 12:39 AM, Yi Zhao wrote: This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-cgl Converting the metadata to use ":" as the override character instead of "_". Si

Re: [yocto] [meta-cgl][PATCH] layer.conf: add hardknott to LAYERSERIES_COMPAT

2021-07-01 Thread Jeremy Puhlman
Merged. Thanks. On 6/30/2021 10:10 PM, Chen Qi wrote: Signed-off-by: Chen Qi --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf index 8100e23..56ddbb9 100644 ---

Re: [yocto] [meta-cgl][PATCH] pacemaker: upgrade 2.0.3 -> 2.0.5

2021-04-12 Thread Jeremy Puhlman
ter haclient 0750 /var/run/crm none > >> +d hacluster haclient 0750 /var/log/pacemaker none > >> diff --git > a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker/0001-Fix-python3-usage.patch > b/meta-cgl-common/recipes-cgl/pacemaker/pacemaker/0001-Fix-python3-usage.patch > >>

[yocto] [meta-cgl][PATCH] layer.conf: add gatesgarth

2020-11-13 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf index 6035b4b..8100e23 100644 --- a/meta-cgl-common/conf/layer.conf +++

Re: [yocto] [meta-cgl][PATCH] ucarp: force to use TLS1.2 during do_fetch

2020-08-10 Thread Jeremy Puhlman
Merged. On 8/9/2020 6:04 PM, Yu, Mingli wrote: ping. Thanks, On 7/17/20 3:38 PM, Yu, Mingli wrote: From: Mingli Yu There comes below error when use buildtools [1]: $ bitbake -cfetch ucarp [snip] --2020-07-17 06:39:31-- https://download.pureftpd.org/pub/ucarp/ucarp-1.5.2.tar.gz Resolving

Re: [yocto] [meta-cgl][PATCH] ucarp: don't hardcode the path for ifconfig

2020-08-08 Thread Jeremy Puhlman
Merged. On 8/7/2020 1:47 AM, Yu, Mingli wrote: From: Mingli Yu Don't hardcode the path for the ifconfig command in case the path for ifconfig on the system may be different from the hardcoded. Signed-off-by: Mingli Yu --- meta-cgl-common/recipes-cgl/ucarp/ucarp/vip-down.sh | 2 +-

[yocto] [meta-security][master|dunfell][PATCH 2/2] packagegroup-security-tpm2: Depend on preferred provider for cryptsetup

2020-07-13 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy Puhlman --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb b/meta-tpm/recipes-core/packagegroup

[yocto] [meta-security][master|dunfell][PATCH 1/2] cryptsetup-tpm-incubator: RPROVIDES cryptsetup and cryptsetup-dev

2020-07-13 Thread Jeremy Puhlman
From: Jeremy Puhlman Without this we get weird conflict when you include dev packages: rror: Transaction check error: file /usr/include/libcryptsetup.h conflicts between attempted installs of cryptsetup-tpm-incubator-dev-0.9.9-r0.corei7_64 and lib32-cryptsetup-dev-2.3.2-r0.1.i586 file /usr

Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread Jeremy Puhlman
On 7/3/2020 10:55 AM, akuster808 wrote: On 7/3/20 9:43 AM, Jeremy Puhlman wrote: On 7/2/20 5:01 PM, Jeremy Puhlman wrote: From: Jeremy Puhlman Somewhere a long the line someone hand modified the yara_grammar.h file but didn't add code to generate the same code. The result is if the file

Re: [yocto] [meta-security][master|dunfell][PATCH] clamav: Fix issue when yara_grammar.h is regenerated.

2020-07-03 Thread Jeremy Puhlman
On 7/2/20 5:01 PM, Jeremy Puhlman wrote: From: Jeremy Puhlman Somewhere a long the line someone hand modified the yara_grammar.h file but didn't add code to generate the same code. The result is if the file is regenerated from the .y file it complains about a missing definition of YR_COMPILER

Re: [yocto] [meta-security][master|dunfell][PATCH 1/2] apparmor: pull in coreutils/findutils only when not using systemd as init manager

2020-07-02 Thread Jeremy Puhlman
Yeah that was a goof on my part. I thought I aborted it, but I guess I didn't. I meant to send the clamav patch. Sorry for the noise on that one. On 7/2/2020 5:14 PM, akuster808 wrote: On 7/2/20 5:00 PM, Jeremy Puhlman wrote: From: Alexander Kanavin The utilities from those packages

[yocto] [meta-security][master|dunfell][PATCH 1/2] apparmor: pull in coreutils/findutils only when not using systemd as init manager

2020-07-02 Thread Jeremy Puhlman
From: Alexander Kanavin The utilities from those packages (xargs, comm) are only used in sysvinit scripts, and so there is no need to pull them in when systemd is in use. Both are gpl3 licensed, so this is beneficial for builds where gpl3 is not allowed. Signed-off-by: Alexander Kanavin

[yocto] [meta-security][master|dunfell][PATCH 1/2] clamav: resolve multilib issues

2020-06-12 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy Puhlman --- recipes-scanners/clamav/clamav_0.101.5.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-scanners/clamav/clamav_0.101.5.bb b/recipes-scanners/clamav/clamav_0.101.5.bb index f4625b1..2ea2c9b 100644

[yocto] [meta-security][master|dunfell][PATCH 2/2] tripwire: Remove makefiles from the man directories.

2020-06-12 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy Puhlman --- recipes-ids/tripwire/tripwire_2.4.3.7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-ids/tripwire/tripwire_2.4.3.7.bb b/recipes-ids/tripwire/tripwire_2.4.3.7.bb index c26392a..4f50bff 100644 --- a/recipes-ids/tripwire

[yocto] [meta-cgl][PATCH] initramfs-cgl-boot: Use common MIT license

2020-04-16 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../recipes-core/initrdscripts/initramfs-cgl-boot_1.0.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-core/initrdscripts/initramfs-cgl-boot_1.0.bb b/meta-cgl-common/recipes-core

[yocto] [meta-cgl][PATCH] layer.conf: add dunfell

2020-03-26 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf index a48f96e..6035b4b 100644 --- a/meta-cgl-common/conf/layer.conf +++

[yocto] [meta-cgl][PATCH] pacemaker: add missing patch for python3 usage

2020-03-26 Thread Jeremy Puhlman
From: Jeremy Puhlman --- .../pacemaker/0001-Fix-python3-usage.patch | 176 + 1 file changed, 176 insertions(+) create mode 100644 meta-cgl-common/recipes-cgl/pacemaker/pacemaker/0001-Fix-python3-usage.patch diff --git a/meta-cgl-common/recipes-cgl/pacemaker

Re: [yocto] [meta-cgl][PATCH 17/20] pacemaker: Update to 2.0.3

2020-03-24 Thread Jeremy Puhlman
on behalf of Jeremy Puhlman *Sent:* Thursday, March 19, 2020 9:53 *To:* yo...@yoctoproject.org *Cc:* Jeremy A. Puhlman *Subject:* [yocto] [meta-cgl][PATCH 17/20] pacemaker: Update to 2.0.3 Drop unneeded patches moving some in to metadata. Fix up for building 2.0.3 Signed-off-by: Jeremy

Re: [yocto] [meta-cgl][PATCH 01/20] monit: upgrade 5.25.2 -> 5.26.0

2020-03-18 Thread Jeremy Puhlman
Opps I went one to far, please disregard this one. On 3/18/2020 6:53 PM, Jeremy Puhlman via Lists.Yoctoproject.Org wrote: From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Adrian Dudau --- .../recipes-cgl/monit/{monit_5.25.2.bb => monit_5.26.0.bb} | 6 +++--- 1 f

[yocto] [meta-cgl][PATCH 07/20] cluster-glue: Update to current

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman * Fix various mutlilib issues. * Update python3 issues * License updates were change of address for FSF Signed-off-by: Jeremy A. Puhlman --- .../cluster-glue/0001-Update-for-python3.patch | 260 + .../cluster-glue/cluster-glue_1.0.12.bb

[yocto] [meta-cgl][PATCH 03/20] crmsh: fix parse errors due to python2 removal

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb b/meta-cgl-common/recipes-cgl/crmsh/crmsh_3.0.3.bb index 040b4d3

[yocto] [meta-cgl][PATCH 09/20] monit: Lives in meta-oe now, remove

2020-03-18 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- .../monit/files/enable-etc-monit.d-include.patch | 9 meta-cgl-common/recipes-cgl/monit/files/init | 42 --- meta-cgl-common/recipes-cgl/monit/monit_5.26.0.bb | 59 -- 3 files changed, 110 deletions(-) delete

[yocto] [meta-cgl][PATCH 16/20] ocfs2-tools: update to 1.8.6

2020-03-18 Thread Jeremy Puhlman
* Drop patcehes moved upstream. * Update license for address changes in document Signed-off-by: Jeremy A. Puhlman --- ...s2-use-sys-sysmacros.h-include-for-makede.patch | 47 ...cfs2-fix-compile-error-when-glibc-upgrade.patch | 88 -- .../{ocfs2-tools_1.8.5.bb

[yocto] [meta-cgl][PATCH 13/20] libsocket6-perl: update to 0.29

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman * license checksum changed because they add more info above the license. Signed-off-by: Jeremy A. Puhlman --- .../perl/{libsocket6-perl_0.28.bb => libsocket6-perl_0.29.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-cgl-common/reci

[yocto] [meta-cgl][PATCH 18/20] Update racoon2 to build in dumfell

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman * Move to https://github.com/zoulasc/racoon2 which appears to be actively maintained(rather then no changes in 10 years) * Refresh patches for current * Drop patches to .in file and move to more correct patches * Fix up issue with building from all .am files. Signed-off

[yocto] [meta-cgl][PATCH 11/20] linux-yocto: Update the append for 5.x

2020-03-18 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- .../linux/{linux-yocto_4.%.bbappend => linux-yocto_5.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-cgl-common/recipes-kernel/linux/{linux-yocto_4.%.bbappend => linux-yocto_5.%.bbappend} (100%) diff --git

[yocto] [meta-cgl][PATCH 10/20] core-image-cgl-*: Move to recipe directory

2020-03-18 Thread Jeremy Puhlman
* lsb content has been moved out to meta-lsb. * Configure image to build with or with out lsb image present. * Add warning about CGL compliance and lsb requirement and option to squelch warning. Signed-off-by: Jeremy A. Puhlman --- .../{ => recipes-core}/images/core-image-cgl-initramfs.bb

[yocto] [meta-cgl][PATCH 04/20] pacemaker: fix parse errors due to python2 removal

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb b/meta-cgl-common/recipes-cgl/pacemaker

[yocto] [meta-cgl][PATCH 02/20] Add zeus to compat list

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf index 894d6c4..de64205 100644 --- a/meta-cgl-common/conf/layer.conf

[yocto] [meta-cgl][PATCH 19/20] initramfs-cgl-boot: Do not presume layer is inside corebase

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../recipes-core/initrdscripts/initramfs-cgl-boot_1.0.bb| 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-core/initrdscripts/initramfs-cgl-boot_1.0.bb b/meta-cgl-common

[yocto] [meta-cgl][PATCH 15/20] crmsh: Update to 4.20

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/recipes-cgl/crmsh/{crmsh_3.0.3.bb => crmsh_4.20.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-cgl/crmsh/{crmsh_3.0.3.bb => crmsh_4.20.bb} (84%) diff --git a/me

[yocto] [meta-cgl][PATCH 14/20] libmailtools-perl: update 2.21

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../perl/{libmailtools-perl_2.20.bb => libmailtools-perl_2.21.bb}| 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libmailtools-perl_2.20.bb => libmailtools-perl_2.21.b

[yocto] [meta-cgl][PATCH 01/20] monit: upgrade 5.25.2 -> 5.26.0

2020-03-18 Thread Jeremy Puhlman
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Adrian Dudau --- .../recipes-cgl/monit/{monit_5.25.2.bb => monit_5.26.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-cgl/monit/{monit_5.25.2.bb => monit_5.26.0.bb} (90%)

[yocto] [meta-cgl][PATCH 06/20] pacemaker: fix depend issues for py2 removal

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.21.bb b/meta-cgl-common/recipes-cgl/pacemaker

[yocto] [meta-cgl][PATCH 20/20] Move packagegroups to recipes-core for consistancy sake

2020-03-18 Thread Jeremy Puhlman
Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/conf/layer.conf | 2 -- .../{ => recipes-core}/packagegroups/packagegroup-cgl-applications.bb | 0 .../{ => recipes-core}/packagegroups/packagegroup-cgl-kernel.bb | 0 .../{ =>

[yocto] [meta-cgl][PATCH 05/20] cluster-glue: fix depend issues for py2 removal

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-cgl-common/recipes-cgl/cluster-glue/cluster-glue_1.0.12.bb b/meta-cgl-common/recipes-cgl

[yocto] [meta-cgl][PATCH 17/20] pacemaker: Update to 2.0.3

2020-03-18 Thread Jeremy Puhlman
Drop unneeded patches moving some in to metadata. Fix up for building 2.0.3 Signed-off-by: Jeremy A. Puhlman --- .../pacemaker/0001-pacemaker-fix-xml-config.patch | 52 ...earch-header-from-STAGING_INCDIR-to-walka.patch | 37 -- .../0003-pacemaker-fix-header-defs-lookup.patch

[yocto] [meta-cgl][PATCH 08/20] resource-agents: Update to 4.5.0

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Refesh patches. Drop already encorperated Signed-off-by: Jeremy A. Puhlman --- .../resource-agents/01-disable-doc-build.patch | 12 --- .../02-set-OCF_ROOT_DIR-to-libdir-ocf.patch| 4 +-- .../03-fix-header-defs-lookup.patch| 4

[yocto] [meta-cgl][PATCH 12/20] libwww-perl: update to 6.43

2020-03-18 Thread Jeremy Puhlman
From: Jeremy Puhlman Signed-off-by: Jeremy A. Puhlman --- .../recipes-perl/perl/{libwww-perl_6.36.bb => libwww-perl_6.43.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-cgl-common/recipes-perl/perl/{libwww-perl_6.36.bb => libwww-perl_6.43.bb} (66%) diff

Re: [yocto] should all "IMAGE_INSTALL +=" become "IMAGE_INSTALL_append"?

2020-02-13 Thread Jeremy Puhlman
I was looking at th 1.6 version of the document, and the 5.2.1 section is 3.2.1 in the 3.0 version. The section is about modifying images from the local.conf, so my comments are still the same. You need it to modify an image from the local.conf, but += is more appropriate in an actual image

Re: [yocto] should all "IMAGE_INSTALL +=" become "IMAGE_INSTALL_append"?

2020-02-13 Thread Jeremy Puhlman
You are referring to section 5.2.1 if I am not correct, not 3.2.1? The context is important here. 5.2.1 is discussing using the variable as part of your local.conf. Which is a different animal then adding it to an image recipe.  In local.conf you really need _append to for it to even take

[yocto] [meta-selinux][PATCH 2/2] findutils: make append generic

2020-01-30 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- .../findutils/{findutils_4.6.%.bbappend => findutils_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-extended/findutils/{findutils_4.6.%.bbappend => findutils_%.bbappend} (100%) diff --git a/recipes-extended/fin

[yocto] [meta-selinux][PATCH 1/2] python: move appends to a dynamic-layer

2020-01-30 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- conf/layer.conf | 2 ++ .../recipes-devtools}/python/files/sitecustomize.py | 0 .../python2-layer/recipes-devtools}/python/python_%.bbappend| 0 .../python2-layer/recipes-devtools}/python