Re: [yocto] NAND together with SD CARD images

2024-07-21 Thread Marco Cavallini
Hello, we usually declare two different MACINEs, one mymachine-nand.conf and one mymachine-sdcard.conf. Cheers, -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View

Re: [yocto] gitpkgv class not returning hash if sources are not already fetched

2024-07-16 Thread Marco Cavallini
Hi Lorenzo, how would you expect to be able to have access to the hash of the project if you haven't downloaded the repo itself previously? Ciao -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [yocto] Help in booting The board

2024-07-13 Thread Marco Cavallini
Hi Ganesh, as I don't have a Cyclone V available please provide us a link to the document you followed to setup everything and possibly the steps you performed. -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links

Re: [yocto] building core-image-minimal #bitbake #ubuntu #yocto

2024-07-01 Thread Marco Cavallini
You are using an old and quite obsolete " *ST Ecosystem* " based on Yocto 'dunfell'. This "ST Ecosystem" requires an older version of Ubuntu and you can't use 22.04. I recommend you to go back to *Ubuntu 20.04* , because with more recent versions, you will surely encounter other problems. This

Re: [yocto] building core-image-minimal #bitbake #ubuntu #yocto

2024-07-01 Thread Marco Cavallini
Please provide more details like the initial messages showing the MACHINE, DISTRO and Yocto release. Did you install the required packages ? https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html#build-host-packages -- Marco -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

Re: [yocto] booting intel baytrail image fails

2024-05-24 Thread Marco Cavallini
Which image you built and how you programmed the USB disk? -- Marco -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#63190): https://lists.yoctoproject.org/g/yocto/message/63190 Mute This Topic: https://lists.yoctoproject.org/mt/106259905/21656 Group

Re: [yocto] Cannot ssh into qemu guest

2024-03-09 Thread Marco Cavallini
On Sat, Mar 9, 2024 at 09:41 AM, Marco Cavallini wrote: > > In *local.conf* add > *EXTRA_IMAGE_FEATURES = "ssh-server-openssh"* > -- > Marco or better *EXTRA_IMAGE_FEATURES += "ssh-server-openssh" * -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages se

Re: [yocto] Cannot ssh into qemu guest

2024-03-09 Thread Marco Cavallini
In *local.conf* add *EXTRA_IMAGE_FEATURES = "ssh-server-openssh"* -- Marco -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62712): https://lists.yoctoproject.org/g/yocto/message/62712 Mute This Topic:

Re: [yocto] Problem with overlayed recipes

2024-01-09 Thread Marco Cavallini
What happens if you change the recipe like this? *mytest-image.bb* : ``` inherit core-image DESCRIPTION = "Just a test" IMAGE_INSTALL:append = " simple-local" ``` -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62119):

Re: [yocto] Problem with overlayed recipes

2024-01-08 Thread Marco Cavallini
Hi Daniele, maybe you forgot to add your layer *meta-mytest* to *bblayers.conf* ? Ciao -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering ✆:+39 351-9518710 https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

Re: [yocto] Regarding Complete Yocto source transfer/migration from one ubuntu machine to other

2023-12-08 Thread Marco Cavallini
* directory then rebuild with *bitbake*. Hope this helps Distinti Saluti / Best Regards -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#61841): https

Re: [yocto] Pre-built binaries

2023-10-01 Thread Marco Cavallini
to an architecture mismatch. You can ignore the error adding *INSANE_SKIP_${PN} += "arch"* in the recipe. -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering Phone : +39 351-9518710 https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mes

Re: [yocto] Error while running bitbake

2022-11-13 Thread Marco Cavallini
Hi, please provide more details like the messages printed by bitbake at the top of the log showing your Host distro. Whis Yocto version are you using? Did you properly install the required packages? Are you using a Yocto compatible distro ? -- Marco -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [yocto] readonly rootfs - storing data in separate partition

2022-02-07 Thread Marco Cavallini
rootfs-overlay ( https://github.com/cmhe/meta-readonly-rootfs-overlay ) is the perfect solution for your case. -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View

Re: [yocto] Using bitbake with external SDK #zeus #toolchain #sdk

2021-09-24 Thread Marco Cavallini
hacking! -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54837): https://lists.yoctoproject.org/g/yocto/message/54837 Mute This Topic: https

Re: [yocto] Using bitbake with external SDK #zeus #toolchain #sdk

2021-09-24 Thread Marco Cavallini
Hello Enrico, usually nowadays every honest hardware manufacturer provides all the sources of the BSP and the development system to their customers. Try asking your supplier for them. -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com

Re: [yocto] Create a service on the raspberry pi #yocto

2021-09-06 Thread Marco Cavallini
/Add_a_systemd_service_file_into_a_Yocto_image ) -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software engineering https://KoanSoftware.com -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#54651): https://lists.yoctoproject.org/g/yocto/message/54651 Mute This Topic

Re: [yocto] [meta-spdxscanner][PATCH] MAINTAINERS & README.md: Updated the email address where send patches

2021-07-28 Thread Marco Cavallini
On 28/07/21 09:12, leimao...@fujitsu.com wrote: Hi, Marco +Please submit any patches against meta-spdxscanner to the Yocto Project +mailing list (yocto@lists.yoctoproject.org) with'[meta-spdxscanner]' in the subject. \ No newline at end of file This part repeats with MAINTAINERS. Can you

[yocto] [meta-spdxscanner][PATCH] MAINTAINERS: Updated the email address where send patches

2021-07-28 Thread Marco Cavallini
From: Marco Cavallini Signed-off-by: Marco Cavallini --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 23761bf..ec34c24 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,7 +1,7 @@ This file contains a list of maintainers

Re: [yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task

2021-07-27 Thread Marco Cavallini
i -Original Message- From: Marco Sent: Tuesday, July 27, 2021 2:51 PM To: Lei, Maohui ; yocto@lists.yoctoproject.org Cc: Marco Cavallini Subject: Re: [yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task Hi Lei, my patches are based

[yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Skip check if spdx already exists

2021-07-27 Thread Marco Cavallini
From: Marco Cavallini With the previous code was impossible to run the do_get_report task whenever a correspondent .spdx file was already present in tmp/deploy/spdx. Removed the check if spdx already exists in python do_get_report() therefore is possible to run : bitbake -c get_report

Re: [yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task

2021-07-27 Thread Marco Cavallini
, but your patch seems not base on the latest source code. https://git.yoctoproject.org/cgit/cgit.cgi/meta-spdxscanner/tree/classes/fossology-rest.bbclass Best regards Lei -Original Message- From: yocto@lists.yoctoproject.org On Behalf Of Marco Cavallini Sent: Thursday, July 22, 2021 9:06 PM

[yocto] [meta-spdxscanner][PATCH] MAINTAINERS & README.md: Updated the email address where send patches

2021-07-22 Thread Marco Cavallini
From: Marco Cavallini Was yo...@yoctoproject.org and now is yocto@lists.yoctoproject.org Signed-off-by: Marco Cavallini --- MAINTAINERS | 2 +- README.md | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 23761bf..ec34c24 100644

[yocto] [meta-spdxscanner][PATCH] fossology-rest.bbclass: Moved check if spdx already exists out of the task

2021-07-22 Thread Marco Cavallini
From: Marco Cavallini With the previous code was impossible to run the do_get_report task whenever a correspondent .spdx file was already present in tmp/deploy/spdx. Now the check if spdx already exists is at a higher level therefore is possible to run : bitbake -c get_report Signed-off

Re: [yocto] [meta-spdxscanner] Question about meta-spdxscanner

2021-07-13 Thread Marco Cavallini
On 13/07/21 10:57, leimao...@fujitsu.com wrote: Hi Marco .snip. By the way, why not try fossology? It is really good that you can browse the compliance information on fossology server after you get spdx files by bitbake of YP. Best regards Lei Hi Lei, I tried the latest meta-spdxscanner

Re: [yocto] [meta-spdxscanner] Question about meta-spdxscanner

2021-07-13 Thread Marco Cavallini
to Fossology with "fossology-rest". The only drawback is having to install the server, but I don't think it will be a problem. Thanks again, I will contact you again if you have any problems with this mode. Best, -- Marco Cavallini | KOAN sas Bergamo - Italia embedded software enginee

[yocto] [meta-spdxscanner] Question about meta-spdxscanner

2021-07-12 Thread Marco Cavallini
Hello, I see that meta-spdxscanner has been moved to http://git.yoctoproject.org, and doesn't maintained on github anymore.https://github.com/dl9pf/meta-spdxscanner/issues/21 Therefore the only way to get in contact to developers is writing to this ML I am trying to understand how

[yocto] ERROR: could not relocate installing toolchain SDK

2020-01-28 Thread Marco Cavallini
ROR: could not relocate /opt/poky/test-3.0/sysroots/x86_64-fslcsdk-linux/usr/bin/clang-9, interp size = 73 and 76 is needed. ERROR: could not relocate /opt/poky/test-3.0/sysroots/x86_64-fslcsdk-linux/usr/bin/llvm-mt, interp size = 73 and 76 is needed. ...etc... Distinti Saluti / Best Regards -- Marco