Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-07 Thread Khem Raj
this looks good. So now what kind of error do you see. You might want to check the build tree of this recipe and see if the patch is applied in S On Mon, Aug 7, 2023 at 7:36 PM Crane wrote: > > The recipe append name I used is rpi-config_git.bbappend. > It is placed in

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-07 Thread Crane
The recipe append name I used is rpi-config_git.bbappend. It is placed in meta-custom/recipes-bsp/bootfiles/ The layer conf of the custom layer is like this: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES +=

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-07 Thread Khem Raj
On Mon, Aug 7, 2023 at 6:50 PM Crane wrote: > > Thanks Raj for your quick reply. > > For config.txt, the recipe I am referring to is rpi-config_git.bb in > meta-respberrypi layer. This is the one I am testing now. > > Further on, I will add recipe appends for rpi-cmdline.bb. > To change

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-07 Thread Crane
Thanks Raj for your quick reply. For config.txt, the recipe I am referring to is rpi-config_git.bb in meta-respberrypi layer. This is the one I am testing now. Further on, I will add recipe appends for rpi-cmdline.bb. To change /etc/inittab, I still need to find which recipe to append. Thanks!

Re: [yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-07 Thread Khem Raj
On Mon, Aug 7, 2023 at 6:29 PM Crane wrote: > > Hello, > > I would like to write a .bbappend for config.txt, cmdline.txt and > /etc/inittab in my custom layer to make some changes. > > The recipe append for config.txt is created like this: > FILESEXTRAPATHS:prepend := "$(THISDIR)/files:" >

[yocto] How to add a few lines in config.txt in Yocto project for Raspberry Pi

2023-08-07 Thread Crane
Hello, I would like to write a .bbappend for config.txt, cmdline.txt and /etc/inittab in my custom layer to make some changes. The recipe append for config.txt is created like this: FILESEXTRAPATHS:prepend := "$(THISDIR)/files:" SRC_URI += "file://rpi-config.patch" The paths of the recipe and

[yocto] M+ & H bugs with Milestone Movements WW31

2023-08-07 Thread Stephen Jolley
All, YP M+ or high bugs which moved to a new milestone in WW31 are listed below: Priority Bug ID Short Description Changer Owner Was Became Medium+ 12688 yocto-check-layer should allow PV changes randy.macl...@windriver.com

[yocto] Enhancements/Bugs closed WW31!

2023-08-07 Thread Stephen Jolley
All, The below were the owners of enhancements or bugs closed during the last week! Who Count randy.macl...@windriver.com 2 yoann.con...@smile.fr 1 st...@sakoman.com 1 Grand Total 4 Thanks, *Stephen K. Jolley* *Yocto Project Program Manager* (*Cell*:(208) 244-4460 *

[yocto] Current high bug count owners for Yocto Project 4.3

2023-08-07 Thread Stephen Jolley
All, Below is the list of top 31 bug owners as of the end of WW31 of who have open medium or higher bugs and enhancements against YP 4.3. There are 57 possible work days left until the final release candidates for YP 4.3 needs to be released. Who Count ross.bur...@arm.com 34

[yocto] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-08-07 Thread Stephen Jolley
All, > > > The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: >

Re: [yocto] Timescaledb-toolkit issue #rust

2023-08-07 Thread Alexander Kanavin
meta-rust and cargo bitbake are both obsolete. Please retry with a plain poky master checkout, and if something in the recipe fails, we need to see the failure log and the complete recipe as well, to be able to help. Alex On Mon, 7 Aug 2023 at 09:07, wrote: > > Hello, > > I'm trying to add a

[yocto] Timescaledb-toolkit issue #rust

2023-08-07 Thread dini . michele
Hello, I'm trying to add a recipe for timebasedb-toolkit from https://github.com/timescale/timescaledb-toolkit , but I'm not very experienced with Rust. I added meta-rust (just to have configuration for Rust 1.66.1) and installed cargo-bitbake. I successfully generated the base recipe and