[yocto] do compile error while installing openjdk-8 (meta-java) #dunfell #yocto

2021-02-16 Thread Vijay Rakesh Munganda
Hi, I'm trying to install openjdk-8 from meta-java layer, but I got below error while installing it. Please anyone help me with this error. | g++: error: unrecognized command line option

[yocto] [Meta-Java] Error while installing jamvm #yocto #dunfell

2021-02-10 Thread Vijay Rakesh Munganda
Hi, I have download meta-java layer and added to the conf/bblayer.conf file, then added jamvm to conf/local.conf file and ran bitbake command, but I got this error as "Nothing RPROVIDES 'jamvm' (but /home/bl-docker/rity/src/poky/../meta-mediatek-bsp/recipes-core/images/mtk-image.bb RDEPENDS

[yocto] configure: error: C compiler cannot create executables #dunfell #toolchain #yocto

2021-02-03 Thread Vijay Rakesh Munganda
Hi, I'm running cmake to build shared libraries, but cmake gives me following error. Please suggest me. | checking whether make supports the include directive... yes (GNU style) | checking for gcc...

[yocto] CMake cannot find installed package #yocto

2021-01-27 Thread Vijay Rakesh Munganda
Hi, I had installed a library into the build by writing my own recipe, but cmake couldn't find my installed package. Please anyone suggest what I have to add in my recipe? CMake Error at recipe-sysroot-native/usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:711 (message): |   None of the

Re: [yocto] requesting help

2021-01-16 Thread Vijay Rakesh Munganda
04 PM Paul Barker wrote: >> On Sat, 16 Jan 2021 at 04:12, Vijay Rakesh Munganda >> wrote: >> > >> > Hi Ravi, >> > >> > Below links might help you, choose one of the them you need. Download and >> > add this recipe into the

Re: [yocto] requesting help

2021-01-15 Thread Vijay Rakesh Munganda
Hi Ravi, Below links might help you, choose one of the them you need. Download and add this recipe into the your build and recipe name to IMAGE_INSTALL_append in local.conf file. https://layers.openembedded.org/layerindex/recipe/67001/

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-13 Thread Vijay Rakesh Munganda
Is re compiling the .so file is correct? I found one solution online, tried to recompile and my build is got successful. do_compile(){ ${CXX} -shared -o  libopentok.so ${S}/lib/libopentok.so } Thanks, VR -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Vijay Rakesh Munganda
On Tue, Jan 12, 2021 at 06:29 AM, Quentin Schulz wrote: > > I told you on StackOverflow to checkout the dunfell branch of > meta-clang. Do that, and recompile again instead of cherry-picking > recipes, classes, patches and whatnot. > Once you've something that works, you can experiment with

Re: [yocto] Unable to add pre compiled library #yocto

2021-01-12 Thread Vijay Rakesh Munganda
usage is 72% and CPU is 43%. I’m not sure whether this is related to memory resource or any other. Thanks & Regards, VR > On 12-Jan-2021, at 14:38, Khem Raj wrote: > > On Mon, Jan 11, 2021 at 11:46 PM Vijay Rakesh Munganda > wrote: >> Hi, >> I'm trying to in

[yocto] Unable to add pre compiled library #yocto

2021-01-11 Thread Vijay Rakesh Munganda
Hi, I'm trying to install a pre-compiled library, but I got an error as follows. I had tried to add libcxx from meta-clang, but it doesn't compatible with Yocto dunfell version. Is there another way to avoid error? > > ERROR: tokbox-2.18.1-r0 do_package_qa: QA Issue: /usr/lib/libopentok.so >

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-11 Thread Vijay Rakesh Munganda
Hi Quentin, Thank you for the earlier help. After that, I got a QA Issue and I was trying to solve it, but I'm unable to do it. Any suggestions would be helpful. Package contains non-symlink .so: tokbox-dev path

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Vijay Rakesh Munganda
On Fri, Jan 8, 2021 at 04:09 AM, Quentin Schulz wrote: > > On Fri, Jan 08, 2021 at 04:00:54AM -0800, Vijay Rakesh Munganda wrote: > >> On Fri, Jan 8, 2021 at 03:15 AM, Quentin Schulz wrote: >> >> >>> >>> On Fri, Jan 08, 2021 at

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Vijay Rakesh Munganda
On Fri, Jan 8, 2021 at 03:15 AM, Quentin Schulz wrote: > > On Fri, Jan 08, 2021 at 03:07:43AM -0800, Vijay Rakesh Munganda wrote: > >> On Fri, Jan 8, 2021 at 01:26 AM, Quentin Schulz wrote: >> >> >>> >>> Hi, >>> >>> On Fri

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Vijay Rakesh Munganda
On Fri, Jan 8, 2021 at 01:26 AM, Quentin Schulz wrote: > > Hi, > > On Fri, Jan 08, 2021 at 01:19:51AM -0800, Vijay Rakesh Munganda wrote: > >> Hi Paul Barker, >> >> No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can >> only se

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Vijay Rakesh Munganda
On Fri, Jan 8, 2021 at 01:28 AM, Paul Barker wrote: > > >> Hi Paul Barker, >> >> No, ${WORKDIR}/tokbox directory is empty, it is not getting placed. I can >> only see it in the downloads directory. >> >> I'm Yocto Project Dunfell version. > > What I mean is, do you see the file >

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-08 Thread Vijay Rakesh Munganda
Hi Zoran, Thanks for the reply. The reason behind CMakeLists.txt does not appear is because tgz file is getting extracted into the source folder, it is empty when I checked. My recipe is unable to extract the tgz file which is download in the downloads directory. Do I need to write something

Re: [yocto] Unable to extract tar file #dunfell #yocto

2021-01-07 Thread Vijay Rakesh Munganda
Anyone, please suggest. Thanks, Vijay Rakesh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#51928): https://lists.yoctoproject.org/g/yocto/message/51928 Mute This Topic: https://lists.yoctoproject.org/mt/79494357/21656 Mute

[yocto] Unable to extract tar file #dunfell #yocto

2021-01-06 Thread Vijay Rakesh Munganda
Hi All, I'm trying to install the Tokbox library into the build, but the tar file is not getting extracted into the folder. Here is my recipe code, kindly please help me where I went wrong. *Recipe:* > > > DESCRIPTION = "libopentok for arm64" > HOMEPAGE = "https://tokbox.com; > > > SRC_URI

Re: [yocto] curl_easy_perform() failed: Couldn't connect to server #linux #yocto

2020-12-15 Thread Vijay Rakesh Munganda
Hi Khem Raj, I had checked, but I couldn’t find any such option in .bb file. As I’m to new to Yocto, can you kindly please tell me how to remove man page option. Thanks & Regards, Vijay Rakesh > On 15-Dec-2020, at 03:00, Khem Raj wrote: > On Mon, Dec 14, 2020 at 12:02 AM Vi

Re: [yocto] curl_easy_perform() failed: Couldn't connect to server #linux #yocto

2020-12-14 Thread Vijay Rakesh Munganda
Hi Khem raj, Regarding zbar, I found the video option was disabled in the .bb file, so I had changed it to --enable-video and ran the build, but the build failed at do_install. Do I Need to make change anything else? Log: |  /home/bl-docker/rity/bsp/tmp/hosttools/mkdir -p

Re: [yocto] curl_easy_perform() failed: Couldn't connect to server #linux #yocto

2020-12-13 Thread Vijay Rakesh Munganda
Hi Khem Raj, It worked. Included gnutls and tested with other network. Thanks & Regards, Vijay Rakesh > On 12-Dec-2020, at 00:07, Khem Raj wrote: > > On Fri, Dec 11, 2020 at 9:51 AM wrote: >> >> On Fri, Dec 11, 2020 at 09:04 AM, Khem Raj wrote: >> >> On 12/11/20 2:26 AM,