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

2015-02-04 Thread Paul Eggleton
On Wednesday 04 February 2015 10:47:37 ChenQi wrote: On 02/03/2015 05:23 PM, erwin.rieger@rohde-schwarz.com wrote: 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

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

2015-02-04 Thread Paul Eggleton
On Wednesday 04 February 2015 10:47:37 ChenQi wrote: On 02/03/2015 05:23 PM, erwin.rieger@rohde-schwarz.com wrote: 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

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

2015-02-03 Thread ChenQi
On 02/03/2015 05:23 PM, erwin.rieger@rohde-schwarz.com wrote: 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

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

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

2015-02-02 Thread ChenQi
The only way I know is to make a new recipe, busybox-initramfs.bb, for example. Install busybox for image rootfs and busybox-initramfs for initramfs. Best Regards, Chen Qi On 02/02/2015 09:21 PM, erwin.rieger@rohde-schwarz.com wrote: Hello list, i have used Yocto to create a initramfs

[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.