|
Shared lib symlinks in target image
I have an app built in a different environment that has lower versioned libs, such as boost. I was wondering if on the target there are symlinks to those libs, whether the app can be run on a target t
I have an app built in a different environment that has lower versioned libs, such as boost. I was wondering if on the target there are symlinks to those libs, whether the app can be run on a target t
|
By
Lijun Chen
· #54937
·
|
|
Shared lib symlinks in target image
Hi, When I build a yocto image, I added some packages into IMAGE_INSTALL, such as boost, thrift, etc. I notice in the target OS image, the shared libs don't the symlinks. But in the SDK image, the sym
Hi, When I build a yocto image, I added some packages into IMAGE_INSTALL, such as boost, thrift, etc. I notice in the target OS image, the shared libs don't the symlinks. But in the SDK image, the sym
|
By
Lijun Chen
· #54934
·
|
|
gcov support for target in Yocto
Thank
By
Lijun Chen
· #54933
·
|
|
googletest shared library
Thanks, this also works for target image. For SDK image, turns out we have to change the line: RDEPENDS_${PN}-dev += "${PN}-staticdev" to RDEPENDS_${PN}-dev += "${PN}-dev" to include the header files.
Thanks, this also works for target image. For SDK image, turns out we have to change the line: RDEPENDS_${PN}-dev += "${PN}-staticdev" to RDEPENDS_${PN}-dev += "${PN}-dev" to include the header files.
|
By
Lijun Chen
· #54910
·
|
|
gcov support for target in Yocto
Hi, Anybody knows how to enable gcov support for the target in Yocto? Thanks, Lijun This transmission (including any attachments) may contain confidential information, privileged material (including m
Hi, Anybody knows how to enable gcov support for the target in Yocto? Thanks, Lijun This transmission (including any attachments) may contain confidential information, privileged material (including m
|
By
Lijun Chen
· #54817
·
|
|
googletest shared library
I tried INSANE_SKIP_${PN} += "dev-elf" and "dev-so", still got the QA error: ERROR: googletest-1.10.0-r0 do_package_qa: QA Issue: -dev package googletest-dev contains non-symlink .so '/usr/lib/libgmoc
I tried INSANE_SKIP_${PN} += "dev-elf" and "dev-so", still got the QA error: ERROR: googletest-1.10.0-r0 do_package_qa: QA Issue: -dev package googletest-dev contains non-symlink .so '/usr/lib/libgmoc
|
By
Lijun Chen
· #54810
·
|
|
googletest shared library
Hi, If I switch to the default setting of the googletest recipe, the header files are included in the SDK image. However, the libgtest libraries are static. Looks FILES_SOLIBSDEV = "" disables googlet
Hi, If I switch to the default setting of the googletest recipe, the header files are included in the SDK image. However, the libgtest libraries are static. Looks FILES_SOLIBSDEV = "" disables googlet
|
By
Lijun Chen
· #54807
·
|
|
googletest shared library
Tried adding googletest to TOOLCHAIN_TARGET_TASK. The gtest .h files are still not showing up. Thanks,
Tried adding googletest to TOOLCHAIN_TARGET_TASK. The gtest .h files are still not showing up. Thanks,
|
By
Lijun Chen
· #54799
·
|
|
googletest shared library
Hi, Now I included googletest to the IMAGE_INSTALL in my image file, and built both board image and SDK image. I can see libgtest.so is available in both images. However, gtest/gtest.h is a not presen
Hi, Now I included googletest to the IMAGE_INSTALL in my image file, and built both board image and SDK image. I can see libgtest.so is available in both images. However, gtest/gtest.h is a not presen
|
By
Lijun Chen
· #54792
·
|
|
Switch to a different Python3 version
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 an
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 an
|
By
Lijun Chen
· #54788
·
|
|
googletest shared library
Thanks Konrad. That worked.
Thanks Konrad. That worked.
|
By
Lijun Chen
· #54787
·
|
|
googletest shared library
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_gi
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_gi
|
By
Lijun Chen
· #54784
·
|