Re: [yocto] Reproducible builds and RPM packages

2020-11-12 Thread Jate Sujjavanich
I have sussed out several behaviors of the image build having to do with reproducible builds. It seems like bitbake creates the rpm with the correct modification times per the reproducible_builds bbclass. When do_rootfs installs the packages, the timestamps seem correct. The function reproducib

[yocto] [meta-security-compliance][PATCH] scap-security-guide: Fix openembedded platform tests and build

2021-01-10 Thread Jate Sujjavanich
Add patches to fix openembedded nodistro tests and openembedded build within ssg metadata. Signed-Off-By: Jate Sujjavanich --- ...c-file-check-tests-in-installed-OS-d.patch | 46 +++ ...g-openembedded-from-ssg-constants.py.patch | 34 ++ .../scap-security

Re: [yocto] [meta-security-compliance][PATCH] scap-security-guide: Fix openembedded platform tests and build

2021-02-13 Thread Jate Sujjavanich
Ping On Sun, Jan 10, 2021 at 11:21 AM Jate Sujjavanich wrote: > Add patches to fix openembedded nodistro tests and openembedded build > within > ssg metadata. > > Signed-Off-By: Jate Sujjavanich > --- > ...c-file-check-tests-in-installed-OS-d.patch | 46 ++

Re: [yocto] [OE-core] Question of Yocto dunfell LTS period

2022-01-13 Thread Jate Sujjavanich
I received the answer to this question in IRC on 10/29/2021. 16:06 < jatedev> I saw a wiki edit that said dunfell's LTS period is now through April 2024, but I've seen no announcements. Any truth to this rumor? 16:20

[yocto] [meta-openssl102-fips][PATCH] MAINTAINERS: Fix mailing list email address

2022-07-21 Thread Jate Sujjavanich
Signed-off-by: Jate Sujjavanich --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 66a924c..e248803 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,7 +1,7 @@ This file contains a list of maintainers for the meta-openssl102-fips

[yocto] [meta-openssl102-fips][PATCH] openssl-fips: Exclude variable from task hash

2022-07-21 Thread Jate Sujjavanich
Add LAYERPATH_meta-openssl-one-zero-two-fips to vardepsexclude for do_check_fips to improve sstate reuse This variable notifies the user of a machine specific path. Signed-off-by: Jate Sujjavanich --- recipes-connectivity/openssl/openssl-fips_2.0.16.bb | 6 ++ 1 file changed, 6 insertions