mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-vf.conf: don't add kernel/dtb to rootfs
The kernel is now deployed in the static ubi volumes 'kernel' and 'dtb'. So remove them from rootfs /boot. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
73dab3af46
commit
10452567ae
|
@ -13,8 +13,9 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
|
|||
KERNEL_IMAGETYPE = "zImage"
|
||||
KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb"
|
||||
|
||||
# U-Boot expects the kernel and device tree directly in /boot of the rootfs
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree"
|
||||
# U-Boot of our newer release read the Kernel and device tree from static UBI volumes,
|
||||
# hence no need to deploy the kernel binary in the image itself
|
||||
RDEPENDS_kernel-base = ""
|
||||
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
|
||||
|
|
Loading…
Reference in New Issue
Block a user