|
#apt #yocto #sdk #toolchain 3 messages
#apt
#yocto
#sdk
#toolchain
Hi, I’m having trouble adding apt to the cross-compile Qt SDK toolchain. I’m hoping someone can direct me to some resources or guide me on how to accomplish this task. I have added the following to my
Hi, I’m having trouble adding apt to the cross-compile Qt SDK toolchain. I’m hoping someone can direct me to some resources or guide me on how to accomplish this task. I have added the following to my
|
By
FooBar
·
|
|
#sdk 2 messages
#sdk
Hello, I work on Yocto warrior branch. I use debian buster. I built extensible SDK for my image and wanted to install it. Build passes without any problem but at the end of installation process i got
Hello, I work on Yocto warrior branch. I use debian buster. I built extensible SDK for my image and wanted to install it. Build passes without any problem but at the end of installation process i got
|
By
Mariusz Madej
·
|
|
#sdk Workflow for creating pull request to the layer from eSDK 2 messages
#sdk
Hi, I am pretty new to Yocto project. In our company we are using Yocto as a common build system for our IoT projects. We are able to build Yocto with adding custom layer and custom image. We are plan
Hi, I am pretty new to Yocto project. In our company we are using Yocto as a common build system for our IoT projects. We are able to build Yocto with adding custom layer and custom image. We are plan
|
By
Sathish V
·
|
|
how to reuse generated library in a nativesdk recipe 7 messages
#sdk
#systemd
Hi, Make the systemd dependency for target only, e.g. DEPENDS_class-target += "systemd" etc. There may be relevant use cases to build some of systemd components or tools to native or nativesdk targets
Hi, Make the systemd dependency for target only, e.g. DEPENDS_class-target += "systemd" etc. There may be relevant use cases to build some of systemd components or tools to native or nativesdk targets
|
By
Mikko Rapeli
·
|
|
nativesdk recipe fails to find cmake config file from another recipe/dependency 3 messages
#sdk
Hello, I have two recipes (let's call them "recipe-A" and "recipe-B"). Both recipes extend the nativesdk class. recipe-B depends on recipe-A When building both recipes for target, everything goes well
Hello, I have two recipes (let's call them "recipe-A" and "recipe-B"). Both recipes extend the nativesdk class. recipe-B depends on recipe-A When building both recipes for target, everything goes well
|
By
Armando Hernandez
·
|
|
#sdk #toolchain #yocto 2 messages
#sdk
#toolchain
#yocto
sdk installer - The container ( .sh file) SDK image - Content inside the installer ( SDK files which you see upon SDK installation) > >
sdk installer - The container ( .sh file) SDK image - Content inside the installer ( SDK files which you see upon SDK installation) > >
|
By
Khem Raj
·
|
|
Problems finding a Command when using a cmake recipe in eSDK
#yocto
#sdk
Hello, I created an eSDK and I am installing it on a docker image I created. Using the devtool I added/created a recipe for a simple HelloWorld application (such application is located in github, but
Hello, I created an eSDK and I am installing it on a docker image I created. Using the devtool I added/created a recipe for a simple HelloWorld application (such application is located in github, but
|
By
Armando Hernandez
·
|
|
EXTRA_OECMAKE options are ignored 3 messages
#sdk
#yocto
please post your recipe > > >
please post your recipe > > >
|
By
Khem Raj
·
|
|
adding a package to TOOLCHAIN_HOST_TASK results in error "No match for argument: <package name>"
#sdk
#yocto
Hello, I am trying create an eSDK from the meta-ivi layer. In order to do so, I had to create some .bbappend files to make some recipes extend to the nativesdk class. Particularyl I created the follow
Hello, I am trying create an eSDK from the meta-ivi layer. In order to do so, I had to create some .bbappend files to make some recipes extend to the nativesdk class. Particularyl I created the follow
|
By
Armando Hernandez
·
|
|
#sdk #toolchain 2 messages
#sdk
#toolchain
Hi Joris, Thanks for reporting the issue. I can't test this right now. Can you reproduce the problem with just oe-core and a core-image that is similar to yours? If you can, then please either debug t
Hi Joris, Thanks for reporting the issue. I can't test this right now. Can you reproduce the problem with just oe-core and a core-image that is similar to yours? If you can, then please either debug t
|
By
Randy MacLeod
·
|
|
populate_sdk couldn't create the SDK installer for my image 3 messages
#sdk
are there any aliases etc. to common programs like install in your environment ? maybe do bitbake -e my-image and inspect the output especially do_populate_sdk function and see if you find some sed cm
are there any aliases etc. to common programs like install in your environment ? maybe do bitbake -e my-image and inspect the output especially do_populate_sdk function and see if you find some sed cm
|
By
Khem Raj
·
|
|
Generating SDK and postinstall intercepts failure
#sdk
#yocto
#toolchain
Hi, I am having trouble generating the SDK for my image after upgrading from sumo to zeus. Here is an extract of my log.do_populate_sdk : NOTE: Running intercept scripts: NOTE: > Executing update_gio_
Hi, I am having trouble generating the SDK for my image after upgrading from sumo to zeus. Here is an extract of my log.do_populate_sdk : NOTE: Running intercept scripts: NOTE: > Executing update_gio_
|
By
ppayeur01@...
·
|
|
Missing libc.a for RPI4 2 messages
#sdk
#yocto
#linux
Hi, i have built an image for the raspberrypi4 but i am not able to find libc.a file in /usr/lib and due to which i am getting an error w.r.t. static linking I am attaching the error which i am gettin
Hi, i have built an image for the raspberrypi4 but i am not able to find libc.a file in /usr/lib and due to which i am getting an error w.r.t. static linking I am attaching the error which i am gettin
|
By
Pankaj Vinadrao Joshi
·
|
|
dependencies packages on connman.
#sdk
Hi, 1) How to find Dependencies packages on connman (connection manager) in yocto sdk ? 2) If we uninstall connman then dependencies packages also need to install ?
Hi, 1) How to find Dependencies packages on connman (connection manager) in yocto sdk ? 2) If we uninstall connman then dependencies packages also need to install ?
|
By
NIKHIL PATIL
·
|
|
Cmake CROSS COMPILE problem [PLEASE HELP, URGENT]
#sdk
#yocto
#toolchain
Hi All, I'm in serious task here and I need to cross compile a Cmake project. I need to send an SDK to a client with steps to cross compile the project. This project is compiling successfully via a Yo
Hi All, I'm in serious task here and I need to cross compile a Cmake project. I need to send an SDK to a client with steps to cross compile the project. This project is compiling successfully via a Yo
|
By
Bel Hadj Salem Talel
·
|
|
How to generate the SDK for RPI3
#dunfell
#raspberrypi
#sdk
Hi Team, I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev
Hi Team, I've built OS for rpi3 using dunfell yocto. I've also generated SDK for the same, for that I've added these info in my local.conf file- TOOLCHAIN_TARGET_TASK_append = " python3-dev kernel-dev
|
By
@prashant2314
·
|
|
#yocto #sdk running esdk as crops with local esdk-installer 2 messages
#yocto
#sdk
No ideas?
By
valentin.duee@...
·
|
|
#yocto #sdk - meta-clang undefined references 8 messages
#sdk
#yocto
On Tue, Sep 15, 2020 at 12:56 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: are you linking this library with libclang ? secondly,
On Tue, Sep 15, 2020 at 12:56 PM Monsees, Steven C (US) via lists.yoctoproject.org <steven.monsees=baesystems.com@...> wrote: are you linking this library with libclang ? secondly,
|
By
Khem Raj
·
|
|
#sdk #yocto Appears SDK searching host for files that are only present on target side 9 messages
#sdk
#yocto
fyi... I am using CMake with GNU, that is what is required for the build. I do source the SDK environment script prior to attempting build. Here is my current environment-setup-corei7-64-poky-linux sc
fyi... I am using CMake with GNU, that is what is required for the build. I do source the SDK environment script prior to attempting build. Here is my current environment-setup-corei7-64-poky-linux sc
|
By
Monsees, Steven C (US)
·
|
|
#yocto #sdk How to add *-dev packages to sdk installer and not to target rootfs 5 messages
#yocto
#sdk
standard SDK can only build applications and it has -dev packages included in it per your image ( if you built SDK with -cpopulate_sdk) where does target rootfs come from ?
standard SDK can only build applications and it has -dev packages included in it per your image ( if you built SDK with -cpopulate_sdk) where does target rootfs come from ?
|
By
Khem Raj
·
|