From cadd91655a336eb6d65ca43dc1231bbe5271e1cf Mon Sep 17 00:00:00 2001 From: Ioan-Adrian Ratiu Date: Mon, 22 Oct 2018 18:53:04 +0300 Subject: kernel.bbclass: allow custom KERNEL_IMAGEDEST Some distros want to install the kernel in a custom location other than /boot and have it properly packaged, so it's useful to use a weaker assignment. Signed-off-by: Ioan-Adrian Ratiu Signed-off-by: Richard Purdie --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index d0fbbd1989..e04d2fe004 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -164,7 +164,7 @@ KERNEL_RELEASE ?= "${KERNEL_VERSION}" # The directory where built kernel lies in the kernel tree KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" -KERNEL_IMAGEDEST = "boot" +KERNEL_IMAGEDEST ?= "boot" # # configuration -- cgit 1.2.3-korg