Re: [yocto] [PATCH][meta-virtualization] docker-distribution: fix do package qa warning

2018-09-29 Thread Changqing Li
On 09/30/2018 01:12 AM, Bruce Ashfield wrote: These are all to the wrong mailing list, please resend them to the meta-virtualization list. OK. On 2018-09-29 5:26 AM, changqing...@windriver.com wrote: From: Changqing Li fix below warning: 1.do_package_qa: QA Issue: No GNU_HASH in the

[yocto] [meta-security][PATCH] packagegroup-security-tpm2: cleanup to reflect tss changes

2018-09-29 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../recipes-core/packagegroup/packagegroup-security-tpm2.bb| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb

Re: [yocto] [OE-core] layers.openembedded.org upgraded

2018-09-29 Thread Randy MacLeod
On 09/28/2018 03:22 PM, Randy MacLeod wrote: On 09/27/2018 08:01 PM, Randy MacLeod wrote: On 09/27/2018 07:33 PM, Paul Eggleton wrote: Hi Randy On Friday, 28 September 2018 11:22:29 AM NZST Randy MacLeod wrote: On 09/27/2018 05:28 PM, Nicolas Dechesne wrote: On Thu, Sep 27, 2018 at 10:43 PM

Re: [yocto] [PATCH][meta-virtualization] docker: fix package qa warning

2018-09-29 Thread Bruce Ashfield
On 2018-09-29 5:26 AM, changqing...@windriver.com wrote: From: 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 --- recipes-containers/docker/docker_git.bb| 1 +

Re: [yocto] [PATCH][meta-virtualization] docker-distribution: fix do package qa warning

2018-09-29 Thread Bruce Ashfield
These are all to the wrong mailing list, please resend them to the meta-virtualization list. On 2018-09-29 5:26 AM, changqing...@windriver.com wrote: From: Changqing Li fix below warning: 1.do_package_qa: QA Issue: No GNU_HASH in the elf binary: xxx/usr/sbin/registry' [ldflags]

[yocto] [PATCH][meta-virtualization] oci-runtime-tools: fix do package qa warning

2018-09-29 Thread changqing.li
From: 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 -buildmode=pie to fix the problem Signed-off-by: Changqing Li --- .../files/0001-fix-do_package_qa-error.patch | 32

[yocto] [PATCH][meta-virtualization] docker-distribution: fix do package qa warning

2018-09-29 Thread changqing.li
From: Changqing Li fix below warning: 1.do_package_qa: QA Issue: No GNU_HASH in the elf binary: xxx/usr/sbin/registry' [ldflags] 2.do_package_qa: QA Issue: ELF binary 'xxx/usr/sbin/registry' has relocations in .text [textrel] Add GOBUILDFLAGS which have -buildmode=pie to fix the second

[yocto] [PATCH][meta-virtualization] oci-image-tools: fix do package qa warning

2018-09-29 Thread changqing.li
From: 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 -buildmode=pie to fix the problem Signed-off-by: Changqing Li --- .../files/0001-fix-do_package_qa-error.patch | 32

[yocto] [PATCH][meta-virtualization] docker: fix package qa warning

2018-09-29 Thread changqing.li
From: 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 --- recipes-containers/docker/docker_git.bb| 1 + .../files/0001-fix-do_package_qa-error.patch | 31

[yocto] [PATCH][meta-security] bseccomp: fix do package qa warning

2018-09-29 Thread changqing.li
From: Changqing Li Fix below warning: lib32-libseccomp-2.3.3-r0 do_package: QA Issue: lib32-libseccomp: Files/directories were installed but not shipped in any package: Signed-off-by: Changqing Li --- recipes-security/libseccomp/libseccomp_2.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1

[yocto] Yocto poky headless Pi 0 W - OTG /RNDIS

2018-09-29 Thread Outback Dingo
Headless Raspberry PI 0 W cant get OTG rndis up, i followed the guide and set ENABLE_UART = "1" ENABLE_DWC2_PERIPHERAL = "1" current config is MACHINE ??= "raspberrypi0-wifi" SERIAL_CONSOLE = "" ENABLE_UART = "1" ENABLE_DWC2_PERIPHERAL = "1" DISABLE_RPI_BOOT_LOGO = "1" DISABLE_OVERSCAN = "1"