|
[PATCH] ceph: inherit pkgconfig.bbclass
Sorry, just ref the commit in Yocto. Will ref to URL link next time. Regards, Kai
Sorry, just ref the commit in Yocto. Will ref to URL link next time. Regards, Kai
|
By
Kai Kang
· #6838
·
|
|
[PATCH] ceph: inherit pkgconfig.bbclass
From: Kai Kang <kai.kang@...> According to oe-core commit 652fdf8719 sstate: Allow validation of sstate singatures against list of keys pkgconfig-native is not deployed in sysroot by default
From: Kai Kang <kai.kang@...> According to oe-core commit 652fdf8719 sstate: Allow validation of sstate singatures against list of keys pkgconfig-native is not deployed in sysroot by default
|
By
Kai Kang
· #6826
·
|
|
[PATCH] kubernetes: update sed expression
From: Kai Kang <kai.kang@...> It misses a backslash in sed expression and causes warning when run do_compile: | sed: -e expression #1, char 35: Unmatched ) or \) Signed-off-by: Kai Kang <kai
From: Kai Kang <kai.kang@...> It misses a backslash in sed expression and causes warning when run do_compile: | sed: -e expression #1, char 35: Unmatched ) or \) Signed-off-by: Kai Kang <kai
|
By
Kai Kang
· #6793
·
|
|
[meta-cloud-services][PATCH] libibverbs: add back from meta-virtualization
I check the configure.ac file of librdmacm and no configure option for rdma-core. That's why add it back. And revert is better. Regards, Kai
I check the configure.ac file of librdmacm and no configure option for rdma-core. That's why add it back. And revert is better. Regards, Kai
|
By
Kai Kang
· #6791
·
|
|
[meta-cloud-services][PATCH] libibverbs: add back from meta-virtualization
From: Kai Kang <kai.kang@...> libibverbs has been removed from meta-virtualization but it is still required by librdmacm and glusterfs. So add it back from meta-virtualization. Signed-off-by
From: Kai Kang <kai.kang@...> libibverbs has been removed from meta-virtualization but it is still required by librdmacm and glusterfs. So add it back from meta-virtualization. Signed-off-by
|
By
Kai Kang
· #6789
·
|
|
[PATCH] runc-docker: adjust patch to fit latest version
It works. Got it. Thanks a lot. Regards, Kai
It works. Got it. Thanks a lot. Regards, Kai
|
By
Kai Kang
· #6562
·
|
|
[PATCH] runc-docker: adjust patch to fit latest version
Hi Bruce, It breaks do_patch again. And what is the "second variant" you've mentioned, please? Regards, Kai
Hi Bruce, It breaks do_patch again. And what is the "second variant" you've mentioned, please? Regards, Kai
|
By
Kai Kang
· #6559
·
|
|
[PATCH] ceph: 14.2.6 -> 14.2.7
From: Kai Kang <kai.kang@...> Update ceph from 14.2.6 to 14.2.7. * Backport patch to fix compile error * Replace python with python3 in the script files that /usr/bin/python not exists * Rep
From: Kai Kang <kai.kang@...> Update ceph from 14.2.6 to 14.2.7. * Backport patch to fix compile error * Replace python with python3 in the script files that /usr/bin/python not exists * Rep
|
By
Kai Kang
· #5063
·
|
|
[PATCH] nagios-nrpe: fix compile error when packageconfig ssl enabled
From: Kai Kang <kai.kang@...> It fails to compile nagios-nrpe when packageconfig ssl enabled: | ./nrpe.c:45:12: fatal error: ../include/dh.h: No such file or directory | 45 | # include "../i
From: Kai Kang <kai.kang@...> It fails to compile nagios-nrpe when packageconfig ssl enabled: | ./nrpe.c:45:12: fatal error: ../include/dh.h: No such file or directory | 45 | # include "../i
|
By
Kai Kang
· #4907
·
|
|
[meta-openstack][Patch] tgt: update DEPENDS and RDEPENDS
From: Kai Kang <kai.kang@...> Update DEPENDS and RDEPENDS of tgt to fix error and warning: | bs_aio.c:34:10: fatal error: libaio.h: No such file or directory | 34 | #include <libaio.h> | | ^
From: Kai Kang <kai.kang@...> Update DEPENDS and RDEPENDS of tgt to fix error and warning: | bs_aio.c:34:10: fatal error: libaio.h: No such file or directory | 34 | #include <libaio.h> | | ^
|
By
Kai Kang
· #4449
·
|
|
[m-c-s][PATCH v2 0/3] Fix dependency issues for librdmacm and glusterfs
Thanks. Kai
By
Kai Kang
· #4155
·
|
|
[m-c-s][PATCH v2 3/3] layer.conf: depends on meta-filesystems
From: Kai Kang <kai.kang@...> Package glusterfs requires fuse which is from layer meta-filesystems. So update layer.conf to depend on the layer. Signed-off-by: Kai Kang <kai.kang@...
From: Kai Kang <kai.kang@...> Package glusterfs requires fuse which is from layer meta-filesystems. So update layer.conf to depend on the layer. Signed-off-by: Kai Kang <kai.kang@...
|
By
Kai Kang
· #4149
·
|
|
[m-c-s][PATCH v2 2/3] librdmacm: set imcompatible with arm 32 and mips arches
From: Kai Kang <kai.kang@...> librdmacm depends on package libibverbs which has been set imcompatible with arm 32 and mips arches by commit 215b975. When build librdmacm it shows errors: | N
From: Kai Kang <kai.kang@...> librdmacm depends on package libibverbs which has been set imcompatible with arm 32 and mips arches by commit 215b975. When build librdmacm it shows errors: | N
|
By
Kai Kang
· #4148
·
|
|
[m-c-s][PATCH v2 1/3] glusterfs: remove PACKAGECONFIG libibverbs for arm 32 and mips
From: Kai Kang <kai.kang@...> Package libibverbs has been set imcompatible with arm 32 and mips arches by commit 215b975. So disable libibverbs support of glusterfs for arm 32 and mips arche
From: Kai Kang <kai.kang@...> Package libibverbs has been set imcompatible with arm 32 and mips arches by commit 215b975. So disable libibverbs support of glusterfs for arm 32 and mips arche
|
By
Kai Kang
· #4150
·
|
|
[m-c-s][PATCH v2 0/3] Fix dependency issues for librdmacm and glusterfs
From: Kai Kang <kai.kang@...> Re-send v2: * Maybe wrong recipient in previous v2 thread, Bruce didn't recieve the 3rd patch. So re-send. Kai Kang (3): glusterfs: remove PACKAGECONFIG libibve
From: Kai Kang <kai.kang@...> Re-send v2: * Maybe wrong recipient in previous v2 thread, Bruce didn't recieve the 3rd patch. So re-send. Kai Kang (3): glusterfs: remove PACKAGECONFIG libibve
|
By
Kai Kang
· #4147
·
|
|
[m-c-s][PATCH v2 3/3] layer.conf: depends on meta-filesystems
From: Kai Kang <kai.kang@...> Package glusterfs requires fuse which is from layer meta-filesystems. So update layer.conf to depend on the layer. Signed-off-by: Kai Kang <kai.kang@...
From: Kai Kang <kai.kang@...> Package glusterfs requires fuse which is from layer meta-filesystems. So update layer.conf to depend on the layer. Signed-off-by: Kai Kang <kai.kang@...
|
By
Kai Kang
· #4139
·
|
|
[m-c-s][PATCH v2 2/3] librdmacm: set imcompatible with arm 32 and mips arches
From: Kai Kang <kai.kang@...> librdmacm depends on package libibverbs which has been set imcompatible with arm 32 and mips arches by commit 215b975. When build librdmacm it shows errors: | N
From: Kai Kang <kai.kang@...> librdmacm depends on package libibverbs which has been set imcompatible with arm 32 and mips arches by commit 215b975. When build librdmacm it shows errors: | N
|
By
Kai Kang
· #4138
·
|
|
[m-c-s][PATCH v2 1/3] glusterfs: remove PACKAGECONFIG libibverbs for arm 32 and mips
From: Kai Kang <kai.kang@...> Package libibverbs has been set imcompatible with arm 32 and mips arches by commit 215b975. So disable libibverbs support of glusterfs for arm 32 and mips arche
From: Kai Kang <kai.kang@...> Package libibverbs has been set imcompatible with arm 32 and mips arches by commit 215b975. So disable libibverbs support of glusterfs for arm 32 and mips arche
|
By
Kai Kang
· #4137
·
|
|
[m-c-s][PATCH] glusterfs/librdmacm: fix dependency issue with libibverbs
Hi Joe, It seems just remove "libibverbs" for _arm and _mipsarch, isn't it? It depends on what strategy we perfer. If set COMPATIBLE_HOST, when build librdmacm, it shows error message: ERROR: Nothing
Hi Joe, It seems just remove "libibverbs" for _arm and _mipsarch, isn't it? It depends on what strategy we perfer. If set COMPATIBLE_HOST, when build librdmacm, it shows error message: ERROR: Nothing
|
By
Kai Kang
· #4135
·
|
|
[m-c-s][PATCH] glusterfs/librdmacm: fix dependency issue with libibverbs
OK. Got it. Thanks. Kai
By
Kai Kang
· #4134
·
|