Re: [yocto] Switch to a different Python3 version

2021-09-21 Thread Richard Purdie
On Tue, 2021-09-21 at 20:00 +, Lijun Chen wrote: > Hi, > > Currently we are building a Yocto image based on Hardknott release, which > includes python 3.9.4. Due to a App constraint, we have to downgrade Python3 > to 3.8. I tried copying over 3.8.5 bb file andassociated poky/meta/recipes- >

Re: [yocto] Switch to a different Python3 version

2021-09-21 Thread Alexander Kanavin
The best way is to fix the app. Such major downgrades are firmly uncharted territory, and aren't supported. If you have errors, you need to figure out yourself how to fix them - but if you provide the logs, we can try to help. Alex On Tue, 21 Sept 2021 at 22:00, Lijun Chen wrote: > Hi, > > >

[yocto] Switch to a different Python3 version

2021-09-21 Thread Lijun Chen
Hi, Currently we are building a Yocto image based on Hardknott release, which includes python 3.9.4. Due to a App constraint, we have to downgrade Python3 to 3.8. I tried copying over 3.8.5 bb file and associated poky/meta/recipes-devtools/python/python3/ folder, but the building failed.

Re: [yocto] googletest shared library

2021-09-21 Thread Lijun Chen
Thanks Konrad. That worked. From: Konrad Weihmann Sent: Tuesday, September 21, 2021 10:26:19 AM To: Lijun Chen; yocto@lists.yoctoproject.org Subject: Re: [yocto] googletest shared library On 21.09.21 16:18, Lijun Chen wrote: > Hi, > > I would like to include

[yocto] Yocto Project Status WW38`21

2021-09-21 Thread Stephen Jolley
Current Dev Position: YP 3.4 M4 Next Deadline: 4th Oct. 2021 YP 3.4 M4 build Next Team Meetings: * Bug Triage meeting Thursday Sept. 23rd at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09)

Re: [yocto] googletest shared library

2021-09-21 Thread Konrad Weihmann
On 21.09.21 16:18, Lijun Chen wrote: Hi, I would like to include libgtest.so into my Yocto image. I added googletest to IMAGE_INSTALL and added the following line to sources/meta-openembedded/meta-oe/recipes-test/googletest/googletest_git.bb: EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON " The

[yocto] googletest shared library

2021-09-21 Thread Lijun Chen
Hi, I would like to include libgtest.so into my Yocto image. I added googletest to IMAGE_INSTALL and added the following line to sources/meta-openembedded/meta-oe/recipes-test/googletest/googletest_git.bb: EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON " The shared libraries were built

[yocto] [yocto-autobuilder-helper][dunfell] config.json: Add BB_HASHSERVE to SDK_LOCAL_CONF_BLACKLIST

2021-09-21 Thread Steve Sakoman
From: Richard Purdie This should avoid issues with the hashequiv code attempting to contact an non-existent server in the eSDKs built by the project. [YOCTO #14471] Signed-off-by: Richard Purdie (cherry picked from commit 4db17f4c9da4efb48d428256efb696d86935a3ea) Signed-off-by: Steve Sakoman

[linux-yocto]: [kernel/kernel-rt]: upgrade NXP BSP with latest sdk kernel patches

2021-09-21 Thread Meng Li
From: Limeng Hi Bruce, I got latest patches from NXP sdk kernel repo git://source.codeaurora.org/external/qoriq/qoriq-components/linux linux-5.10, and want to merge them into linux-yocto. There are 42 patches. So, could you please help merge these patches into linux-ycoto kernel, both below 2

[yocto] [hardknott][meta-yocto][PATCH 4/4] yocto-bsp/5.10: update to v5.10.63

2021-09-21 Thread Anuj Mittal
From: Bruce Ashfield Updating the reference platforms to match the latest 5.10 -stable in oe-core. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 77b8e31f706cb29d1efb19305470d9b525fc5a67) Signed-off-by: Anuj Mittal ---

[yocto] [hardknott][meta-yocto][PATCH 2/4] local.conf.sample: Update sstate mirror entry with new hash equivalence setting

2021-09-21 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 1d98182eb9fa059444c935967d1dc075535289db) Signed-off-by: Anuj Mittal --- meta-poky/conf/local.conf.sample | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-poky/conf/local.conf.sample

[yocto] [hardknott][meta-yocto][PATCH 3/4] meta-yocto-bsp: Bump to the v5.10.55

2021-09-21 Thread Anuj Mittal
From: Kevin Hao Build and boot test for all the boards. Signed-off-by: Kevin Hao Signed-off-by: Richard Purdie (cherry picked from commit 8b5c126510dbf265dc494ff7c8decbae63f5b597) Signed-off-by: Anuj Mittal --- .../linux/linux-yocto_5.10.bbappend | 16 1 file

[yocto] [hardknott][meta-yocto][PATCH 1/4] poky: Use SDKPATHINSTALL instead of SDKPATH

2021-09-21 Thread Anuj Mittal
From: Richard Purdie SDKPATHINSTALL is the default installation path used for the SDK but is not the path encoded into every SDK binary as the default path. This change allows it to contain things like dates without requiring every nativesdk recipe to rebuild. Partially fixes [YOCTO #14100]

[yocto] [hardknott][yocto-autobuilder-helper][PATCH 1/2] config.json: Add BB_HASHSERVE to SDK_LOCAL_CONF_BLACKLIST

2021-09-21 Thread Anuj Mittal
From: Richard Purdie This should avoid issues with the hashequiv code attempting to contact an non-existent server in the eSDKs built by the project. [YOCTO #14471] Signed-off-by: Richard Purdie (cherry picked from commit 4db17f4c9da4efb48d428256efb696d86935a3ea) Signed-off-by: Anuj Mittal

[yocto] [hardknott][yocto-autobuilder-helper][PATCH 2/2] config.json: Ensure BB_HASHSERVE is set in SDKs to auto

2021-09-21 Thread Anuj Mittal
From: Richard Purdie Signed-off-by: Richard Purdie (cherry picked from commit 4689763b513521fc70cca576b88035de240a3ba6) Signed-off-by: Anuj Mittal --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 622908b..33d36ad 100644 ---