|
Re: Cross compilation error finding libraries
Hi,
Actually the Yocto SDK sets LD variable correctly : here is its value :
aarch64-poky-linux-ld --sysroot=/media/talel/data/sdk-multigate/sysroots/aarch64-poky-linux
Now I'm stuck with linking,
Hi,
Actually the Yocto SDK sets LD variable correctly : here is its value :
aarch64-poky-linux-ld --sysroot=/media/talel/data/sdk-multigate/sysroots/aarch64-poky-linux
Now I'm stuck with linking,
|
By
Bel Hadj Salem Talel
·
#51213
·
|
|
[meta-zephyr][PATCH] zephyr-kernel: add Zephyr RTOS version 2.4.0 support
Update Zephyr to the latest version. Tested via zephyr-philosophers on
qemu-cortex-m3.
Signed-off-by: Jon Mason <jon.mason@...>
---
classes/zephyr-kernel-src.bbclass | 10
Update Zephyr to the latest version. Tested via zephyr-philosophers on
qemu-cortex-m3.
Signed-off-by: Jon Mason <jon.mason@...>
---
classes/zephyr-kernel-src.bbclass | 10
|
By
Jon Mason
·
#51212
·
|
|
Re: [prelink-cross][PATCH v5] Add SPDX license headers to all source files
A quick review of this looks fine. I'm currently swamped with some work stuff
and ELC-E this week.
I intend to get to this (and a few other contributions next week. If you don't
see anything from
A quick review of this looks fine. I'm currently swamped with some work stuff
and ELC-E this week.
I intend to get to this (and a few other contributions next week. If you don't
see anything from
|
By
Mark Hatle
·
#51211
·
|
|
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
·
#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
·
#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
·
#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
·
|