diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2018-10-22 18:53:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-25 14:53:44 +0100 |
commit | 519aaef79187d859711a8460701daa677d987380 (patch) | |
tree | 8ec3b98827b41a5b1fd10fa3b6c570bee1b116ae /meta/classes | |
parent | 04f4fad9609b99a391c25a232b6ada25c1d3837c (diff) | |
download | poky-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.bbclass | 2 |
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 |
166 | KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" | 166 | KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" |
167 | KERNEL_IMAGEDEST = "boot" | 167 | KERNEL_IMAGEDEST ?= "boot" |
168 | 168 | ||
169 | # | 169 | # |
170 | # configuration | 170 | # configuration |