mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
colibri-imx6.conf: do not deploy the kernel in the rootfs
The kernel is taken from a separate fat partition in the regular boot process, so there is no need to deploy it in the rootfs. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
5e2b946de0
commit
f570748952
|
@ -12,6 +12,8 @@ include conf/machine/include/tune-cortexa9.inc
|
|||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex"
|
||||
KERNEL_DEVICETREE += "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
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