Re: [yocto] Switching between multiple DISTROs without "contamination"

2022-07-12 Thread Khoi Dinh Trinh
Thank you Nicolas for asking this question since I will probably run into this issue soon if not for this email thread. The answers so far have been very helpful but I just want to clarify a bit more on why doesn't the package get rebuilt? From my understanding, Yocto should rerun a task when the s

[yocto] Question about initramfs and fitImage

2022-04-28 Thread Khoi Dinh Trinh
Hi All, I'm trying to build an image that uses the currently built image as the initramfs instead of having to specify it in "INITRAMFS_IMAGE". For example, when I run "bibake image-something", I'm hoping to use the recipe "image-something" as the initramfs with the end goal that it's used in crea

[yocto] Create do_xconfig for kernel, u-boot

2021-09-25 Thread Khoi Dinh Trinh
Hi All, I'm learning Yocto after spending some time with Buildroot. One of the things I like to do is to use xconfig instead of menuconfig for configuring things like kernels, u-boot, etc as it's easier to search and navigate in there. Yocto came with *do_menuconfig* so I tried to adapt it to use