From: Ioan-Adrian Ratiu Date: Mon, 22 Oct 2018 15:53:04 +0000 (+0300) Subject: kernel.bbclass: allow custom KERNEL_IMAGEDEST X-Git-Tag: 2018-10~30 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cadd91655a336eb6d65ca43dc1231bbe5271e1cf;p=openembedded-core.git 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 --- 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