|
[PATCH] libvirt: remove package config qemu for powerpc and riscv32
From: Kai Kang <kai.kang@...> qemu is not compatible with ppc32 and riscv32, so remove libvirt's package config 'qemu' for them. Signed-off-by: Kai Kang <kai.kang@...> --- recipes-
From: Kai Kang <kai.kang@...> qemu is not compatible with ppc32 and riscv32, so remove libvirt's package config 'qemu' for them. Signed-off-by: Kai Kang <kai.kang@...> --- recipes-
|
By
Kai Kang
· #7664
·
|
|
[PATCH 1/1] criu: 3.17 -> 3.17.1
From: Kai Kang <kai.kang@...> Update criu from 3.17 to 3.17.1: * update file path and remove __pycache__ directory in do_install * rebase 0002-criu-Change-libraries-install-directory.patch *
From: Kai Kang <kai.kang@...> Update criu from 3.17 to 3.17.1: * update file path and remove __pycache__ directory in do_install * rebase 0002-criu-Change-libraries-install-directory.patch *
|
By
Kai Kang
· #7632
·
|
|
[PATCH 0/1] Update criu to 3.17.1
From: Kai Kang <kai.kang@...> Hi Bruce, The latest release is 3.17.1 but not include commits to fix for glibc 2.36. So backport them at same time. Kai Kang (1): criu: 3.17 -> 3.17.1 recipes-
From: Kai Kang <kai.kang@...> Hi Bruce, The latest release is 3.17.1 but not include commits to fix for glibc 2.36. So backport them at same time. Kai Kang (1): criu: 3.17 -> 3.17.1 recipes-
|
By
Kai Kang
· #7631
·
|
|
[PATCH] criu: fix build errors with glibc 2.36
Got it. Thanks, Kai
By
Kai Kang
· #7612
·
|
|
[PATCH] criu: fix build errors with glibc 2.36
Hi Bruce, I notice that the SRCREV in the bb file is exact tag of v3.17. And v3.18 have not release yet. If it is ok to update to latest git revision, I'll do it. Regards, Kai
Hi Bruce, I notice that the SRCREV in the bb file is exact tag of v3.17. And v3.18 have not release yet. If it is ok to update to latest git revision, I'll do it. Regards, Kai
|
By
Kai Kang
· #7605
·
|
|
[PATCH] criu: fix build errors with glibc 2.36
From: Kai Kang <kai.kang@...> Backport patches to fix build errors with glibc 2.36. Signed-off-by: Kai Kang <kai.kang@...> --- recipes-containers/criu/criu_git.bb | 4 +- .../0004-c
From: Kai Kang <kai.kang@...> Backport patches to fix build errors with glibc 2.36. Signed-off-by: Kai Kang <kai.kang@...> --- recipes-containers/criu/criu_git.bb | 4 +- .../0004-c
|
By
Kai Kang
· #7593
·
|
|
[PATCH] libvirt: fix build with glibc-2.36
From: Kai Kang <kai.kang@...> add only necessary definitions from linux/fs.h, because including whole causes conflicts with sys/mount.h: | In file included from /path/to/tmp-glibc/work/core2
From: Kai Kang <kai.kang@...> add only necessary definitions from linux/fs.h, because including whole causes conflicts with sys/mount.h: | In file included from /path/to/tmp-glibc/work/core2
|
By
Kai Kang
· #7560
·
|
|
[PATCH] libvirt: backport patch to fix compile error
From: Kai Kang <kai.kang@...> Backport patch to fix compile error of libvirt: | runtime error: file ../libvirt-7.2.0/docs/page.xsl line 217 element element | xsl:element: The effective name
From: Kai Kang <kai.kang@...> Backport patch to fix compile error of libvirt: | runtime error: file ../libvirt-7.2.0/docs/page.xsl line 217 element element | xsl:element: The effective name
|
By
Kai Kang
· #7080
·
|
|
[m-c-s][PATCH] concurrent-ruby: 1.1.6 -> 1.1.9
From: Kai Kang <kai.kang@...> Upgrade concurrent-ruby from 1.1.6 to 1.1.9: * it changed license file to txt, so the license file name and checksum changed * remove 'tag=' from SRC_URI and us
From: Kai Kang <kai.kang@...> Upgrade concurrent-ruby from 1.1.6 to 1.1.9: * it changed license file to txt, so the license file name and checksum changed * remove 'tag=' from SRC_URI and us
|
By
Kai Kang
· #6915
·
|
|
[m-c-s][PATCH] concurrent-ruby: add explicit branch
Sorry for late reply. I am not sure which is better because there is a tag with branch in SRC_URI in meta-oe. If you insist remove tag is better, I'll send it with v2. Thanks, Kai
Sorry for late reply. I am not sure which is better because there is a tag with branch in SRC_URI in meta-oe. If you insist remove tag is better, I'll send it with v2. Thanks, Kai
|
By
Kai Kang
· #6907
·
|
|
[m-c-s][PATCH] openstack-image-aio: fix warning of operator remove combined with +=
From: Kai Kang <kai.kang@...> Fix warning of openstack-image-aio: | WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb: | IMAGE_ROOTFS_EXTRA_SPACE:append += is n
From: Kai Kang <kai.kang@...> Fix warning of openstack-image-aio: | WARNING: /path/to/meta-openstack/recipes-extended/images/openstack-image-aio.bb: | IMAGE_ROOTFS_EXTRA_SPACE:append += is n
|
By
Kai Kang
· #6903
·
|
|
[m-c-s][PATCH] open-iscsi-user: remove typo spaces in SRC_URI
Ping.
By
Kai Kang
· #6902
·
|
|
[PATCH] libvirt: do not install /var/log for target
OK.I'll figure out. Regards, Kai
OK.I'll figure out. Regards, Kai
|
By
Kai Kang
· #6898
·
|
|
[PATCH] libvirt: do not install /var/log for target
From: Kai Kang <kai.kang@...> /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mou
From: Kai Kang <kai.kang@...> /var/log is normally a link to /var/volatile/log and /var/volatile is a tmpfs mount. So anything created in /var/log will not be available when the tmpfs is mou
|
By
Kai Kang
· #6896
·
|
|
[m-c-s][PATCH] concurrent-ruby: add explicit branch
From: Kai Kang <kai.kang@...> Add explicit branch master for concurrent-ruby as the same for other recipes. Signed-off-by: Kai Kang <kai.kang@...> --- meta-openstack/recipes-devtoo
From: Kai Kang <kai.kang@...> Add explicit branch master for concurrent-ruby as the same for other recipes. Signed-off-by: Kai Kang <kai.kang@...> --- meta-openstack/recipes-devtoo
|
By
Kai Kang
· #6891
·
|
|
[m-c-s][PATCH] open-iscsi-user: remove typo spaces in SRC_URI
From: Kai Kang <kai.kang@...> There are typo spaces in SRC_URI which are introduced when add ';branch=master'. Remove them. Signed-off-by: Kai Kang <kai.kang@...> --- .../recipes-c
From: Kai Kang <kai.kang@...> There are typo spaces in SRC_URI which are introduced when add ';branch=master'. Remove them. Signed-off-by: Kai Kang <kai.kang@...> --- .../recipes-c
|
By
Kai Kang
· #6890
·
|
|
[PATCH] ceph: 15.2.12 -> 15.2.15
From: Kai Kang <kai.kang@...> Update ceph to latest 15.x version: * remove 0001-add-missing-include-for-atomic-bool.patch which has been fixed in upstream * update patch to support python 3.
From: Kai Kang <kai.kang@...> Update ceph to latest 15.x version: * remove 0001-add-missing-include-for-atomic-bool.patch which has been fixed in upstream * update patch to support python 3.
|
By
Kai Kang
· #6851
·
|
|
[PATCH v2] ceph: inherit pkgconfig.bbclass
It is only required by master that the oe-core commit only exists in oe-core master and next release(kirkstone) branches: $ git br -r --contains 8e26252b45 origin/HEAD -> origin/master origin/kirkston
It is only required by master that the oe-core commit only exists in oe-core master and next release(kirkstone) branches: $ git br -r --contains 8e26252b45 origin/HEAD -> origin/master origin/kirkston
|
By
Kai Kang
· #6842
·
|
|
[PATCH v2] ceph: inherit pkgconfig.bbclass
From: Kai Kang <kai.kang@...> According to oe-core commit 8e26252b45 layer.conf: Extend recipes not to install without explict dependencies pkgconfig-native is not deployed in sysroot by def
From: Kai Kang <kai.kang@...> According to oe-core commit 8e26252b45 layer.conf: Extend recipes not to install without explict dependencies pkgconfig-native is not deployed in sysroot by def
|
By
Kai Kang
· #6840
·
|
|
[PATCH] ceph: inherit pkgconfig.bbclass
My fault. I referred to wrong commit. Thank you for pointing out. Regards, Kai
My fault. I referred to wrong commit. Thank you for pointing out. Regards, Kai
|
By
Kai Kang
· #6839
·
|