|
[PATCH] docker-distribution: fix do package qa warning[ldflags]
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: No GNU_HASH in the elf binary: xxx/usr/sbin/registry' [ldflags] Signed-off-by: Changqing Li <changqing.li@wi
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: No GNU_HASH in the elf binary: xxx/usr/sbin/registry' [ldflags] Signed-off-by: Changqing Li <changqing.li@wi
|
By
Changqing Li
· #3772
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/registry' has relocations in .text [textrel] Add GOBUILDFLAGS which have -buildmode
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/registry' has relocations in .text [textrel] Add GOBUILDFLAGS which have -buildmode
|
By
Changqing Li
· #3775
·
|
|
[PATCH] docker: fix package qa warning
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/bin/docker' has relocations in .text [textrel] Signed-off-by: Changqing Li <changqing.li
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/bin/docker' has relocations in .text [textrel] Signed-off-by: Changqing Li <changqing.li
|
By
Changqing Li
· #3773
·
|
|
[PATCH] oci-image-tools: fix do package qa warning
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/oci-image-tool' has relocations in .text [textrel] Add GOBUILDFLAGS which have -bui
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/oci-image-tool' has relocations in .text [textrel] Add GOBUILDFLAGS which have -bui
|
By
Changqing Li
· #3774
·
|
|
[PATCH] oci-runtime-tools: fix do package qa warning
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/oci-runtime-tool' has relocations in .text [textrel] Add GOBUILDFLAGS which have -b
From: Changqing Li <changqing.li@...> fix below warning: do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/oci-runtime-tool' has relocations in .text [textrel] Add GOBUILDFLAGS which have -b
|
By
Changqing Li
· #3776
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
Hi, Bruce I do some research, package QA check is enabled by default in insane.bbclass. variable WARN_QA contains the checked items. and textrel is checked by default. But, this warning is arch relate
Hi, Bruce I do some research, package QA check is enabled by default in insane.bbclass. variable WARN_QA contains the checked items. and textrel is checked by default. But, this warning is arch relate
|
By
Changqing Li
· #3794
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
Hi, Bruce I do some research, package QA check is enabled by default in insane.bbclass. variable WARN_QA contains the checked items. and textrel is checked by default. But, this warning is arch relate
Hi, Bruce I do some research, package QA check is enabled by default in insane.bbclass. variable WARN_QA contains the checked items. and textrel is checked by default. But, this warning is arch relate
|
By
Changqing Li
· #3793
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
Please ignore this mail, this mail is same as next one, just send two times by mistake.
Please ignore this mail, this mail is same as next one, just send two times by mistake.
|
By
Changqing Li
· #3795
·
|
|
[PATCH] docker: fix package qa warning
Yes. This is caused by security flags -pie -fpie, but this flags are enabled by default now. below workaround can also make these warning disappear. SECURITY_CFLAGS_pn-docker = "${SECURITY_NOPIE_CFLAG
Yes. This is caused by security flags -pie -fpie, but this flags are enabled by default now. below workaround can also make these warning disappear. SECURITY_CFLAGS_pn-docker = "${SECURITY_NOPIE_CFLAG
|
By
Changqing Li
· #3796
·
|
|
[PATCH] docker-distribution: fix do package qa warning[ldflags]
I will update the shortlog in next version. //Sandy
I will update the shortlog in next version. //Sandy
|
By
Changqing Li
· #3797
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
PS: Refer this commit, http://cgit.openembedded.org/openembedded-core/commit/?id=b689c72ad2dc84b8bb55ecbf72d95701707b9bb3 seems problem only met on aarch64, but not only skip aarch64. //Sandy
PS: Refer this commit, http://cgit.openembedded.org/openembedded-core/commit/?id=b689c72ad2dc84b8bb55ecbf72d95701707b9bb3 seems problem only met on aarch64, but not only skip aarch64. //Sandy
|
By
Changqing Li
· #3798
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
ok. I will resend the patch to skip the qa check. //Sandy
ok. I will resend the patch to skip the qa check. //Sandy
|
By
Changqing Li
· #3804
·
|
|
[PATCH][meta-cloud-services] consul: add INSANE_SKIP for textrel
From: Changqing Li <changqing.li@...> 1. for i586, bitbake consul will have QA error of textrel. consul-git-r0 do_package_qa: QA Issue: ELF binary i 'work/i586-wrs-linux/consul/git-r0/packag
From: Changqing Li <changqing.li@...> 1. for i586, bitbake consul will have QA error of textrel. consul-git-r0 do_package_qa: QA Issue: ELF binary i 'work/i586-wrs-linux/consul/git-r0/packag
|
By
Changqing Li
· #3809
·
|
|
[PATCH] docker-distribution: fix do package qa warning[ldflags]
From: Changqing Li <changqing.li@...> when bitbake lib32-docker-distribution, we might met below warning: lib32-docker-distribution-v2.6.2-r0 do_package_qa: QA Issue: No GNU_HASH in the elf
From: Changqing Li <changqing.li@...> when bitbake lib32-docker-distribution, we might met below warning: lib32-docker-distribution-v2.6.2-r0 do_package_qa: QA Issue: No GNU_HASH in the elf
|
By
Changqing Li
· #3810
·
|
|
[PATCH] docker-distribution: fix do package qa warning [textrel]
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
|
By
Changqing Li
· #3813
·
|
|
[PATCH] docker: fix do package qa warning
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
|
By
Changqing Li
· #3812
·
|
|
[PATCH] oci-image-tools: fix do package qa warning
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
|
By
Changqing Li
· #3811
·
|
|
[PATCH] oci-runtime-tools: fix do package qa warning
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
From: Changqing Li <changqing.li@...> 1. After security flag PIE is enabled by default, we might met below QA warning on some arch, like aarch64, fix it by skip textrel QA check refer commit
|
By
Changqing Li
· #3814
·
|
|
[PATCH] nagios-nrpe: fix systemd service start failed
From: Changqing Li <changqing.li@...> Jun 06 01:44:51 qemux86 systemd[1]: Started Nagios nrpe plugin. Jun 06 01:44:51 qemux86 nrpe[1263]: Starting up daemon Jun 06 01:44:51 qemux86 nrpe[1263
From: Changqing Li <changqing.li@...> Jun 06 01:44:51 qemux86 systemd[1]: Started Nagios nrpe plugin. Jun 06 01:44:51 qemux86 nrpe[1263]: Starting up daemon Jun 06 01:44:51 qemux86 nrpe[1263
|
By
Changqing Li
· #4218
·
|
|
[PATCH] docker-distribution: remove docker-distribution-ptest dependencies
From: Changqing Li <changqing.li@...> after commit https://git.openembedded.org/openembedded-core/ commit/meta/classes/ptest.bbclass?id=b47194b57d94260b4e6438c5bf74914027f0b520 package ${PN}
From: Changqing Li <changqing.li@...> after commit https://git.openembedded.org/openembedded-core/ commit/meta/classes/ptest.bbclass?id=b47194b57d94260b4e6438c5bf74914027f0b520 package ${PN}
|
By
Changqing Li
· #4259
·
|