From: Ioan-Adrian Ratiu Date: Mon, 22 Oct 2018 15:53:04 +0000 (+0300) Subject: kernel.bbclass: allow custom KERNEL_IMAGEDEST X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cadd91655a336eb6d65ca43dc1231bbe5271e1cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 d0fbbd19899..e04d2fe0043 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