|
Re: using grpc fails with linker error: file in wrong format
this is upto your component's build system, so perhaps you should look into that and ensure that its using right options. Second place to look is recipe for your package and ensure right vars and
this is upto your component's build system, so perhaps you should look into that and ensure that its using right options. Second place to look is recipe for your package and ensure right vars and
|
By
Khem Raj
·
#53629
·
|
|
Re: ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb
Or, maybe, now the DHCP is included in the releases by default?
Thank you,
Zoran
_______
<zoran.stojsavljevic@...> wrote:
Or, maybe, now the DHCP is included in the releases by default?
Thank you,
Zoran
_______
<zoran.stojsavljevic@...> wrote:
|
By
Zoran
·
#53628
·
|
|
Re: ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb
Hello Quentin,
Thank you for finding the bug. It was in front of my eyes (I print all
the layers at the end of setup, but I missed to compare bb-layers from
dunfell with bb-layers from
Hello Quentin,
Thank you for finding the bug. It was in front of my eyes (I print all
the layers at the end of setup, but I missed to compare bb-layers from
dunfell with bb-layers from
|
By
Zoran
·
#53627
·
|
|
Re: Gatesgarth-24.0.4 image-live fails
Wow, that got messed up, let me retry.
Op 24-05-2021 om 14:19 schreef Ferry Toth:
ERROR: edison-image-1.0-r0 do_bootimg: Error executing a python function in exec_python_func() autogenerated:
The
Wow, that got messed up, let me retry.
Op 24-05-2021 om 14:19 schreef Ferry Toth:
ERROR: edison-image-1.0-r0 do_bootimg: Error executing a python function in exec_python_func() autogenerated:
The
|
By
Ferry Toth
·
#53626
·
|
|
Re: ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb
Hi Zoran,
The layer is not included. Check in your bblayers.conf. see https://github.com/ZoranStojsavljevic/bbb-yocto/blob/a6e8e8ce491705816d02df58fa0ef9378b18ef83/yocto-setup.sh#L114 where you are
Hi Zoran,
The layer is not included. Check in your bblayers.conf. see https://github.com/ZoranStojsavljevic/bbb-yocto/blob/a6e8e8ce491705816d02df58fa0ef9378b18ef83/yocto-setup.sh#L114 where you are
|
By
Quentin Schulz
·
#53625
·
|
|
Gatesgarth-24.0.4 image-live fails
Accidentally I refreshed poky and rebuilt. The image-live (do_bootimg) fails when building hddimg with the following:
ERROR: edison-image-1.0-r0 do_bootimg: Error executing a python function in
Accidentally I refreshed poky and rebuilt. The image-live (do_bootimg) fails when building hddimg with the following:
ERROR: edison-image-1.0-r0 do_bootimg: Error executing a python function in
|
By
Ferry Toth
·
#53624
·
|
|
ERROR: ParseError at .../bbb-yocto-gatesgarth/meta-bbb/images/console-image.bb:4: Could not include required file images/basic-dev-image.bb
Hello again to YOCTO Folks,
Here is another blunder I ran into while fixing a yocto-setup.sh script:
https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh
While executing $ .
Hello again to YOCTO Folks,
Here is another blunder I ran into while fixing a yocto-setup.sh script:
https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/yocto-setup.sh
While executing $ .
|
By
Zoran
·
#53623
·
|
|
using grpc fails with linker error: file in wrong format
Hi all,
I am developing a C++ library that is using gRPC.
To be able to use protoc for generating the stubs I added the following dependencies:
DEPENDS += "\
grpc-native \
protobuf-native \
Hi all,
I am developing a C++ library that is using gRPC.
To be able to use protoc for generating the stubs I added the following dependencies:
DEPENDS += "\
grpc-native \
protobuf-native \
|
By
Juergen Landwehr
·
#53622
·
|
|
[meta-security][PATCH] libgssglue: update SRC_URI
Update SRC_URI to use Debian mirror because the original site is
unaccessible.
Fixes do_fetch error:
ERROR: libgssglue-0.4-r0 do_fetch: Fetcher failure for
Update SRC_URI to use Debian mirror because the original site is
unaccessible.
Fixes do_fetch error:
ERROR: libgssglue-0.4-r0 do_fetch: Fetcher failure for
|
By
Yi Zhao
·
#53621
·
|
|
Re: [meta-dpdk][PATCH] dpdk: fix build with GCC 11
Please send this patch to meta-intel mailing list.
Please send this patch to meta-intel mailing list.
|
By
Naveen Saini
·
#53620
·
|
|
[meta-security][PATCH] Correct "securiyt" typo in maintainers.inc
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/conf/distro/include/maintainers.inc b/conf/distro/include/maintainers.inc
index 7b82ef7..e02b903 100644
---
Signed-off-by: Robert P. J. Day <rpjday@...>
---
diff --git a/conf/distro/include/maintainers.inc b/conf/distro/include/maintainers.inc
index 7b82ef7..e02b903 100644
---
|
By
Robert P. J. Day
·
#53619
·
|
|
[meta-security][v2][PATCH] sssd: update to 2.5.0
Add new depends
Drop obsolete patches
Signed-off-by: Armin Kuster <akuster808@...>
----
v2]
Fix issue with nsupdate check
don't use host bind
---
...AC_CHECK_FILE-when-building-manpages.patch
Add new depends
Drop obsolete patches
Signed-off-by: Armin Kuster <akuster808@...>
----
v2]
Fix issue with nsupdate check
don't use host bind
---
...AC_CHECK_FILE-when-building-manpages.patch
|
By
Armin Kuster
·
#53618
·
|
|
/proc/vmcore not created with CONFIG_PROC_VMCORE=y
Hello,
I'm trying to enable kdump on an intel x86_64 system, and while kexec boots the crash kernel (I use the same kernel image for the system and crash kernel) makedumpfile fails, apparently because
Hello,
I'm trying to enable kdump on an intel x86_64 system, and while kexec boots the crash kernel (I use the same kernel image for the system and crash kernel) makedumpfile fails, apparently because
|
By
Ori Pessach
·
#53617
·
|
|
freescale imx-boot, fails to generate is imx-boot container for signed uboot ( wrong u-boot.bin used by imx-boot compile?)
In Hardknott, trying to enabled signed uboot containers for signed fitimage
The interaction between the uboot-sign.bbclass and the imx-boot.bb is not working
In Hardknott, trying to enabled signed uboot containers for signed fitimage
The interaction between the uboot-sign.bbclass and the imx-boot.bb is not working
|
By
richard allen
·
#53616
·
|
|
[meta-zephyr][hardknott][PATCH] zephyr-kernel-src: switch from master branch to main
* branch was renamed in upstream repo
It fixes do_fetch failure
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +-
1 file
* branch was renamed in upstream repo
It fixes do_fetch failure
Signed-off-by: Naveen Saini <naveen.kumar.saini@...>
---
recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc | 2 +-
1 file
|
By
Naveen Saini
·
#53615
·
|
|
Re: Problem with YOCTO Dunfell and host Fedora 33
Hello Joel,
Thank you for the tips. Really helpful, appreciated very much.
I spent some time this morning investigating this issue, and to find
the culprit.
Here are my findings, which resulted in
Hello Joel,
Thank you for the tips. Really helpful, appreciated very much.
I spent some time this morning investigating this issue, and to find
the culprit.
Here are my findings, which resulted in
|
By
Zoran
·
#53614
·
|
|
[meta-zephyr][PATCH] qemu-x86: set new -machine value for QEMU
-machine type=pc-1.3 is deprecated with QEMU 5.1.0
Error:
machine runqemu - ERROR - Failed
to run qemu: qemu-system-i386: unsupported machine type
Signed-off-by: Naveen Saini
-machine type=pc-1.3 is deprecated with QEMU 5.1.0
Error:
machine runqemu - ERROR - Failed
to run qemu: qemu-system-i386: unsupported machine type
Signed-off-by: Naveen Saini
|
By
Naveen Saini
·
#53613
·
|
|
[meta-security][PATCH] tpm2-tss: fix usrmerge udev install path
Update ${base_prefix}/lib to ${nonarch_base_libdir} to fix a package QA
issue when usrmerge is enabled in DISTRO_FEATURES.
QA Issue: tpm2-tss package is not obeying usrmerge distro feature.
Update ${base_prefix}/lib to ${nonarch_base_libdir} to fix a package QA
issue when usrmerge is enabled in DISTRO_FEATURES.
QA Issue: tpm2-tss package is not obeying usrmerge distro feature.
|
By
Ricardo Salveti
·
#53612
·
|
|
Re: Statically linked libraries and license manifest
<Jasper.Orschulko@...> wrote:
I see, this is a workaround that will work in this case but may not
work in case where the PN is not empty
but static linking it happening. So I think in
<Jasper.Orschulko@...> wrote:
I see, this is a workaround that will work in this case but may not
work in case where the PN is not empty
but static linking it happening. So I think in
|
By
Khem Raj
·
#53611
·
|
|
Re: Statically linked libraries and license manifest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
OK, maybe I did not make the issue clear enough:
I have a package A which statically links package B at compile time
(using DEPENDS).
As a result the
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
OK, maybe I did not make the issue clear enough:
I have a package A which statically links package B at compile time
(using DEPENDS).
As a result the
|
By
Jasper Orschulko
·
#53610
·
|