mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
apalis/colibri machines: update RDEPENDS to match kernel naming
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base, follow this in the config files, otherwise bitbake emits a warning and the kernel isn't removed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
parent
564974fac0
commit
eb4cc5937f
|
@ -16,7 +16,7 @@ KERNEL_DEVICETREE += "imx6q-apalis-eval.dtb imx6q-apalis-ixora.dtb \
|
|||
KERNEL_DEVICETREE_use-mainline-bsp += "imx6q-apalis-ixora.dtb"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
RDEPENDS_kernel-base = ""
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
|
||||
|
|
|
@ -16,7 +16,7 @@ KERNEL_DEVICETREE += "imx6dl-colibri-eval-v3.dtb imx6dl-colibri-cam-eval-v3.dtb
|
|||
KERNEL_DEVICETREE_use-mainline-bsp += "imx6dl-colibri-eval-v3.dtb"
|
||||
KERNEL_IMAGETYPE = "zImage"
|
||||
# The kernel lives in a seperate FAT partition, don't deploy it in /boot/
|
||||
RDEPENDS_kernel-base = ""
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
|
||||
|
|
|
@ -16,7 +16,7 @@ KERNEL_DEVICETREE += "imx7d-colibri-eval-v3.dtb imx7s-colibri-eval-v3.dtb \
|
|||
|
||||
# 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 = ""
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
|
||||
|
|
|
@ -16,7 +16,7 @@ KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb \
|
|||
|
||||
# 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 = ""
|
||||
RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
|
||||
|
||||
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
|
||||
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"
|
||||
|
|
Loading…
Reference in New Issue
Block a user