|
Tuning 'cortexa53-crypto' has no defined features, and cannot be used.
Hello,
I am trying to get an older meta-layer (meta-maaxboard) that was developed for Sumo to work with Zeus. When I try to build “bitbake core-image-minimal” then the sanity checker gives the
Hello,
I am trying to get an older meta-layer (meta-maaxboard) that was developed for Sumo to work with Zeus. When I try to build “bitbake core-image-minimal” then the sanity checker gives the
|
By
Andy Pont
·
#50666
·
|
|
Re: [meta-security][master][dunfell][PATCH] clamav: update SO_VER to 9.0.4
merged to both.
thanks
By
Armin Kuster
·
#50665
·
|
|
Re: [meta-security][dunfell][PATCH] clamav: add INSTALL_CLAMAV_CVD flag to do_install
merged
By
Armin Kuster
·
#50664
·
|
|
Re: [meta-security][PATCH] ibmtpm2tss: add recipe
merged
thanks
By
Armin Kuster
·
#50663
·
|
|
Re: Install headers to /usr/include/
I did what you said but not working.
Sorry about personal messages. I'am new with this stuffs.
I did what you said but not working.
Sorry about personal messages. I'am new with this stuffs.
|
By
majid.nasiry65@...
·
#50662
·
|
|
Re: Install headers to /usr/include/
change
do_install_append(){
install -d ${D}${includedir}
cp -r ${S}/cpp/lib/include/opendnp3 ${D}${includedir}
}
to
do_install_append(){
install -d ${D}${includedir}/opendnp3
change
do_install_append(){
install -d ${D}${includedir}
cp -r ${S}/cpp/lib/include/opendnp3 ${D}${includedir}
}
to
do_install_append(){
install -d ${D}${includedir}/opendnp3
|
By
Khem Raj
·
#50661
·
|
|
Re: Install headers to /usr/include/
headers should be in the devel package ( PN-dev ) please install that
in your image
headers should be in the devel package ( PN-dev ) please install that
in your image
|
By
Khem Raj
·
#50660
·
|
|
Re: poky dhcpcd failed build
this appears fixed with the recent dhcpcd version update
this appears fixed with the recent dhcpcd version update
|
By
Yocto
·
#50659
·
|
|
Re: [meta-security][PATCH v2] ibmswtpm2: update to 1637
merged.
thanks
By
Armin Kuster
·
#50658
·
|
|
Re: [meta-security][PATCH] nss: update patch to fix do_patch error
merged,
thanks
By
Armin Kuster
·
#50657
·
|
|
Re: [meta-security][PATCH] trousers: Fix the problem that do_package fails when multilib is enabled.
merged
thanks
By
Armin Kuster
·
#50656
·
|
|
Re: [meta-security][PATCH] sssd: Make manpages buildable
merged
thanks
By
Armin Kuster
·
#50655
·
|
|
Re: [meta-security][PATCH 0/6] Some small dm-verity improvements
I have used the above and added it to the gitlab-ci.
Thanks for the example. I should help in creating a selfttest.
series merged.
-armin
I have used the above and added it to the gitlab-ci.
Thanks for the example. I should help in creating a selfttest.
series merged.
-armin
|
By
Armin Kuster
·
#50654
·
|
|
Re: [meta-security][PATCH 0/6] Some small dm-verity improvements
I suspect It didn't register. In the end it did have a silver lining as
it was work that could be leveraged. This is on the core values of open
sources.
- armin
I suspect It didn't register. In the end it did have a silver lining as
it was work that could be leveraged. This is on the core values of open
sources.
- armin
|
By
Armin Kuster
·
#50653
·
|
|
Install headers to /usr/include/
Hi
I have a recipe for a library. It install .so files correctly but headers not installed. It can install files any where except /usr/inclue/ directory. Where is my mistake?
Thanks.
Hi
I have a recipe for a library. It install .so files correctly but headers not installed. It can install files any where except /usr/inclue/ directory. Where is my mistake?
Thanks.
|
By
majid.nasiry65@...
·
#50652
·
|
|
[meta-security][PATCH] packagegroup-core-security: dont include suricata on riscv or ppc
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/packagegroup/packagegroup-core-security.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-core/packagegroup/packagegroup-core-security.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Armin Kuster
·
#50651
·
|
|
Re: vwdial
Ok, I will do that. Could you please tell me where am I supposed to remove from the exclusion list? :-)
Ok, I will do that. Could you please tell me where am I supposed to remove from the exclusion list? :-)
|
By
Zoltan Kerenyi Nagy
·
#50650
·
|
|
Re: vwdial
<kerenyi.nagy.zoltan@...> wrote:
its telling the problem clearly above. So remove it from the exclusion
list and then see what needs to be fixed
<kerenyi.nagy.zoltan@...> wrote:
its telling the problem clearly above. So remove it from the exclusion
list and then see what needs to be fixed
|
By
Khem Raj
·
#50649
·
|
|
Re: #sdk #yocto Appears SDK searching host for files that are only present on target side
#sdk
#yocto
Khem:
Was there a bug between Clang/cmake in setting up "CMAKE_SHARED_LINKER_FLAGS" ?
If you notice,when I set the default compiler to clang, it sets the –sysroot to my build area… this
Khem:
Was there a bug between Clang/cmake in setting up "CMAKE_SHARED_LINKER_FLAGS" ?
If you notice,when I set the default compiler to clang, it sets the –sysroot to my build area… this
|
By
Monsees, Steven C (US)
·
#50648
·
|
|
Re: #sdk #yocto Appears SDK searching host for files that are only present on target side
#sdk
#yocto
Khem:
I setup clang as default compiler under my SDK, and I am seeing the same issue...
It appears to be the linker.
Is this an environmental setup issue or possibly a problem with the
Khem:
I setup clang as default compiler under my SDK, and I am seeing the same issue...
It appears to be the linker.
Is this an environmental setup issue or possibly a problem with the
|
By
Monsees, Steven C (US)
·
#50647
·
|