I need my poky to run all in ram(64GB).
I tried to bundle the kernel with the rootFS, I was expecting a distro that would load to RAM on boot, using:
INITRAMFS_IMAGE_BUNDLE="1"
but the kernel becomes to big (almost 6GB) and yocto stops with error:
"kernel image bigger than KERNEL_IMAGE_SIZE"
any ideas?