summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorIoan-Adrian Ratiu <adrian.ratiu@ni.com>2018-10-22 18:53:04 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-25 14:53:44 +0100
commit519aaef79187d859711a8460701daa677d987380 (patch)
tree8ec3b98827b41a5b1fd10fa3b6c570bee1b116ae /meta/classes
parent04f4fad9609b99a391c25a232b6ada25c1d3837c (diff)
downloadpoky-519aaef79187d859711a8460701daa677d987380.tar.gz
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. (From OE-Core rev: cadd91655a336eb6d65ca43dc1231bbe5271e1cf) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/kernel.bbclass2
1 files changed, 1 insertions, 1 deletions
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}"
164 164
165# The directory where built kernel lies in the kernel tree 165# The directory where built kernel lies in the kernel tree
166KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" 166KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot"
167KERNEL_IMAGEDEST = "boot" 167KERNEL_IMAGEDEST ?= "boot"
168 168
169# 169#
170# configuration 170# configuration