Re: [yocto] How to use different busybox defconfig's in the initramfs and rootfs image

2015-02-03 Thread Erwin . Rieger . ext
Hello, thank you for your reply. I have a working solution now, but it is not as clean as i would like it to be and some new questions arose with it. My current setup consists of a busybox.bbappend file that is used to customize the rootfs busybox (defconfig, some /etc files and so on) and a

[yocto] How to use different busybox defconfig's in the initramfs and rootfs image

2015-02-02 Thread Erwin . Rieger . ext
Hello list, i have used Yocto to create a initramfs linux kernel and a corresponding rootfs for a embedded linux system. Things are working as expected, so far. Now i want to fine-tune my setup and want to use a different busybox configuration in the initramfs as the one in the rootfs image.