From b1436bc0399045f10ae33991bab521fbb6dad024 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 7 Feb 2018 22:42:36 +0100 Subject: 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 --- conf/machine/apalis-tk1-mainline.conf | 2 +- conf/machine/apalis-tk1.conf | 2 +- conf/machine/include/tegra-base.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/machine/apalis-tk1-mainline.conf b/conf/machine/apalis-tk1-mainline.conf index e064a97..1938c21 100644 --- a/conf/machine/apalis-tk1-mainline.conf +++ b/conf/machine/apalis-tk1-mainline.conf @@ -30,7 +30,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" 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" diff --git a/conf/machine/include/tegra-base.inc b/conf/machine/include/tegra-base.inc index c49f568..50272f6 100644 --- a/conf/machine/include/tegra-base.inc +++ b/conf/machine/include/tegra-base.inc @@ -34,7 +34,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" -- cgit v1.2.3