|
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
·
|
|
Re: [meta-selinux][PATCH] layer.conf: add gatesgarth compatibility
Hi Jon,
There is already a pending patch submitted some time ago by Aníbal Limó here
https://patchwork.openembedded.org/patch/177350/
Best regards,
Vincent
Hi Jon,
There is already a pending patch submitted some time ago by Aníbal Limó here
https://patchwork.openembedded.org/patch/177350/
Best regards,
Vincent
|
By
Vincent Prince
·
#51190
·
|
|
Re: devtool modify issues with ubuntu 20 and fedora core 32
Running into this also.
Here's another report of the same issue: https://lists.yoctoproject.org/g/yocto/message/50856
Regards
//Ernst
Running into this also.
Here's another report of the same issue: https://lists.yoctoproject.org/g/yocto/message/50856
Regards
//Ernst
|
By
ernst.sjostrand@...
·
#51189
·
|
|
Cross compilation error finding libraries
Hi All,
I have an SDK populated from an image.
After sourcing the SDK env file, I try to run make on a project with this command :
I specified the CFLAGS and CXXFLAGS as mentionned in Yocto document
Hi All,
I have an SDK populated from an image.
After sourcing the SDK env file, I try to run make on a project with this command :
I specified the CFLAGS and CXXFLAGS as mentionned in Yocto document
|
By
Bel Hadj Salem Talel <bhstalel@...>
·
#51188
·
|
|
Systemd, overlayfs, and machine-id problem
Hi,
In our current Yocto project we are using an overlayfs on top of /etc
This seems to trigger the systemd-machine-id-setup service which fails with the error below:
systemd-machine-id-setup[204]:
Hi,
In our current Yocto project we are using an overlayfs on top of /etc
This seems to trigger the systemd-machine-id-setup service which fails with the error below:
systemd-machine-id-setup[204]:
|
By
Morten Bruun
·
#51187
·
|
|
Re: QA notification for completed autobuilder build (yocto-3.2.rc2)
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2.rc2 We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
Hi all,
Intel and WR YP QA is planning for QA execution for YP build yocto-3.2.rc2 We are planning to execute following tests for this cycle:
OEQA-manual tests for following module:
1. OE-Core
2.
|
By
Sangeeta Jain
·
#51186
·
|