|
Re: AppArmor with BusyBox
I've added `IMAGE_INSTALL += "findutils"` to my `conf/local.conf`
file, and it seems like it was enough. There weren't any build
conflicts.
Should the AppArmor recipe be upgraded in some way to
I've added `IMAGE_INSTALL += "findutils"` to my `conf/local.conf`
file, and it seems like it was enough. There weren't any build
conflicts.
Should the AppArmor recipe be upgraded in some way to
|
By
Konstantin Aladyshev <aladyshev22@...>
·
#53303
·
|
|
Bitbake build failures?
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures:
NOTE: Fetching uninative binary shim
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures:
NOTE: Fetching uninative binary shim
|
By
jchludzinski
·
#53302
·
|
|
Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features
Randy,
Thanks for bring this issue up.
Err, are they going to check my BSP ; )
The layer index BSP list is long so waiting for feedback may not be
practical. I think it may be more of an
Randy,
Thanks for bring this issue up.
Err, are they going to check my BSP ; )
The layer index BSP list is long so waiting for feedback may not be
practical. I think it may be more of an
|
By
Armin Kuster
·
#53301
·
|
|
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
·
#53300
·
|
|
Re: Can layer maintainers add yocto-X.Y tags for yocto-3.3 and later?
So the official starting point is what you are looking for? is there any
expectation to tag for dot release alignment?
What's more important, tag or branch? Many layers hosted on git.yp.org
don't
So the official starting point is what you are looking for? is there any
expectation to tag for dot release alignment?
What's more important, tag or branch? Many layers hosted on git.yp.org
don't
|
By
Armin Kuster
·
#53299
·
|
|
Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features
Wait a moment, I am not sure I understand the argument about software rendering. Can you please elaborate?
What is the scenario where enabling opengl would regress from something hw-accelerated to
Wait a moment, I am not sure I understand the argument about software rendering. Can you please elaborate?
What is the scenario where enabling opengl would regress from something hw-accelerated to
|
By
Alexander Kanavin
·
#53298
·
|
|
Re: Can layer maintainers add yocto-X.Y tags for yocto-3.3 and later?
<randy.macleod@...> wrote:
I think this could be a good thing, although it does put the burden on
release maintainers. mostly they
test against the tip of the release branch, So if yocto
<randy.macleod@...> wrote:
I think this could be a good thing, although it does put the burden on
release maintainers. mostly they
test against the tip of the release branch, So if yocto
|
By
Khem Raj
·
#53297
·
|
|
Re: Can layer maintainers add yocto-X.Y tags for yocto-3.3 and later?
This would be a helpful addition for us when upgrading between named
Yocto releases. Normally, when we are ready to upgrade, we checkout the
HEAD for the named branch and try to get everything
This would be a helpful addition for us when upgrading between named
Yocto releases. Normally, when we are ready to upgrade, we checkout the
HEAD for the named branch and try to get everything
|
By
Claude Bing
·
#53296
·
|
|
Can layer maintainers add yocto-X.Y tags for yocto-3.3 and later?
Hi,
I've CCed some of the maintainers of more widely used Yocto layers
to get comments on about tagging. Please add in people who I may
have missed.
For a while now, oe-core has had a yocto-X.Y
Hi,
I've CCed some of the maintainers of more widely used Yocto layers
to get comments on about tagging. Please add in people who I may
have missed.
For a while now, oe-core has had a yocto-X.Y
|
By
Randy MacLeod
·
#53295
·
|
|
Re: [OE-core] [PATCH 6/7] default-distrovars.inc: add wayland/opengl to default distro features
Cross-posting to yocto since this is of general interest.
We (Wind River) already drop the x11 DF from some of our distros and
we'd likely do the same for wayland and opengl so while this seems
like
Cross-posting to yocto since this is of general interest.
We (Wind River) already drop the x11 DF from some of our distros and
we'd likely do the same for wayland and opengl so while this seems
like
|
By
Randy MacLeod
·
#53294
·
|
|
Yocto Project Status WW17`21
Current Dev Position: YP 3.4 M1
Next Deadline: 7th June 2021 YP 3.4 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Apr. 29th at 7:30am PDT
Current Dev Position: YP 3.4 M1
Next Deadline: 7th June 2021 YP 3.4 M1 build
Next Team Meetings:
Bug Triage meeting Thursday Apr. 29th at 7:30am PDT
|
By
Stephen Jolley
·
#53293
·
|
|
looking for a bit more info on licensing certain recipe files
for the first time, i'm digging around in the docs for how to
properly license various types of recipes, so a couple simple
questions to start with, at least so i can make a first pass of
cleaning up
for the first time, i'm digging around in the docs for how to
properly license various types of recipes, so a couple simple
questions to start with, at least so i can make a first pass of
cleaning up
|
By
Robert P. J. Day
·
#53292
·
|
|
Re: ERROR: Fetcher failure: Fetch command export...
It looks like an issue with your DNS which does not return anything for
downloads.yoctoproject.org?
Cheers,
Quentin
It looks like an issue with your DNS which does not return anything for
downloads.yoctoproject.org?
Cheers,
Quentin
|
By
Quentin Schulz
·
#53291
·
|
|
Re: running application in user mode instead of root
#yocto
I'm new to yocto as well but what we do is in our own custom image:
inherit extrausers
EXTRA_USERS_PARAMS = " useradd nodered"
and then since we use systemd we've created our own service file that
I'm new to yocto as well but what we do is in our own custom image:
inherit extrausers
EXTRA_USERS_PARAMS = " useradd nodered"
and then since we use systemd we've created our own service file that
|
By
Alessandro Tagliapietra
·
#53290
·
|
|
Re: running application in user mode instead of root
#yocto
Hello,
You may be interested in ROOTLESS_X="1", to open a non-priviledged X11 session.
--
Yann Dirson <yann@...>
Blade / Shadow -- http://shadow.tech
Hello,
You may be interested in ROOTLESS_X="1", to open a non-priviledged X11 session.
--
Yann Dirson <yann@...>
Blade / Shadow -- http://shadow.tech
|
By
Yann Dirson
·
#53289
·
|
|
running application in user mode instead of root
#yocto
Hi All,
I am trying to run my application in less privilege mode instead of root user.
As i am new to Yocto build could you please some one suggest on how to configure my build environment to get user
Hi All,
I am trying to run my application in less privilege mode instead of root user.
As i am new to Yocto build could you please some one suggest on how to configure my build environment to get user
|
By
mail2uvijay@...
·
#53288
·
|
|
ERROR: Fetcher failure: Fetch command export...
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures:
NOTE: Fetching uninative binary shim
When I trying using bitbake to build openembedded Linux kernel, it dies with these download failures:
NOTE: Fetching uninative binary shim
|
By
jchludzinski
·
#53287
·
|
|
M+ & H bugs with Milestone Movements WW17
All,
YP M+ or high bugs which moved to a new milestone in WW17 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11766
nobody group added by systemd
All,
YP M+ or high bugs which moved to a new milestone in WW17 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
11766
nobody group added by systemd
|
By
Stephen Jolley
·
#53286
·
|
|
Enhancements/Bugs closed WW17!
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
·
#53285
·
|
|
Current high bug count owners for Yocto Project 3.4
All,
Below is the list as of top 50 bug owners as of the end of WW17 of who have open medium or higher bugs and enhancements against YP 3.4. There are 130 possible work days left until the final
All,
Below is the list as of top 50 bug owners as of the end of WW17 of who have open medium or higher bugs and enhancements against YP 3.4. There are 130 possible work days left until the final
|
By
Stephen Jolley
·
#53284
·
|