|
[PATCH] docker: Add kernel-module-xt-nat to RRECOMMENDS
Hi Bruce, Yes, makes sense, do you have a clue on how to figure out all of them, please? // Robert
Hi Bruce, Yes, makes sense, do you have a clue on how to figure out all of them, please? // Robert
|
By
Robert Yang
· #7030
·
|
|
[PATCH] docker: Add kernel-module-xt-nat to RRECOMMENDS
Fixed when kernel-module-xt-nat is not installed: $ docker run --rm -it -p 80:80 alpine docker: Error response from daemon: driver failed programming external connectivity on endpoint elated_cori Try
Fixed when kernel-module-xt-nat is not installed: $ docker run --rm -it -p 80:80 alpine docker: Error response from daemon: driver failed programming external connectivity on endpoint elated_cori Try
|
By
Robert Yang
· #7023
·
|
|
[PATCH] kubernetes: Fix race issue for installing go2make
The src/import/build/root/Makefile.generated_files are called several times during the build, so the following target which installs go2make will also run several times: $(META_DIR)/$(GO_PKGDEPS_FILE)
The src/import/build/root/Makefile.generated_files are called several times during the build, so the following target which installs go2make will also run several times: $(META_DIR)/$(GO_PKGDEPS_FILE)
|
By
Robert Yang
· #5922
·
|
|
[PATCH 1/1] notary: Define SRCREV_FORMAT to make it work with archiver.bbclass
Hi Paul, Seems that I've figured the problem, do_ar_original has copy SRC_URI into the variable urls, then when call fetch = bb.fetch2.Fetch(urls, d), there would be duplicated urls as the error repor
Hi Paul, Seems that I've figured the problem, do_ar_original has copy SRC_URI into the variable urls, then when call fetch = bb.fetch2.Fetch(urls, d), there would be duplicated urls as the error repor
|
By
Robert Yang
· #5332
·
|
|
[PATCH 1/1] notary: Define SRCREV_FORMAT to make it work with archiver.bbclass
Yes, indeed, I'm working on that. // Robert > > > >
Yes, indeed, I'm working on that. // Robert > > > >
|
By
Robert Yang
· #5331
·
|
|
[PATCH 1/1] notary: Define SRCREV_FORMAT to make it work with archiver.bbclass
Hi Bruce, Please ignore this patch, I found more recipes in meta-virt have this issue, we need fix all of them or find a better solutions. // Robert
Hi Bruce, Please ignore this patch, I found more recipes in meta-virt have this issue, we need fix all of them or find a better solutions. // Robert
|
By
Robert Yang
· #5329
·
|
|
[PATCH 1/1] notary: Define SRCREV_FORMAT to make it work with archiver.bbclass
Fixed: INHERIT += "archiver" $ bitbake notary -car_original bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchEr
Fixed: INHERIT += "archiver" $ bitbake notary -car_original bb.data_smart.ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchEr
|
By
Robert Yang
· #5328
·
|
|
[PATCH] docker: Set the same COMPATIBLE_HOST as containerd-opencontainers.
It depends on virtual/containerd which is provided by containerd-opencontainers, so set the same COMPATIBLE_HOST as the last one. Signed-off-by: Robert Yang <liezhi.yang@...> --- recipes-con
It depends on virtual/containerd which is provided by containerd-opencontainers, so set the same COMPATIBLE_HOST as the last one. Signed-off-by: Robert Yang <liezhi.yang@...> --- recipes-con
|
By
Robert Yang
· #4075
·
|
|
[PATCH V2] python-pyparsing: fix SRC_URI's checksum
The checksum was changed because the source was changed from .zip to .tar.gz, see 3d512115129e2cea97067d23cb72fea62b70dd39 for more details. Signed-off-by: Robert Yang <liezhi.yang@...> ---
The checksum was changed because the source was changed from .zip to .tar.gz, see 3d512115129e2cea97067d23cb72fea62b70dd39 for more details. Signed-off-by: Robert Yang <liezhi.yang@...> ---
|
By
Robert Yang
· #3185
·
|
|
[PATCH] python-pyparsing: fix SRC_URI's checksum
Hi Bruce, I remembered that I had sent this patch on Nov. 16th, but I couldn't find it, maybe I failed to send it. It was because the source was changed from .zip to .tar.gz: commit 3d512115129e2cea97
Hi Bruce, I remembered that I had sent this patch on Nov. 16th, but I couldn't find it, maybe I failed to send it. It was because the source was changed from .zip to .tar.gz: commit 3d512115129e2cea97
|
By
Robert Yang
· #3184
·
|
|
[PATCH] python-pyparsing: fix SRC_URI's checksum
Signed-off-by: Robert Yang <liezhi.yang@...> --- recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/pyth
Signed-off-by: Robert Yang <liezhi.yang@...> --- recipes-devtools/python/python-pyparsing_2.0.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/pyth
|
By
Robert Yang
· #3182
·
|
|
[PATCH] conf/layer.conf: remove bbclass from BBFILES
Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang <liezhi.yang@...> --- meta-openstack-aio-deploy/conf/layer.conf | 2 +- meta-openstack-compute-deploy/conf/layer.conf
Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang <liezhi.yang@...> --- meta-openstack-aio-deploy/conf/layer.conf | 2 +- meta-openstack-compute-deploy/conf/layer.conf
|
By
Robert Yang
· #3150
·
|
|
[PATCH] cloud-image-guest/controller: remove inherit image-vm
The image-vm.bbclass had been removed by oe-core, and vmdk is replaced by wic.vmdk. Signed-off-by: Robert Yang <liezhi.yang@...> --- recipes-extended/images/cloud-image-controller.bb | 3 +--
The image-vm.bbclass had been removed by oe-core, and vmdk is replaced by wic.vmdk. Signed-off-by: Robert Yang <liezhi.yang@...> --- recipes-extended/images/cloud-image-controller.bb | 3 +--
|
By
Robert Yang
· #2679
·
|