|
[meta-zephyr][PATCH 1/2] bossa-native: Add Arduino variant of the bossa flashing tool
From: Stefan Schmidt <stefan.schmidt@...>
This native recipe will be used to streamline the flashing of out
Arduino Nano 33 BLE target. Until now we have pointed to the full
Arduino IDE to get
From: Stefan Schmidt <stefan.schmidt@...>
This native recipe will be used to streamline the flashing of out
Arduino Nano 33 BLE target. Until now we have pointed to the full
Arduino IDE to get
|
By
Andrei Gherzan
·
#55953
·
|
|
[honister][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS
CONVERSION_DEPENDS hasn't been converted to the new syntax.
Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups")
Signed-off-by: Kristian Klausen <kristian@...>
Signed-off-by: Armin
CONVERSION_DEPENDS hasn't been converted to the new syntax.
Fixes: a23ceef ("dm-verity-img.bbclass: more overided fixups")
Signed-off-by: Kristian Klausen <kristian@...>
Signed-off-by: Armin
|
By
Kristian Klausen <kristian@...>
·
#55952
·
|
|
Re: [meta-tensorflow][PATCH] Update SRC_URI git default protocol
Merged
//Hongxu
By
hongxu
·
#55951
·
|
|
Re: [meta-tensorflow][PATCH 3/3] tensorflow-lite: add recipe
On 1/14/22 18:19, Julien Stephan wrote:
Sorry for replying late, thanks for your contribution, merged
//Hongxu
On 1/14/22 18:19, Julien Stephan wrote:
Sorry for replying late, thanks for your contribution, merged
//Hongxu
|
By
hongxu
·
#55950
·
|
|
Re: Packages Missing from Deploy
After bisecting, I found that yes, this is now expected behavior:
https://git.yoctoproject.org/poky/commit/?id=568f62214bca3ac6d35eef8d9f4562596fb4c9ab
Basically, that commit removes the recursive
After bisecting, I found that yes, this is now expected behavior:
https://git.yoctoproject.org/poky/commit/?id=568f62214bca3ac6d35eef8d9f4562596fb4c9ab
Basically, that commit removes the recursive
|
By
Robert Joslyn
·
#55949
·
|
|
Re: non-existent task do_package_write_rpm error
Congratulations, you now know the three major flavors of a recipe, and why and where they're needed :)
Alex
Congratulations, you now know the three major flavors of a recipe, and why and where they're needed :)
Alex
|
By
Alexander Kanavin
·
#55948
·
|
|
Re: non-existent task do_package_write_rpm error
Update:
TOOLCHAIN_HOST_TASK_append = “ nativesdk-hardening-check”
does work. The SDK build succeeds and the hardening-check script is installed in the x86_64-pokysdk-linux
Update:
TOOLCHAIN_HOST_TASK_append = “ nativesdk-hardening-check”
does work. The SDK build succeeds and the hardening-check script is installed in the x86_64-pokysdk-linux
|
By
W. Dobbe <winfried_mb2@...>
·
#55947
·
|
|
Re: non-existent task do_package_write_rpm error
Thanks.
With TOOLCHAIN_HOST_TASK_append = “ hardening-check” the sdk build progresses a bit further but then stops with error:
ERROR:
Thanks.
With TOOLCHAIN_HOST_TASK_append = “ hardening-check” the sdk build progresses a bit further but then stops with error:
ERROR:
|
By
W. Dobbe <winfried_mb2@...>
·
#55946
·
|
|
Re: Alsa configuration error
Hi Michael,
Thanks for the detail I will try your solution.
Sincerely
Mihir
Hi Michael,
Thanks for the detail I will try your solution.
Sincerely
Mihir
|
By
mihirdave36@...
·
#55945
·
|
|
[meta-security][PATCH] samhain: upgrade 4.4.3 -> 4.4.6
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-ids/samhain/samhain.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-ids/samhain/samhain.inc
Signed-off-by: Yi Zhao <yi.zhao@...>
---
recipes-ids/samhain/samhain.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-ids/samhain/samhain.inc
|
By
Yi Zhao
·
#55944
·
|
|
Re: non-existent task do_package_write_rpm error
Use TOOLCHAIN_HOST_TASK:append = " ..." in your image recipe.
Alex
Use TOOLCHAIN_HOST_TASK:append = " ..." in your image recipe.
Alex
|
By
Alexander Kanavin
·
#55943
·
|
|
Re: non-existent task do_package_write_rpm error
Hi Alex,
Thanks for the tip. When I add hardening-check to IMAGE_INSTALL the build does indeed succeed.
But then the script is installed in the target sysroot of the
Hi Alex,
Thanks for the tip. When I add hardening-check to IMAGE_INSTALL the build does indeed succeed.
But then the script is installed in the target sysroot of the
|
By
W. Dobbe <winfried_mb2@...>
·
#55942
·
|
|
Re: non-existent task do_package_write_rpm error
You need to drop the -native suffix when installing to target image or SDK. -native is only for the bitbake build itself.
Alex
You need to drop the -native suffix when installing to target image or SDK. -native is only for the bitbake build itself.
Alex
|
By
Alexander Kanavin
·
#55941
·
|
|
non-existent task do_package_write_rpm error
Hi,
I'm writing a recipe for package hardening-check .
This package builds with only a simple Makefile (that has no install target). The recipe only installs a script
Hi,
I'm writing a recipe for package hardening-check .
This package builds with only a simple Makefile (that has no install target). The recipe only installs a script
|
By
W. Dobbe <winfried_mb2@...>
·
#55940
·
|
|
[meta-hardening][PATCH] meta-hardening: Fix override syntax
Commit 352e6498a missed updating the override syntax for the
"harden" distro override.
Fixes: 352e6498a ("meta-hardening: Convert to new override syntax")
Signed-off-by: Akshay Bhat
Commit 352e6498a missed updating the override syntax for the
"harden" distro override.
Fixes: 352e6498a ("meta-hardening: Convert to new override syntax")
Signed-off-by: Akshay Bhat
|
By
Akshay Bhat
·
#55939
·
|
|
[meta-tensorflow][PATCH] Update SRC_URI git default protocol
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-framework/tensorflow/keras_2.6.0.bb | 2 +-
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-framework/tensorflow/keras_2.6.0.bb | 2 +-
|
By
Changqing Li
·
#55938
·
|
|
[meta-anaconda][PATCH] Update SRC_URI git default branch
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-installer/python3-dasbus/python3-dasbus_1.6.bb | 2 +-
From: Changqing Li <changqing.li@...>
Signed-off-by: Changqing Li <changqing.li@...>
---
recipes-installer/python3-dasbus/python3-dasbus_1.6.bb | 2 +-
|
By
Changqing Li
·
#55937
·
|
|
Re: Building embedded app for host machine
Hi,
Yes. Likely you just need to do:
$ MACHINE=qemux86-64 bitbake your-image
with the right configuration and then run it in docker. See below.
There are at least three options depending on what
Hi,
Yes. Likely you just need to do:
$ MACHINE=qemux86-64 bitbake your-image
with the right configuration and then run it in docker. See below.
There are at least three options depending on what
|
By
Randy MacLeod
·
#55936
·
|
|
Re: Alsa configuration error
Hi Mihir
I could reproduce your issue. I believe I built the system in the same
way you did.
An issue is that the kernel is built with
CONFIG_SOUND=m
CONFIG_SND=m
...plus other sound modules, but
Hi Mihir
I could reproduce your issue. I believe I built the system in the same
way you did.
An issue is that the kernel is built with
CONFIG_SOUND=m
CONFIG_SND=m
...plus other sound modules, but
|
By
Michael Opdenacker
·
#55935
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 1/20/2022
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Bruce, Diane, Jate, Joshua, Márton, Michael, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Bruce, Diane, Jate, Joshua, Márton, Michael, Randy, Richard, Saul, Stephen, Steve, Tim, Trevor
ARs:
-
|
By
Trevor Gamblin
·
#55934
·
|