|
#yocto CORE_IMAGE_EXTRA_INSTALL Where can I find a list of valid package names?
6 messages
#yocto
Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijmans@...
Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijmans@...
|
By
Mike Looijmans
·
|
|
configure: error: C compiler cannot create executables
#dunfell
#toolchain
#yocto
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...
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...
|
By
Vijay Rakesh Munganda
·
|
|
2038 time problem fix in yocto
3 messages
#kernel
#linux
#yocto
#zeus
As you mentioned updating the kernel does not fix the other packages. And we don't have know how about each linux package so its not that easy to fix it by ourself. So, I am trying to know if there is
As you mentioned updating the kernel does not fix the other packages. And we don't have know how about each linux package so its not that easy to fix it by ourself. So, I am trying to know if there is
|
By
dhandhukiya.paresh@...
·
|
|
#yocto #gstreamer #gstreamer1.0-plugins-bad
3 messages
#yocto
#gstreamer
#aom
#av1
Oops, I see that Khem has replied to a later email.
Oops, I see that Khem has replied to a later email.
|
By
Randy MacLeod
·
|
|
#yocto bbappenf question
2 messages
#yocto
Hi Steve, This overwrite the do_install task with "nothing". The ':' character is needed because do_install() {} is not syntaxically correct. However, the do_install_prepend and _append would still ap
Hi Steve, This overwrite the do_install task with "nothing". The ':' character is needed because do_install() {} is not syntaxically correct. However, the do_install_prepend and _append would still ap
|
By
Quentin Schulz
·
|
|
CMake cannot find installed package
#yocto
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-sysroo
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-sysroo
|
By
Vijay Rakesh Munganda
·
|
|
#yocto #armv6 #raspberrypi #neon
#raspberrypi
#neon
#yocto
#armv6
Hello folks, i am trying to compile my image but we could see that i am missing neon fpu in my image. I can't use this feature because i have a raspberry pi zero w and i have armv6 on this raspberrypi
Hello folks, i am trying to compile my image but we could see that i am missing neon fpu in my image. I can't use this feature because i have a raspberry pi zero w and i have armv6 on this raspberrypi
|
By
...
·
|
|
#yocto #kernel setting up PREMIRRORS under zeus
3 messages
#yocto
#kernel
Hi, Please see my comments in-line. I assume your sources are in /ede/tms/yocto/zeus/downloads/ Can you please try without the PATH at the end? The manual does not mention anything like PATH at the en
Hi, Please see my comments in-line. I assume your sources are in /ede/tms/yocto/zeus/downloads/ Can you please try without the PATH at the end? The manual does not mention anything like PATH at the en
|
By
Robert Berger
·
|
|
Boot option for imx8mq-var-dart
#yocto
#kernel
#uboot
#linux
Hi, I m working on the yocto project. I can be able to create image (core-image-base) and u-boot (imx-boot-sd.bin). I can able to boot these images from the sdcard. But I want to boot u-boot from eMMC
Hi, I m working on the yocto project. I can be able to create image (core-image-base) and u-boot (imx-boot-sd.bin). I can able to boot these images from the sdcard. But I want to boot u-boot from eMMC
|
By
Amrun Nisha.R
·
|
|
#yocto #gstreamer #gstreamer1.0-plugins-bad
2 messages
#aom
#av1
#yocto
#gstreamer
write a gstreamer1.0-plugins-bad_%.bbappend with PACKAGECONFIG_append = " aom" Then add gstreamer1.0-plugins-bad-aom to IMAGE_INSTALL <maaloulsafouane@...> wrote:
write a gstreamer1.0-plugins-bad_%.bbappend with PACKAGECONFIG_append = " aom" Then add gstreamer1.0-plugins-bad-aom to IMAGE_INSTALL <maaloulsafouane@...> wrote:
|
By
Khem Raj
·
|
|
#yocto #kernel BB_GENERATE_MIRROR_TARBALLS
9 messages
#yocto
#kernel
Just a wild guess, but could your corporate proxy, which is kind of visible in the provided logs, intervene with this - to me it seems to be some MITM box. Do you have any chance to try it without tha
Just a wild guess, but could your corporate proxy, which is kind of visible in the provided logs, intervene with this - to me it seems to be some MITM box. Do you have any chance to try it without tha
|
By
...
·
|
|
#yocto #kernel
14 messages
#yocto
#kernel
I am still seeing the Nothing PROVIDES 'init-system-helpers-service'... I am currently working around this be over-writing the "mountnfs.sh" script, but I want resolve this issue so we are 100% Yocto
I am still seeing the Nothing PROVIDES 'init-system-helpers-service'... I am currently working around this be over-writing the "mountnfs.sh" script, but I want resolve this issue so we are 100% Yocto
|
By
Monsees, Steven C (US)
·
|
|
Unable to add pre compiled library
6 messages
#yocto
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,
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,
|
By
Vijay Rakesh Munganda
·
|
|
Unable to extract tar file
15 messages
#dunfell
#yocto
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: tokb
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: tokb
|
By
Vijay Rakesh Munganda
·
|
|
#yocto #kernel
#yocto
#kernel
What would cause this “opkg” to not pull in these components ?, and how do I ensure “opkg” can find these components : “inetutils-rsh” and “inetutils-rshd” ? Using “zeus”…, error log attached… Build o
What would cause this “opkg” to not pull in these components ?, and how do I ensure “opkg” can find these components : “inetutils-rsh” and “inetutils-rshd” ? Using “zeus”…, error log attached… Build o
|
By
Monsees, Steven C (US)
·
|
|
#yocto #gstreamer #gstreamer1.0-plugins-bad
#yocto
#gstreamer
#aom
#av1
Bonjour, j'essaye d'ajouter le aom plugin au niveau de la gstreamer1.0-plugins-bad. J'ai basculé sur gatesgarth version. Je commence à faire lebuild. J'avais un problème de lisence. Je l'ai résolu. Et
Bonjour, j'essaye d'ajouter le aom plugin au niveau de la gstreamer1.0-plugins-bad. J'ai basculé sur gatesgarth version. Je commence à faire lebuild. J'avais un problème de lisence. Je l'ai résolu. Et
|
By
...
·
|
|
quit-native issue
2 messages
#yocto
Hi mktemp -d seems to fail so you could have a broken permission on your temp directory Can you run it manually? Michael
Hi mktemp -d seems to fail so you could have a broken permission on your temp directory Can you run it manually? Michael
|
By
Michael Nazzareno Trimarchi
·
|
|
How to add pacemaker and corosync with yocto for aspberrypi with all it's dependencies
#dunfell
#raspberrypi
#yocto
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
Hello Team, I need to use High availability cluster in my project. I'm generating OS for Rpi using Ycot. I'm using dunfell poky version 3.1.3. I'm adding ntp tzdata pacemaker haveged and crmsh command
|
By
@prashant2314
·
|
|
#yocto #zeus #kernel -broken atomic modsset
#yocto
#zeus
#kernel
Ok, so I am trying to understand the impact of the following issue seen under our “zeus” based Intel platform build: https://patchwork.kernel.org/project/dri-devel/patch/20190905181834.6234-1-daniel.v
Ok, so I am trying to understand the impact of the following issue seen under our “zeus” based Intel platform build: https://patchwork.kernel.org/project/dri-devel/patch/20190905181834.6234-1-daniel.v
|
By
Monsees, Steven C (US)
·
|
|
curl_easy_perform() failed: Couldn't connect to server
8 messages
#linux
#yocto
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
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
|
By
Vijay Rakesh Munganda
·
|