|
[meta-security][PATCH v2] samhain: fix compile error on powerpc
From: Kai Kang <kai.kang@...> It fails to comile samhain for powerpc(qemuppc): | x_sh_dbIO.c: In function 'swap_short': | x_sh_dbIO.c:229:36: error: initializer element is not constant | 229
From: Kai Kang <kai.kang@...> It fails to comile samhain for powerpc(qemuppc): | x_sh_dbIO.c: In function 'swap_short': | x_sh_dbIO.c:229:36: error: initializer element is not constant | 229
|
By
kai
· #52661
·
|
|
[meta-security][PATCH] samhain: fix compile for powerpc
From: Kai Kang <kai.kang@...> It fails to comile samhain for powerpc(qemuppc): | x_sh_dbIO.c: In function 'swap_short': | x_sh_dbIO.c:229:36: error: initializer element is not constant | 229
From: Kai Kang <kai.kang@...> It fails to comile samhain for powerpc(qemuppc): | x_sh_dbIO.c: In function 'swap_short': | x_sh_dbIO.c:229:36: error: initializer element is not constant | 229
|
By
kai
· #52658
·
|
|
[meta-cgl][PATCH] resource-agents: remove the build path from script ocf-binaries
From: Yue Tao <Yue.Tao@...> After upgrading 4.5.0, the script ocf-binaries contains the build path | : ${SSH:=/path/to/build/tmp-glibc/hosttools/ssh} Add a configure option to replace it wit
From: Yue Tao <Yue.Tao@...> After upgrading 4.5.0, the script ocf-binaries contains the build path | : ${SSH:=/path/to/build/tmp-glibc/hosttools/ssh} Add a configure option to replace it wit
|
By
kai
· #50843
·
|
|
[meta-cgl][ 2/3] ocfs2-tools: remove lsbinitscripts from RDEPENDS
From: Robert Yang <liezhi.yang@...> The LSB support had been removed from oe-core by: https://git.openembedded.org/openembedded-core/commit/?id=fb06435 And it works well to start o2cb/ocfs2
From: Robert Yang <liezhi.yang@...> The LSB support had been removed from oe-core by: https://git.openembedded.org/openembedded-core/commit/?id=fb06435 And it works well to start o2cb/ocfs2
|
By
kai
· #50837
·
|
|
[meta-cgl][ 3/3] ucarp: add initscripts-functions as runtime dependency when using systemd
From: Yi Zhao <yi.zhao@...> The ucarp.service invokes script /usr/libexec/ucarp to start/stop the ucarp service. But the /etc/init.d/functions file which is required by the script is not ins
From: Yi Zhao <yi.zhao@...> The ucarp.service invokes script /usr/libexec/ucarp to start/stop the ucarp service. But the /etc/init.d/functions file which is required by the script is not ins
|
By
kai
· #50836
·
|
|
[meta-cgl][ 1/3] kernel: Remove non-existing kernel option
From: He Zhe <zhe.he@...> CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been removed from mainline kernel by commit be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE"). Ref: http
From: He Zhe <zhe.he@...> CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE has been removed from mainline kernel by commit be6ec88f41ba ("selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE"). Ref: http
|
By
kai
· #50835
·
|
|
[meta-anaconda][PATCH] libgnomekbd: add recipe which was removed from meta-openembedded
Merged. Thanks. Kai
By
kai
· #50803
·
|
|
[meta-security][PATCH] libseccomp: fix cross compile error for mips
From: Kai Kang <kai.kang@...> Backport patch to fix cross compile error for mips: | syscalls.h:44:6: error: expected identifier or '(' before numeric constant | 44 | int mips; | | ^~~~ Signe
From: Kai Kang <kai.kang@...> Backport patch to fix cross compile error for mips: | syscalls.h:44:6: error: expected identifier or '(' before numeric constant | 44 | int mips; | | ^~~~ Signe
|
By
kai
· #50171
·
|
|
[meta-security][PATCH] sssd: disable build secrets
Ping.
By
kai
· #49724
·
|
|
[meta-security][PATCH] sssd: disable build secrets
From: Kai Kang <kai.kang@...> It requires http_parser.h to build secrets: | configure: error: | You must have the header file http_parser.h installed to build sssd | with secrets responder.
From: Kai Kang <kai.kang@...> It requires http_parser.h to build secrets: | configure: error: | You must have the header file http_parser.h installed to build sssd | with secrets responder.
|
By
kai
· #49658
·
|
|
[meta-security][PATCH] sssd: fix for ldblibdir and systemd etc
From: Kai Kang <kai.kang@...> Fix sssd issue for ldblibdir, systemd, pam etc. * fix ldblibdir which is not calculated right for cross compile * create directory /var/log/sssd which is requir
From: Kai Kang <kai.kang@...> Fix sssd issue for ldblibdir, systemd, pam etc. * fix ldblibdir which is not calculated right for cross compile * create directory /var/log/sssd which is requir
|
By
kai
· #48645
·
|
|
[meta-selinux][PATCH 1/1] busybox: disable PTEST_BINDIR
From: Kai Kang <kai.kang@...> A new feature has been added in oe-core to use update-alternative mechanism for ptest. But it conflicts with current patch in meta-selinux. So do not use this n
From: Kai Kang <kai.kang@...> A new feature has been added in oe-core to use update-alternative mechanism for ptest. But it conflicts with current patch in meta-selinux. So do not use this n
|
By
kai
· #44835
·
|
|
[meta-selinux][PATCH 0/1] Fix build errors when enable selinux and ptest
From: Kai Kang <kai.kang@...> Fix build errors when enable selinux and ptest: DISTRO_FEATURES_append = "" ERROR: busybox-1.30.1-r0 do_package: Error executing a python function in exec_pytho
From: Kai Kang <kai.kang@...> Fix build errors when enable selinux and ptest: DISTRO_FEATURES_append = "" ERROR: busybox-1.30.1-r0 do_package: Error executing a python function in exec_pytho
|
By
kai
· #44834
·
|
|
[meta-selinux][PATCH 2/2] setools: fix build failure with gcc 7
From: Kai Kang <kai.kang@...> Backport patch from setools upstream to fix build failure with GCC 7 due to possible truncation of snprintf output. It could be reproduced on 64 bit bsps such a
From: Kai Kang <kai.kang@...> Backport patch from setools upstream to fix build failure with GCC 7 due to possible truncation of snprintf output. It could be reproduced on 64 bit bsps such a
|
By
kai
· #44750
·
|
|
[meta-selinux][PATCH 1/2] layer.conf: update to warrior release name series
From: Kai Kang <kai.kang@...> Sync with oe-core to update to warrior release name series. Signed-off-by: Kai Kang <kai.kang@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insert
From: Kai Kang <kai.kang@...> Sync with oe-core to update to warrior release name series. Signed-off-by: Kai Kang <kai.kang@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insert
|
By
kai
· #44749
·
|
|
[meta-selinux][PATCH] meson-selinux.bbclass: add for meson build system
From: Kai Kang <kai.kang@...> Add meson-selinux.bbclass for meson build system. It used '-Dselinux=true/false' to enable/disable 'selinux' rather than --enable-selinux or --with-selinux. Inh
From: Kai Kang <kai.kang@...> Add meson-selinux.bbclass for meson build system. It used '-Dselinux=true/false' to enable/disable 'selinux' rather than --enable-selinux or --with-selinux. Inh
|
By
kai
· #44374
·
|
|
Quick confirmation about multilib
Hi Nicholas, It seems not right that it should be "build-i686-pokymllib32-linux". Do you have any other config? And do you use Yocto that your TARGET_VENDOR is 'oe' but the default value is 'poky'. An
Hi Nicholas, It seems not right that it should be "build-i686-pokymllib32-linux". Do you have any other config? And do you use Yocto that your TARGET_VENDOR is 'oe' but the default value is 'poky'. An
|
By
kai
· #43590
·
|
|
[meta-virtualization][PATCH] libvirt: remove qemu from PACKAGECONFIG for mips n32 and n64
From: Kai Kang <kai.kang@...> PACKAGECONFIG 'qemu' causes libvirt depends on package qemu. But qemu is not compatible with mips n32 and n64. So remove 'qemu' from PACKAGECONFIG for mips n32
From: Kai Kang <kai.kang@...> PACKAGECONFIG 'qemu' causes libvirt depends on package qemu. But qemu is not compatible with mips n32 and n64. So remove 'qemu' from PACKAGECONFIG for mips n32
|
By
kai
· #42770
·
|
|
[PATCH 2/2] audit: fix pkgconfigdir
Because 'libdir' is set with ${base_libdir} in recipe file of audit, package config files(.pc) are installed to ${base_libdir}/pkgconfig that variable pkgconfigdir is set with ${libdir}/pkgconfig in m
Because 'libdir' is set with ${base_libdir} in recipe file of audit, package config files(.pc) are installed to ${base_libdir}/pkgconfig that variable pkgconfigdir is set with ${libdir}/pkgconfig in m
|
By
kai
· #40528
·
|
|
[PATCH 1/2] enable-audit.bbclass: remove implement of packageconfig audit
enable-audit.bbclass is only used by systemd. And systemd has adapted to use build tool meson and implement PACKAGECONFIG audit in recipe file of systemd in oe-core. So remove implement of PACKAGECONF
enable-audit.bbclass is only used by systemd. And systemd has adapted to use build tool meson and implement PACKAGECONFIG audit in recipe file of systemd in oe-core. So remove implement of PACKAGECONF
|
By
kai
· #40527
·
|