Re: [yocto] How to build initramfs with modules but without bzImage

2017-05-22 Thread Ferry Toth
Op Mon, 22 May 2017 00:05:41 +0200, schreef Ferry Toth: > I am building 2 images. One has my rootfs, the other builds a kernel > with builtin initramfs. > > To build the initramfs I did the following: > In the .../conf directory, I create a file named initramfs.conf and add > the following: > >

[yocto] How to build initramfs with modules but without bzImage

2017-05-22 Thread Ferry Toth
I am building 2 images. One has my rootfs, the other builds a kernel with builtin initramfs. To build the initramfs I did the following: In the .../conf directory, I create a file named initramfs.conf and add the following: INITRAMFS_IMAGE = "core-image-minimal-initramfs" INITRAMFS_IMAGE_BUNDL

[yocto] How to build initramfs with modules but without bzImage

2017-05-21 Thread Ferry Toth
I am building 2 images. One has my rootfs, the other builds a kernel with builtin initramfs. To build the initramfs I did the following: In the .../conf directory, I create a file named initramfs.conf and add the following: INITRAMFS_IMAGE = "core-image-minimal-initramfs" INITRAMFS_IMAGE_BUNDLE