|
Re: Systemd, overlayfs, and machine-id problem
If you use volatile-binds recipe, you can override folders and files and it will select overlayfs or bind-mount
If you use volatile-binds recipe, you can override folders and files and it will select overlayfs or bind-mount
|
By
Vincent Prince
·
#51210
·
|
|
Re: Systemd, overlayfs, and machine-id problem
Thanks for the suggestion!
If I should overlay just part of /etc I'm down to single files - and that does not seem to be possible.
I'm trying to figure out if I can solve my problem using bind mounts
Thanks for the suggestion!
If I should overlay just part of /etc I'm down to single files - and that does not seem to be possible.
I'm trying to figure out if I can solve my problem using bind mounts
|
By
Morten Bruun
·
#51209
·
|
|
Re: grubenv not being generated
I meant follow the lead from one of the emails you pointed and in
addition add a dependency on grub-native so you get the tool you are
looking for during build.
>
>
>
>
I meant follow the lead from one of the emails you pointed and in
addition add a dependency on grub-native so you get the tool you are
looking for during build.
>
>
>
>
|
By
Khem Raj
·
#51208
·
|
|
Re: grubenv not being generated
Thanks Khem:
Not entirely certain what that means. Apologies, I'm learning about 10 different things at the same time here.
I probably should have also asked, should I expect grubenv to be
Thanks Khem:
Not entirely certain what that means. Apologies, I'm learning about 10 different things at the same time here.
I probably should have also asked, should I expect grubenv to be
|
By
Howard
·
#51207
·
|
|
Re: grubenv not being generated
perhaps a post edit function and add grub-native to DEPENDS so you can find needed binaries during cross build.
perhaps a post edit function and add grub-native to DEPENDS so you can find needed binaries during cross build.
|
By
Khem Raj
·
#51206
·
|
|
grubenv not being generated
Hi:
I am using grub as my bootloader, and enabling it via
EFI_PROVIDER = "grub-efi"
That all seems to work fine, except that grubenv is not being created anywhere. I can run grub-editenv to create
Hi:
I am using grub as my bootloader, and enabling it via
EFI_PROVIDER = "grub-efi"
That all seems to work fine, except that grubenv is not being created anywhere. I can run grub-editenv to create
|
By
Howard
·
#51205
·
|
|
Re: Cross compilation error finding libraries
Pass LDFLAGS as CLFAGS as well, you need to use --syroot option during
link as well
>
>
Pass LDFLAGS as CLFAGS as well, you need to use --syroot option during
link as well
>
>
|
By
Khem Raj
·
#51204
·
|
|
Re: How to use WORKDIR of recipe A in recipe B ?
Hello Talel
<bhstalel@...> wrote:
many options to handle such situations.
usually, workdirs is strictly specific to one recipe, no other recipe
gets to peak into it. however if you have
Hello Talel
<bhstalel@...> wrote:
many options to handle such situations.
usually, workdirs is strictly specific to one recipe, no other recipe
gets to peak into it. however if you have
|
By
Khem Raj
·
#51203
·
|
|
Re: Recent issues with BB_DONT_CACHE?
You can add a function and use nostamp on it so it gets executed every
time, something
You can add a function and use nostamp on it so it gets executed every
time, something
|
By
Khem Raj
·
#51202
·
|
|
dlib recipe linking issue
Hi,
I'm creating a recipe for the dlib library. Source also contains
python bindings so my recipe looks like:
SUMMARY = "A toolkit for making real world machine learning and data
analysis
Hi,
I'm creating a recipe for the dlib library. Source also contains
python bindings so my recipe looks like:
SUMMARY = "A toolkit for making real world machine learning and data
analysis
|
By
Marek Belisko
·
#51201
·
|
|
Re: How to use WORKDIR of recipe A in recipe B ?
Sorry this is rest of the mail:
I need to use the macchina WORKDIR in a different recipe , so that I can compile only my sample.
For example, in my recipe I export those global variable used in the
Sorry this is rest of the mail:
I need to use the macchina WORKDIR in a different recipe , so that I can compile only my sample.
For example, in my recipe I export those global variable used in the
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#51200
·
|
|
How to use WORKDIR of recipe A in recipe B ?
Hi All,
I have a macchina.io recipe that fetches the source from Github and compiles it correctly.
In the WORKDIR , there is a samples directory with many examples, and each example has a Makefile,
Hi All,
I have a macchina.io recipe that fetches the source from Github and compiles it correctly.
In the WORKDIR , there is a samples directory with many examples, and each example has a Makefile,
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#51199
·
|
|
Recent issues with BB_DONT_CACHE?
Over in the OpenBMC project, we rebased on yocto master (https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/37488). After this we started seeing intermittent issues with our os-release.bb recipe.
Over in the OpenBMC project, we rebased on yocto master (https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/37488). After this we started seeing intermittent issues with our os-release.bb recipe.
|
By
Andrew Geissler
·
#51198
·
|
|
Re: Cross compilation error finding libraries
Hi,
Thanks for the reply.
Setting LD to $CC didn't work as well.
Hi,
Thanks for the reply.
Setting LD to $CC didn't work as well.
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#51197
·
|
|
Re: [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
Thanks, no problem :)
By
Vincent Prince
·
#51196
·
|
|
Re: Systemd, overlayfs, and machine-id problem
Hi,
In my project, I ended up by overlaying not the entire /etc but only subparts I needed to modify.
(/etc/machine-id is maybe already a bind mount from /run/machine-id)
Hope it helps,
Best
Hi,
In my project, I ended up by overlaying not the entire /etc but only subparts I needed to modify.
(/etc/machine-id is maybe already a bind mount from /run/machine-id)
Hope it helps,
Best
|
By
Vincent Prince
·
#51195
·
|
|
Re: Cross compilation error finding libraries
I see that your linker is not using proper sysroot perhaps using LD=${CC} might help.
I see that your linker is not using proper sysroot perhaps using LD=${CC} might help.
|
By
Khem Raj
·
#51194
·
|
|
Re: Systemd, overlayfs, and machine-id problem
maybe pregeenerate machine ID sometimes you can seed it from CPU Id or soc ID from eeprom.
maybe pregeenerate machine ID sometimes you can seed it from CPU Id or soc ID from eeprom.
|
By
Khem Raj
·
#51193
·
|
|
Yocto Project Status WW43'20
Current Dev Position: YP 3.2 Final Build
Next Deadline: YP 3.2 Final Release
Next Team Meetings:
Bug Triage meeting Thursday Oct. 29th at 7:30am PDT
Current Dev Position: YP 3.2 Final Build
Next Deadline: YP 3.2 Final Release
Next Team Meetings:
Bug Triage meeting Thursday Oct. 29th at 7:30am PDT
|
By
Stephen Jolley
·
#51192
·
|
|
Re: [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
[Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility] On 20.10.27 (Tue 16:00) nefethael wrote:
Yeah, I've had that older patch in my work-tree for a while now and
haven't
[Re: [yocto] [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility] On 20.10.27 (Tue 16:00) nefethael wrote:
Yeah, I've had that older patch in my work-tree for a while now and
haven't
|
By
Joe MacDonald
·
#51191
·
|