Yocto Image file size reduces after adding a particular package
问题 I built a core-image-sato image with the following configuration: MACHINE = "intel-core2-32" The generated image size is nearly 1.2 GB. After i add "x11vnc" package, the size is reduced to 380 MB. This image doesn't boot successfully on the hardware. Why is the image size reduced instead of increasing How can we debug what is going wrong? 回答1: The core-image-sato image you use inherits core-image.bbclass, which sets a default value of IMAGE_INSTALL using the ?= operator. This means that if