Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
I have been using bitbake to build a minimal rootfs while building my kernel, dtb and uboot externally.
I would now like to integrate this properly with bitbake; adding a layer with recipes that builds and packages the relevant artefacts.
Having read the bitbake documentation and watched the videos at training.ti.com/customizing-yocto-for-production-series I believe this should be relatively straight forward.
However I am finding it difficult to understand what recipes I should be appending to do so; it's not easy to see (or to know how to find out) which recipes are triggering the builds for uboot and the kernel.
As I see it the changes I need to make are:
- for u-boot: adding board files, patching a couple of files
- for the kernel: adding dtb files, adding def_config file, patching kconfig files
then compiling both with the correct targets
Any suggestions or pointers would be greatfully received.
All the best,
- Richard