|
[meta-zephyr][PATCH 1/6] CI: use path to avoid warning
Warnings are being seen in gitlab of
WARNING - Falling back to file-relative addressing of local include "base.yml"
WARNING - Update your layer to repo-relative addressing to avoid this warning
Warnings are being seen in gitlab of
WARNING - Falling back to file-relative addressing of local include "base.yml"
WARNING - Update your layer to repo-relative addressing to avoid this warning
|
By
Jon Mason
·
#57684
·
|
|
[meta-zephyr][PATCH 5/6] zephyr-bsp: add support for qemu-cortex-r5
Signed-off-by: Jon Mason <jon.mason@...>
---
.gitlab-ci.yml | 3 +++
ci/qemu-cortex-r5.yml | 10 +++++++++
Signed-off-by: Jon Mason <jon.mason@...>
---
.gitlab-ci.yml | 3 +++
ci/qemu-cortex-r5.yml | 10 +++++++++
|
By
Jon Mason
·
#57683
·
|
|
[meta-zephyr][PATCH 2/6] CI: move stm32mp157c-dk2 to be alphabetical
Trivial change to move stm32mp157c-dk2 to its alphabetical location.
This is relevant because it aligns the file to match the order on the
gilab pipeline entry.
Signed-off-by: Jon Mason
Trivial change to move stm32mp157c-dk2 to its alphabetical location.
This is relevant because it aligns the file to match the order on the
gilab pipeline entry.
Signed-off-by: Jon Mason
|
By
Jon Mason
·
#57682
·
|
|
[meta-zephyr][PATCH 3/6] CI: add more targets
The autotest change allows for the list of targets to be built to be
larger. Add more targets to increase the build coverage of CI.
Unfortunately, there are some platforms that do not build
The autotest change allows for the list of targets to be built to be
larger. Add more targets to increase the build coverage of CI.
Unfortunately, there are some platforms that do not build
|
By
Jon Mason
·
#57681
·
|
|
Re: user service autostart
Like maybe simply:
systemd_postinst_ontarget () {
if [ "${SYSTEMD_AUTO_ENABLE}" = "enable" ]; then
for service in ${FLUTTER_USER_SERVICE_ESCAPED}; do
su <desired user>
Like maybe simply:
systemd_postinst_ontarget () {
if [ "${SYSTEMD_AUTO_ENABLE}" = "enable" ]; then
for service in ${FLUTTER_USER_SERVICE_ESCAPED}; do
su <desired user>
|
By
Joel Winarske
·
#57680
·
|
|
user service autostart
How does one enable a user service for a specific user at postinst?
User service in question is located in ${system_user_unitdir}.
Seems the problem is related to determining what user, which makes
How does one enable a user service for a specific user at postinst?
User service in question is located in ${system_user_unitdir}.
Seems the problem is related to determining what user, which makes
|
By
Joel Winarske
·
#57679
·
|
|
[meta-tpm][PATCH] libtpm: upgrade 0.9.3 -> 0.9.5
From: Armpit's Upgrade Helper <akuster808@...>
---
.../recipes-tpm/libtpm/{libtpm_0.9.3.bb => libtpm_0.9.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
From: Armpit's Upgrade Helper <akuster808@...>
---
.../recipes-tpm/libtpm/{libtpm_0.9.3.bb => libtpm_0.9.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Armin Kuster
·
#57678
·
|
|
[meta-security][PATCH 9/9] tpm2-tcti-uefi: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57677
·
|
|
[meta-security][PATCH 8/9] tpm2-abrmd: add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57676
·
|
|
[meta-security][PATCH 7/9] tpm2-pkcs11: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57675
·
|
|
[meta-security][PATCH 6/9] tpm2-openssl: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57674
·
|
|
[meta-security][PATCH 5/9] tpm2-tools: Add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57673
·
|
|
[meta-security][PATCH 4/9] tpm2-tss: add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57672
·
|
|
[meta-security][PATCH 3/9] tpm2-tss-engine: add UPSTREAM_CHECK_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57671
·
|
|
[meta-security][PATCH 2/9] ibmtpm2tss: fix SRC_URI
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Armin Kuster
·
#57670
·
|
|
[meta-security][PATCH 1/9] fail2ban: add UPSTREAM_CHECK vars
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57669
·
|
|
[meta-security][PATCH 5/5] fail2ban: add UPSTREAM_CHECK vars
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Armin Kuster
·
#57668
·
|
|
[meta-security][PATCH 4/5] sssd: upgrade 2.7.1 -> 2.7.3
From: Upgrade Helper <akuster808@...>
add UPSTREAM_CHECK_URI
---
.../recipes-security/sssd/{sssd_2.7.1.bb => sssd_2.7.3.bb} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
rename
From: Upgrade Helper <akuster808@...>
add UPSTREAM_CHECK_URI
---
.../recipes-security/sssd/{sssd_2.7.1.bb => sssd_2.7.3.bb} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
rename
|
By
Armin Kuster
·
#57667
·
|
|
[meta-security][PATCH 3/5] chipsec: update to 1.8.7
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/chipsec/{chipsec_1.8.5.bb => chipsec_1.8.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/chipsec/{chipsec_1.8.5.bb => chipsec_1.8.7.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Armin Kuster
·
#57666
·
|
|
[meta-security][PATCH 2/5] suricata: update to 6.0.5
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/suricata/{suricata_6.0.5.bb => suricata_6.0.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-ids/suricata/{suricata_6.0.5.bb => suricata_6.0.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Armin Kuster
·
#57665
·
|