|
[meta-selinux][PATCH 4/6] selinux-initsh.inc: install selinux-init.sh and selinux-labeldev.sh when using systemd
The commit 5fd3c5b71edb99659aeb5cb5903088d84517382e introduced an issue
that selinux-init.sh and selinux-labeldev.sh are not installed when
using systemd which will cause the selinux-ini.service
The commit 5fd3c5b71edb99659aeb5cb5903088d84517382e introduced an issue
that selinux-init.sh and selinux-labeldev.sh are not installed when
using systemd which will cause the selinux-ini.service
|
By
Yi Zhao
·
#47805
·
|
|
[meta-selinux][PATCH 3/6] libsemanage: fix race issue in parallel build
The install-pywarp target doesn't depend on swigify target because the
semanage.py is not generated by swigify target but pywrap target.
Here is the dependency chain:
install-pywrap -> pywrap ->
The install-pywarp target doesn't depend on swigify target because the
semanage.py is not generated by swigify target but pywrap target.
Here is the dependency chain:
install-pywrap -> pywrap ->
|
By
Yi Zhao
·
#47804
·
|
|
[meta-selinux][PATCH 6/6] refpolicy: switch to python3
* Switch to python3
* Update policy-version to 31 to match selinux 2.9
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/refpolicy/refpolicy_common.inc | 6 +++---
1 file changed,
* Switch to python3
* Update policy-version to 31 to match selinux 2.9
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/refpolicy/refpolicy_common.inc | 6 +++---
1 file changed,
|
By
Yi Zhao
·
#47803
·
|
|
[meta-selinux][PATCH 5/6] refpolicy: add UPSTREAM_CHECK_GITTAGREGEX
Add UPSTREAM_CHECK_GITTAGREGEX to make devtool check-upgrade-status
works.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/refpolicy/refpolicy_2.20190201.inc | 2 ++
Add UPSTREAM_CHECK_GITTAGREGEX to make devtool check-upgrade-status
works.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-security/refpolicy/refpolicy_2.20190201.inc | 2 ++
|
By
Yi Zhao
·
#47802
·
|
|
[meta-selinux][PATCH 2/6] libselinux-python: fix race issue in parallel build
The install-pywarp target doesn't depend on swigify target because the
selinux.py is not generated by swigify target but pywrap target.
Here is the dependency chain:
install-pywrap -> pywrap ->
The install-pywarp target doesn't depend on swigify target because the
selinux.py is not generated by swigify target but pywrap target.
Here is the dependency chain:
install-pywrap -> pywrap ->
|
By
Yi Zhao
·
#47801
·
|
|
[meta-selinux][PATCH 1/6] python-ipy: remove recipe
The python-ipy had been moved to meta-python.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-devtools/python/python-ipy.inc | 18 ------------------
The python-ipy had been moved to meta-python.
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-devtools/python/python-ipy.inc | 18 ------------------
|
By
Yi Zhao
·
#47800
·
|
|
Re: Raspberry pi 4 recipe and layer issues.
Hi Ed
if you are building on target, you need to install glibc-dev package
on your target as well. or perhaps you can build your image for target
with
IMAGE_INSTALL_append = "
Hi Ed
if you are building on target, you need to install glibc-dev package
on your target as well. or perhaps you can build your image for target
with
IMAGE_INSTALL_append = "
|
By
Khem Raj
·
#47799
·
|
|
[meta-security][PATCH 3/3] smack-test: add feature check for smack
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/smack/smack-test_1.0.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/recipes-mac/smack/smack-test_1.0.bb
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/smack/smack-test_1.0.bb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/recipes-mac/smack/smack-test_1.0.bb
|
By
Armin Kuster
·
#47798
·
|
|
[meta-security][PATCH 2/3] meta-integrity: fix issues with yocto-check-layer
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-core/initrdscripts/initramfs-framework-ima.bb | 3 +++
.../recipes-core/packagegroups/packagegroup-ima-evm-utils.bb | 2 +-
Signed-off-by: Armin Kuster <akuster808@...>
---
.../recipes-core/initrdscripts/initramfs-framework-ima.bb | 3 +++
.../recipes-core/packagegroups/packagegroup-ima-evm-utils.bb | 2 +-
|
By
Armin Kuster
·
#47797
·
|
|
[meta-security][PATCH 1/3] google-authenticator-libpam: update to 1.07
Signed-off-by: Armin Kuster <akuster808@...>
---
...cator-libpam_1.05.bb => google-authenticator-libpam_1.07.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Armin Kuster <akuster808@...>
---
...cator-libpam_1.05.bb => google-authenticator-libpam_1.07.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Armin Kuster
·
#47796
·
|
|
Re: Raspberry pi 4 recipe and layer issues.
Hi,
Testing 1 of the 4 recipes in meta-yosys-tools nextpnr_0.1.bb.
I tried testing on target rpi4-64 to determine, EXTRA_OECMAKE = "-DARCH=ice40 -DBUILD_GUI=OFF ${S} "
variable. In yocto this uses
Hi,
Testing 1 of the 4 recipes in meta-yosys-tools nextpnr_0.1.bb.
I tried testing on target rpi4-64 to determine, EXTRA_OECMAKE = "-DARCH=ice40 -DBUILD_GUI=OFF ${S} "
variable. In yocto this uses
|
By
Ed Vidal
·
#47795
·
|
|
[meta-security][PATCH 2/2] python3-fail2ban: include python-fail2ban.inc
Signed-off-by: Armin Kuster <akuster808@...>
---
.../fail2ban/python3-fail2ban_0.10.4.0.bb | 51 +++++++++++++++++--
1 file changed, 47 insertions(+), 4 deletions(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
.../fail2ban/python3-fail2ban_0.10.4.0.bb | 51 +++++++++++++++++--
1 file changed, 47 insertions(+), 4 deletions(-)
diff --git
|
By
Armin Kuster
·
#47794
·
|
|
[meta-security][PATCH 1/2] python-fail2ban: Drop python2 package
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/fail2ban/python-fail2ban.inc | 49 -------------------
.../fail2ban/python-fail2ban_0.10.4.0.bb | 4 --
2 files changed,
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-security/fail2ban/python-fail2ban.inc | 49 -------------------
.../fail2ban/python-fail2ban_0.10.4.0.bb | 4 --
2 files changed,
|
By
Armin Kuster
·
#47793
·
|
|
Debugging using a GUI
I'm having difficulties debugging using a GUI front-end for gdb. I didn't have these many problems with Yocto Jethro. But with Zeus I have not been able to figure out how to setup Eclipse Standalone
I'm having difficulties debugging using a GUI front-end for gdb. I didn't have these many problems with Yocto Jethro. But with Zeus I have not been able to figure out how to setup Eclipse Standalone
|
By
Fred Baksik
·
#47792
·
|
|
[meta-security][PATCH 2/2] smack: add distro check
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/smack/smack_1.3.1.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/recipes-mac/smack/smack_1.3.1.bb
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/smack/smack_1.3.1.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/recipes-mac/smack/smack_1.3.1.bb
|
By
Armin Kuster
·
#47791
·
|
|
[meta-security][PATCH 1/2] apparmor: add distro check
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/AppArmor/apparmor_2.13.3.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-mac/AppArmor/apparmor_2.13.3.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
|
By
Armin Kuster
·
#47790
·
|
|
Re: ubuntu from Yocto
Howdy!
Sorry, but there is no such thing. Yocto respectively OpenEmbedded
technology can build a custom distribution that suits a lot of cases,
but not being a drop-in replacement for general
Howdy!
Sorry, but there is no such thing. Yocto respectively OpenEmbedded
technology can build a custom distribution that suits a lot of cases,
but not being a drop-in replacement for general
|
By
Josef Holzmayr <holzmayr@...>
·
#47789
·
|
|
Re: ubuntu from Yocto
On 21.12.2019 08:20, Peter Balazovic wrote:
There is not. With Yocto you create your own distribution.
You may be interested in isar then: https://github.com/ilbers/isar
On 21.12.2019 08:20, Peter Balazovic wrote:
There is not. With Yocto you create your own distribution.
You may be interested in isar then: https://github.com/ilbers/isar
|
By
Maciej Pijanowski
·
#47788
·
|
|
ubuntu from Yocto
Hello guys
Is there a way how to prepare "Ubuntu distribution" from Yocto project. It means to create a standard Ubuntu (or other standard distribution).
I am looking for a procedure for it.
Please,
Hello guys
Is there a way how to prepare "Ubuntu distribution" from Yocto project. It means to create a standard Ubuntu (or other standard distribution).
I am looking for a procedure for it.
Please,
|
By
Peter Balazovic <balazovic.peter@...>
·
#47787
·
|
|
[meta-openssl102-fips][PATCH] openssh bbappend: refresh local patches to 8.1p1
Since upstream oe-core upgraded openssh to 8.1p1,
refresh local patches of fips
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../0001-conditional-enable-fips-mode.patch | 26
Since upstream oe-core upgraded openssh to 8.1p1,
refresh local patches of fips
Signed-off-by: Hongxu Jia <hongxu.jia@...>
---
.../0001-conditional-enable-fips-mode.patch | 26
|
By
hongxu
·
#47786
·
|