|
[ANNOUNCEMENT] Yocto Project 4.0.6 is Released
Hi
We are pleased to announce the Yocto Project 4.0.6 Release is now available for download.
Hi
We are pleased to announce the Yocto Project 4.0.6 Release is now available for download.
|
By
Lee Chee Yang
·
#58889
·
|
|
Re: unable to resolve x11 dependency
Cross posted
By
Mistyron <ron.eggler@...>
·
#58888
·
|
|
unable to resolve x11 dependency
Hi,
I need to add X11 to my build (original BSP is based on wayland) but keep running into an issue:
I keep getting "error: Glamor for Xorg requires gbm >= 10.2.0", the complete message can be seen
Hi,
I need to add X11 to my build (original BSP is based on wayland) but keep running into an issue:
I keep getting "error: Glamor for Xorg requires gbm >= 10.2.0", the complete message can be seen
|
By
Mistyron <ron.eggler@...>
·
#58887
·
|
|
Re: DISTRO_FEATURES in custom recipe does not override local.conf setting
Although, as soon as I added
DISTRO_FEATURES_append = " x11"
to local.conf, I'm not able to build anymore but see an error like below instead:
| checking for GBM... no
| configure: error: Glamor
Although, as soon as I added
DISTRO_FEATURES_append = " x11"
to local.conf, I'm not able to build anymore but see an error like below instead:
| checking for GBM... no
| configure: error: Glamor
|
By
Mistyron <ron.eggler@...>
·
#58886
·
|
|
Re: DISTRO_FEATURES in custom recipe does not override local.conf setting
Oh okay, that makes sense then!
Thank you!
--
*RON EGGLER*
Firmware Engineer
(he/him/his)
www.mistywest.com
MistyWest Logo
Oh okay, that makes sense then!
Thank you!
--
*RON EGGLER*
Firmware Engineer
(he/him/his)
www.mistywest.com
MistyWest Logo
|
By
Mistyron <ron.eggler@...>
·
#58885
·
|
|
Re: recipe won't build, missing pseudo
Duh, people who can read have an advantage!
Thanks for the clarification!
--
*RON EGGLER*
Firmware Engineer
(he/him/his)
www.mistywest.com
MistyWest Logo
Duh, people who can read have an advantage!
Thanks for the clarification!
--
*RON EGGLER*
Firmware Engineer
(he/him/his)
www.mistywest.com
MistyWest Logo
|
By
Mistyron <ron.eggler@...>
·
#58884
·
|
|
Re: recipe won't build, missing pseudo
A dependency would be something like:
DEPENDS += "pseudo-native"
however that isn't your problem.
The problem is your -b option usage. To quote bitbake --help:
-b BUILDFILE, --buildfile
A dependency would be something like:
DEPENDS += "pseudo-native"
however that isn't your problem.
The problem is your -b option usage. To quote bitbake --help:
-b BUILDFILE, --buildfile
|
By
Richard Purdie
·
#58883
·
|
|
Re: DISTRO_FEATURES in custom recipe does not override local.conf setting
You can't. '_remove' has priority over everything else, and
DISTRO_FEATURES cannot be set from a recipe, only from a global
config. You should edit local.conf, and complain to your BSP provider
for
You can't. '_remove' has priority over everything else, and
DISTRO_FEATURES cannot be set from a recipe, only from a global
config. You should edit local.conf, and complain to your BSP provider
for
|
By
Alexander Kanavin
·
#58882
·
|
|
DISTRO_FEATURES in custom recipe does not override local.conf setting
Hi,
I'm using the provided local.conf from the BSP which contains:
DISTRO_FEATURES_remove = " x11"
but I need to install xrandr in my image which needs x11, i.e. I set
DISTRO_FEATURES_append = "
Hi,
I'm using the provided local.conf from the BSP which contains:
DISTRO_FEATURES_remove = " x11"
but I need to install xrandr in my image which needs x11, i.e. I set
DISTRO_FEATURES_append = "
|
By
Mistyron <ron.eggler@...>
·
#58881
·
|
|
Re: recipe won't build, missing pseudo
Because bitbake gave me an error that it could not find it, hence I added it as a dependency.
Because bitbake gave me an error that it could not find it, hence I added it as a dependency.
|
By
Mistyron <ron.eggler@...>
·
#58880
·
|
|
Re: recipe won't build, missing pseudo
There is no class called "pseudo" so the inherit line is wrong. Why do
you think you need to inherit such a class?
Pseudo is usually used by tasks as needed by default.
Cheers,
Richard
There is no class called "pseudo" so the inherit line is wrong. Why do
you think you need to inherit such a class?
Pseudo is usually used by tasks as needed by default.
Cheers,
Richard
|
By
Richard Purdie
·
#58879
·
|
|
Re: recipe won't build, missing pseudo
On 12/27/22 08:15, Markus Volk wrote:
Hi Marcus,
Thanks for the reference. I have since found it too and just looped it in with:
MAGE_INSTALL_append = " phytool"
That's a
On 12/27/22 08:15, Markus Volk wrote:
Hi Marcus,
Thanks for the reference. I have since found it too and just looped it in with:
MAGE_INSTALL_append = " phytool"
That's a
|
By
Mistyron <ron.eggler@...>
·
#58878
·
|
|
[ANNOUNCEMENT] Milestone 1 for Yocto Project 4.2 (yocto-4.2_M1) Now Available
Hi,
We are pleased to announce the first milestone release for Yocto Project 4.2 (yocto-4.2_M1) is now available for download.
Download:
Hi,
We are pleased to announce the first milestone release for Yocto Project 4.2 (yocto-4.2_M1) is now available for download.
Download:
|
By
Lee Chee Yang
·
#58877
·
|
|
Re: bitbake controlling memory use
Hi,
Op 26-12-2022 om 03:11 schreef Randy MacLeod:
Nope I hadn't seen that. I immediately tried it, but of course it didn't work.
Reason is, it regulates starting tasks. But the problem with nodejs is
Hi,
Op 26-12-2022 om 03:11 schreef Randy MacLeod:
Nope I hadn't seen that. I immediately tried it, but of course it didn't work.
Reason is, it regulates starting tasks. But the problem with nodejs is
|
By
Ferry Toth
·
#58876
·
|
|
Re: recipe won't build, missing pseudo
https://git.openembedded.org/meta-openembedded/tree/meta-networking/recipes-support/phytool/phytool.bb
Am Mo, 26. Dez 2022 um 18:54:01 -0800 schrieb Mistyron <ron.eggler@...>:
https://git.openembedded.org/meta-openembedded/tree/meta-networking/recipes-support/phytool/phytool.bb
Am Mo, 26. Dez 2022 um 18:54:01 -0800 schrieb Mistyron <ron.eggler@...>:
|
By
Markus Volk
·
#58875
·
|
|
Re: Run browser immediately after booting up device
#yocto
Hi,
Kiosk mode is what you're looking for. Just google for "Yocto kiosk" and you'll see few solutions
Hi,
Kiosk mode is what you're looking for. Just google for "Yocto kiosk" and you'll see few solutions
|
By
Pavel Zhukov
·
#58874
·
|
|
Run browser immediately after booting up device
#yocto
Hi everyone,
I have a task to add browser to my yocto project and start it immediately after it is booted. Also I have to open specific web page. Any suggestions how to do it? Any advice would be
Hi everyone,
I have a task to add browser to my yocto project and start it immediately after it is booted. Also I have to open specific web page. Any suggestions how to do it? Any advice would be
|
By
jovanbosic95@...
·
#58873
·
|
|
recipe won't build, missing pseudo
Hi,
I'm want to write a recipe to compile phytool but I'm getting the below error when building it with:
$ bitbake -b phytool_2.0
ERROR: Failed to spawn fakeroot worker to run
Hi,
I'm want to write a recipe to compile phytool but I'm getting the below error when building it with:
$ bitbake -b phytool_2.0
ERROR: Failed to spawn fakeroot worker to run
|
By
Mistyron <ron.eggler@...>
·
#58872
·
|
|
M+ & H bugs with Milestone Movements WW52
All,
YP M+ or high bugs which moved to a new milestone in WW52 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5322
Global DNS fallback mechanism not
All,
YP M+ or high bugs which moved to a new milestone in WW52 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
5322
Global DNS fallback mechanism not
|
By
Stephen Jolley
·
#58871
·
|
|
Enhancements/Bugs closed WW52!
All,
The below were the owners of enhancements or bugs closed during the last
All,
The below were the owners of enhancements or bugs closed during the last
|
By
Stephen Jolley
·
#58870
·
|