Forum Discussion
Altera_Forum
Honored Contributor
12 years agoyocto and bitbake
Hello, I started to work with yocto linux and bitbake. Therefore, I followed some howtos to understand the topic. One of them [1] describes the way to use a self compiled preloader/bootloader, ...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- bitbake u-boot
The altera-init script in your yocto directory sets up the recipe file (*.bb) order search for bitbake and it will eventually find a recipe that has a PROVIDES "u-boot" which seems to be found under yocto/meta-altera/recipes-bsp in my altera yocto distribution. Note that bitbake virtual/bootloader is synonymous with bitbake u-boot. Regards, --- Quote End --- I have the same issues as original poster. I've been staring at the scripts and can't seem to find out how 'bitbake' is building the appropriate files. I can't find where I would update the .dts file for a new build??? If I were to make a small change in Qsys and want to update the Device Tree, I can't seem to find where I would update that info for the linux build. Everything on rocketboards explains how to build the pre-set up projects, but nothing on creating new/customizing the existing projects. Anyone have some direction on creating a custom build (based off the SoC examples)?? Thanks, Mike