All of lore.kernel.org
 help / color / mirror / Atom feed
* Where to further modify or remove some elements in the zImage and rootfs of the core-image-minimal build?
@ 2018-01-10 15:49 Nguyễn Thanh Vũ 
  2018-01-11  5:39 ` Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Nguyễn Thanh Vũ  @ 2018-01-10 15:49 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

I'm currently trying to build a very small image for my imx freescale board
by further reducing the size of core-image-minimal build to make it boot
faster. However, I do not know where the recipes for building the zImage
(and rootfs) locate inside the yocto directory (fsl-release-bsp) to start
modifying. For example, the networking/drivers/sound part in the kernel
(net/built-in.o , sound/built-in.o ....). Can anyone give me some hints?

[-- Attachment #2: Type: text/html, Size: 471 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Where to further modify or remove some elements in the zImage and rootfs of the core-image-minimal build?
  2018-01-10 15:49 Where to further modify or remove some elements in the zImage and rootfs of the core-image-minimal build? Nguyễn Thanh Vũ 
@ 2018-01-11  5:39 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2018-01-11  5:39 UTC (permalink / raw)
  To: Nguyễn Thanh Vũ, yocto

Hi Nguyễn,

I don't quite understand what did you mean, did you mean where are the recipes ?
(bb files) ? For kernel, you can get if by:

$ bitbake -e virtual/kernel | grep '^FILE='

And for image:

$ bitbake -e core-image-minimal | grep '^FILE='

Please check yocto's doc for more info:

https://www.yoctoproject.org/documentation

You can start from:
Yocto Project Quick Start

And for kernel/bsp:
Yocto Project Linux Kernel Development Manual
Yocto Project Board Support Package (BSP) Developer's Guide

// Robert

On 01/10/2018 11:49 PM, Nguyễn Thanh Vũ  wrote:
> I'm currently trying to build a very small image for my imx freescale board by 
> further reducing the size of core-image-minimal build to make it boot faster. 
> However, I do not know where the recipes for building the zImage (and rootfs) 
> locate inside the yocto directory (fsl-release-bsp) to start modifying. For 
> example, the networking/drivers/sound part in the kernel (net/built-in.o , 
> sound/built-in.o ....). Can anyone give me some hints?
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-11  5:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 15:49 Where to further modify or remove some elements in the zImage and rootfs of the core-image-minimal build? Nguyễn Thanh Vũ 
2018-01-11  5:39 ` Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.