|
Re: New assignment operator?
I'm not terribly convinced it is. If the problem is that there's no
way to clear the OVERRIDES, maybe we should just have a new verb to
do that specifically rather than a new assignment operator
I'm not terribly convinced it is. If the problem is that there's no
way to clear the OVERRIDES, maybe we should just have a new verb to
do that specifically rather than a new assignment operator
|
By
Phil Blundell
·
#1229
·
|
|
Re: New assignment operator?
Is that an issue that needs to actually be fixed? This is just another example of weird BSP given by vendors to me, right?
Resetting IMAGE_FSTYPES_collie to INITRAMFS_FSTYPES should be enough to fix
Is that an issue that needs to actually be fixed? This is just another example of weird BSP given by vendors to me, right?
Resetting IMAGE_FSTYPES_collie to INITRAMFS_FSTYPES should be enough to fix
|
By
Quentin Schulz
·
#1228
·
|
|
New assignment operator?
We have an interesting problem with initramfs images. They do something like:
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
which looks innocent enough until a BSP does:
IMAGE_FSTYPES_collie =
We have an interesting problem with initramfs images. They do something like:
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
which looks innocent enough until a BSP does:
IMAGE_FSTYPES_collie =
|
By
Richard Purdie
·
#1227
·
|
|
eSDK & multiconfig
We're starting to hit a maturity level with our internal development using
multiconfigs that we need a way to export this into an eSDK.
Currently we're working on the ability to build a system, it's
We're starting to hit a maturity level with our internal development using
multiconfigs that we need a way to export this into an eSDK.
Currently we're working on the ability to build a system, it's
|
By
Mark Hatle
·
#1226
·
|
|
OpenEmbedded Happy Hour May 26 8pm/2000 UTC
Hi,
Due to the Yocto Project Summit running during our regular OpenEmbedded Happy
Hour today, we decided to move it down by 3 hours and have Happy Hour at the
end of the Summit, May 26 @ 2000/8pm
Hi,
Due to the Yocto Project Summit running during our regular OpenEmbedded Happy
Hour today, we decided to move it down by 3 hours and have Happy Hour at the
end of the Summit, May 26 @ 2000/8pm
|
By
Denys Dmytriyenko
·
#1225
·
|
|
[OEDVM 2021] Better BSPs
> https://www.openembedded.org/wiki/OEDVM_2021
> https://pretalx.com/yocto-project-summit-2021/talk/BVZMYW/
> 1530 UTC on Zoom (link in the URL above)
In preparation for the BSP discussion at today's
> https://www.openembedded.org/wiki/OEDVM_2021
> https://pretalx.com/yocto-project-summit-2021/talk/BVZMYW/
> 1530 UTC on Zoom (link in the URL above)
In preparation for the BSP discussion at today's
|
By
Rich Persaud
·
#1224
·
|
|
Re: Open Source Maintainers - An open letter/request
I think people will know what is appropriate in their own circumstances.
There was an ask that some of these things be "documented" and I'm trying to
do that as I think some of the things here are
I think people will know what is appropriate in their own circumstances.
There was an ask that some of these things be "documented" and I'm trying to
do that as I think some of the things here are
|
By
Richard Purdie
·
#1223
·
|
|
Re: Open Source Maintainers - An open letter/request
Thanks for summarizing all this.
So is the ask to forward this within the one's Employer?
-armin
Thanks for summarizing all this.
So is the ask to forward this within the one's Employer?
-armin
|
By
Armin Kuster
·
#1222
·
|
|
Open Source Maintainers - An open letter/request
TLDR: The project is seen as mature, employers don't prioritise maintaining
things and we're struggling for maintainers and help with day to day work
Open source projects survive, not just through
TLDR: The project is seen as mature, employers don't prioritise maintaining
things and we're struggling for maintainers and help with day to day work
Open source projects survive, not just through
|
By
Richard Purdie
·
#1221
·
|
|
Next Yocto Project LTS - April 2022
I'm pleased to be able to announce that the project is planning to have
the April 2022 release next year be our next LTS release.
This fits in with our original announced plan of 2 year cycles
I'm pleased to be able to announce that the project is planning to have
the April 2022 release next year be our next LTS release.
This fits in with our original announced plan of 2 year cycles
|
By
Richard Purdie
·
#1220
·
|
|
OpenEmbedded Developers Virtual meeting
Part of the Yocto Project Summit (May 25-26, 2021), OpenEmbedded is
hosting a Virtual Developer meeting.
(https://pretalx.com/yocto-project-summit-2021/schedule/) Since this
will be a virtual event,
Part of the Yocto Project Summit (May 25-26, 2021), OpenEmbedded is
hosting a Virtual Developer meeting.
(https://pretalx.com/yocto-project-summit-2021/schedule/) Since this
will be a virtual event,
|
By
Philip Balister
·
#1219
·
|
|
Re: OVERRIDES v2
Not sure if I understand the question, but maybe you're looking for this example (given in section 3.3.1):
KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
KERNEL_FEATURES_append_qemux86="
Not sure if I understand the question, but maybe you're looking for this example (given in section 3.3.1):
KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
KERNEL_FEATURES_append_qemux86="
|
By
Chris Laplante
·
#1218
·
|
|
Re: OVERRIDES v2
I see for Bitbake appends and prepends are overrides flavor.
I still keep my position, generally there is no override component
in appending and prepending regardless which life area is
I see for Bitbake appends and prepends are overrides flavor.
I still keep my position, generally there is no override component
in appending and prepending regardless which life area is
|
By
keydi
·
#1217
·
|
|
Re: OpenEmbedded Happy Hour April 28 9pm/2100 UTC
Reminder, next Happy Hour is in one day - everyone is welcome to meet with
fellow developers and chat about any interesting topics over Zoom. BYOB -
bring your own beverage.
--
Regards,
Denys
Reminder, next Happy Hour is in one day - everyone is welcome to meet with
fellow developers and chat about any interesting topics over Zoom. BYOB -
bring your own beverage.
--
Regards,
Denys
|
By
Denys Dmytriyenko
·
#1216
·
|
|
Re: OVERRIDES v2
Regarding second point in my post above I see example for kernel seems to use
overrides-interface component, which however takes place in different code
thus not visible in shown example yet chapter
Regarding second point in my post above I see example for kernel seems to use
overrides-interface component, which however takes place in different code
thus not visible in shown example yet chapter
|
By
keydi
·
#1215
·
|
|
Re: OVERRIDES v2
I, for one, really like OVERRIDES mechanism! It may not be intuitive at first,
but once mastered, it's a very powerful mechanism and, as Chris mentioned,
allows doing layered (from generic to
I, for one, really like OVERRIDES mechanism! It may not be intuitive at first,
but once mastered, it's a very powerful mechanism and, as Chris mentioned,
allows doing layered (from generic to
|
By
Denys Dmytriyenko
·
#1214
·
|
|
Re: OVERRIDES v2
As _append, _prepend, _remove are special cases of the override mechanism.
That was one of the reasons for 2015 discussion during OEDEM to see if _append
and _prepend need to be re-implemented to
As _append, _prepend, _remove are special cases of the override mechanism.
That was one of the reasons for 2015 discussion during OEDEM to see if _append
and _prepend need to be re-implemented to
|
By
Denys Dmytriyenko
·
#1213
·
|
|
Re: OVERRIDES v2
I use Bitbake user manual mentioned chapter as knowledge source to get more about override mechanism
as OVERRIDE variable description in YP Reference Manual refers to that document for more details.
I use Bitbake user manual mentioned chapter as knowledge source to get more about override mechanism
as OVERRIDE variable description in YP Reference Manual refers to that document for more details.
|
By
keydi
·
#1212
·
|
|
Re: OVERRIDES v2
If to use same chapter in order to continue my point regarding intersection of overriding and appending/prepending
I don't see in example provided in bullet "Appending and Prepending:" any piece of
If to use same chapter in order to continue my point regarding intersection of overriding and appending/prepending
I don't see in example provided in bullet "Appending and Prepending:" any piece of
|
By
keydi
·
#1211
·
|
|
Re: OVERRIDES v2
I am also not comfortable with two first examples provided in chapter myself referred previously too.
The first one, short one: why is "_nooverride = blabla" component necessary?
Will variable default
I am also not comfortable with two first examples provided in chapter myself referred previously too.
The first one, short one: why is "_nooverride = blabla" component necessary?
Will variable default
|
By
keydi
·
#1210
·
|