summaryrefslogtreecommitdiff
path: root/conf/machine/colibri-imx6ull.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-02-07 22:42:08 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-01-04 13:40:32 +0100
commita9a37d728920dcba33b5d1a9f35e6432fefcde21 (patch)
tree9e5f574bae7ace389ed97e8320aa44c12f6d745f /conf/machine/colibri-imx6ull.conf
parenta7b242715c525e99ab990aa6773affb8b4b75276 (diff)
machines: update RDEPENDS to match kernel naming
The kernel class now sets RDEPENDS_${KERNEL_PACKAGE_NAME}-base so this include needs to do the same, otherwise bitbake emits a warning and the kernel isn't removed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf/machine/colibri-imx6ull.conf')
-rw-r--r--conf/machine/colibri-imx6ull.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf
index 15a7a2d..5d2dd0a 100644
--- a/conf/machine/colibri-imx6ull.conf
+++ b/conf/machine/colibri-imx6ull.conf
@@ -16,7 +16,7 @@ KERNEL_DEVICETREE += " \
"
KERNEL_IMAGETYPE = "zImage"
# The kernel lives in its own ubi volume.
-RDEPENDS_kernel-base = ""
+RDEPENDS_${KERNEL_PACKAGE_NAME}-base = ""
PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex"
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex"