From fe3a0f4554840d48c29e1b9f4237a2d48b0ca884 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 12 Feb 2018 19:14:20 -0800 Subject: stratix10swvp.conf: Replace kernel-base hardcoding with ${KERNEL_PACKAGE_NAME}-base Signed-off-by: Khem Raj --- conf/machine/stratix10swvp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/stratix10swvp.conf b/conf/machine/stratix10swvp.conf index f67f48d..c7b664f 100644 --- a/conf/machine/stratix10swvp.conf +++ b/conf/machine/stratix10swvp.conf @@ -16,7 +16,7 @@ XSERVER ?= "xserver-xorg \ MACHINE_FEATURES = "" # Don't include kernels in standard images -RDEPENDS_kernel-base = "" +RDEPENDS_${KERNEL_PACKAGE_NAME}-base = "" KERNEL_PROVIDER ?= "linux-altera" PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" -- cgit v1.2.3-54-g00ecf