summaryrefslogtreecommitdiff
path: root/conf/machine/apalis-tk1.conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-02-07 22:42:36 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-04 17:15:24 +0100
commitb1436bc0399045f10ae33991bab521fbb6dad024 (patch)
tree8a01593f29dda0a803fbb28cebf44b97307fab0d /conf/machine/apalis-tk1.conf
parente6e71e4e77f01e67882c7b15112e2106cf0e3313 (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/apalis-tk1.conf')
-rw-r--r--conf/machine/apalis-tk1.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 5cddb23..4b576dd 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -29,7 +29,7 @@ WKS_FILE = "sdimage-bootpart-tegra.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
# The kernel lives in a seperate FAT or UBI 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"