|
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
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
|
By
Vijay Rakesh Munganda
·
#52211
·
|
|
Re: 2038 time problem fix in yocto
#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@...
·
#52210
·
|
|
Re: Writing a BSP from downstream kernel sources
Thanks a lot everybody, I managed to go further with Diego's idea! I removed the `const` in two other places, though I'm not sure if it was necessary (I'll check that later). But the `.err
Thanks a lot everybody, I managed to go further with Diego's idea! I removed the `const` in two other places, though I'm not sure if it was necessary (I'll check that later). But the `.err
|
By
Jonas Vautherin
·
#52209
·
|
|
Re: [ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication
Thanks Yi Fan.
I'll have to look at this more closely later this week but
sharing file descriptors between parent and child seems like
a poor design. I have two main ideas and a work-around to
Thanks Yi Fan.
I'll have to look at this more closely later this week but
sharing file descriptors between parent and child seems like
a poor design. I have two main ideas and a work-around to
|
By
Randy MacLeod
·
#52208
·
|
|
Re: [ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication
i didn't spend too much time getting the patch to look nice.
It is just a proposal because this seems to be the root cause of a seemingly ...
unrelated
i didn't spend too much time getting the patch to look nice.
It is just a proposal because this seems to be the root cause of a seemingly ...
unrelated
|
By
Yi Fan Yu
·
#52207
·
|
|
[ptest-runner][PATCH] util.c: remove the usage of pipe for parent/child communication
If the output of the testing script is very large,
the fwrite called by the parent in
wait_child would start blocking. That would slow down
the parent speed in clearing the pipe buffer.
This is an
If the output of the testing script is very large,
the fwrite called by the parent in
wait_child would start blocking. That would slow down
the parent speed in clearing the pipe buffer.
This is an
|
By
Yi Fan Yu
·
#52206
·
|
|
Re: [meta-zephyr] bitbake zephyr-helloworld configure failure
Thx
--
Best Regards
Peter
Thx
--
Best Regards
Peter
|
By
Peter Smith <salerio@...>
·
#52204
·
|
|
Re: [meta-rockchip] Question about OVERRIDES in meta-rockchip
Learned something new today :)
It could be done in local.conf like this:
OVERRIDES .= "${@bb.utils.contains_any('SOC_FAMILY', 'rk3066 rk3188 rk3288 rk3399', ':rockchip', '',
Learned something new today :)
It could be done in local.conf like this:
OVERRIDES .= "${@bb.utils.contains_any('SOC_FAMILY', 'rk3066 rk3188 rk3288 rk3399', ':rockchip', '',
|
By
Markus Volk
·
#52203
·
|
|
Re: 2038 time problem fix in yocto
#kernel
#linux
#yocto
#zeus
Hi,
How about switching to a more recent version of the YP then zeus?
A recent version uses the 5.10.x kernel.
... but it does not automatically fix everything.
Regards,
Robert
Hi,
How about switching to a more recent version of the YP then zeus?
A recent version uses the 5.10.x kernel.
... but it does not automatically fix everything.
Regards,
Robert
|
By
Robert Berger
·
#52202
·
|
|
2038 time problem fix in yocto
#kernel
#linux
#yocto
#zeus
Hi,
We need to have a fix for 2038 problem for out 32 bit based product which is running Yocto (Linux).
2038 time problem was fixed in Linux kernel recently
Hi,
We need to have a fix for 2038 problem for out 32 bit based product which is running Yocto (Linux).
2038 time problem was fixed in Linux kernel recently
|
By
dhandhukiya.paresh@...
·
#52201
·
|
|
[meta-rockchip] Question about OVERRIDES in meta-rockchip
I'm building an image for rock-pi-4c using meta-rockchip layer and need to remove a DISTRO_FEATURE in local.conf. That would be needed for all rockchip based boards, but i only found overrides based
I'm building an image for rock-pi-4c using meta-rockchip layer and need to remove a DISTRO_FEATURE in local.conf. That would be needed for all rockchip based boards, but i only found overrides based
|
By
Markus Volk
·
#52200
·
|
|
Re: Regarding YOCTO
also look into
https://github.com/OSSystems/qt-kiosk-browser
also look into
https://github.com/OSSystems/qt-kiosk-browser
|
By
Khem Raj
·
#52199
·
|
|
Re: Regarding YOCTO
Hello Raj,
Actually i want to customize the browser,using the above browser we cannot customize it. I want to build a browser in the QT creator and then embed the browser(after customizing)
Hello Raj,
Actually i want to customize the browser,using the above browser we cannot customize it. I want to build a browser in the QT creator and then embed the browser(after customizing)
|
By
U RAVI KUMAR <uppadaravi2511@...>
·
#52198
·
|
|
Re: Regarding YOCTO
Look at something like
https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/qt-kiosk-browser
Look at something like
https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/qt-kiosk-browser
|
By
Khem Raj
·
#52197
·
|
|
Re: #yocto #zeus #sdk populate_sdk_ext build failing
#yocto
#zeus
#sdk
it seems bitbake does not execute when its trying to configure eSDK
for install. Perhaps you can try to see some logs inside the esdk
build area to check if there is further info.
secondly, try to
it seems bitbake does not execute when its trying to configure eSDK
for install. Perhaps you can try to see some logs inside the esdk
build area to check if there is further info.
secondly, try to
|
By
Khem Raj
·
#52196
·
|
|
Re: [prelink-cross][PATCH] Add SPDX license headers to all source files
Change is fine. I'm not having the time to merge and test build right now.
Paul E suggested someone else might be able to, that is fine with me.
--Mark
Change is fine. I'm not having the time to merge and test build right now.
Paul E suggested someone else might be able to, that is fine with me.
--Mark
|
By
Mark Hatle
·
#52195
·
|
|
Re: [meta-zephyr] bitbake zephyr-helloworld configure failure
The mentioned patches are in master-next, please use it from there for
now until its applied to master which might be in couple of days.
The mentioned patches are in master-next, please use it from there for
now until its applied to master which might be in couple of days.
|
By
Khem Raj
·
#52194
·
|
|
Yocto Project Status WW05`21
Current Dev Position: YP 3.3 M3 development
Next Deadline: 1st March 2021 YP 3.3 M3 build
Next Team Meetings:
Bug Triage meeting Thursday Feb. 4th at 7:30am PDT
Current Dev Position: YP 3.3 M3 development
Next Deadline: 1st March 2021 YP 3.3 M3 build
Next Team Meetings:
Bug Triage meeting Thursday Feb. 4th at 7:30am PDT
|
By
Stephen Jolley
·
#52193
·
|
|
Query on kernel configuration change
Details
Hello.
I have a question about modifying kernel flag using bitbake virtual/kernel -c menuconfig . When I tried to do this command it failed with error “ failed to create child process “
Details
Hello.
I have a question about modifying kernel flag using bitbake virtual/kernel -c menuconfig . When I tried to do this command it failed with error “ failed to create child process “
|
By
SIMON BABY
·
#52192
·
|
|
Re: [layerindex-web][PATCH] Add SPDX license headers to layerindex-web source files
I sent this patch October last year and couldn't be integrated since it was the end of the development cycle.
I sent this patch October last year and couldn't be integrated since it was the end of the development cycle.
|
By
Meh Mbeh Ida Delphine <idadelm@...>
·
#52191
·
|