linux-dtb.inc: Replace /boot/ with /${KERNEL_IMAGEDEST}/
authorMike Looijmans <mike.looijmans@topic.nl>
Fri, 9 Aug 2013 10:53:39 +0000 (12:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 22:06:01 +0000 (23:06 +0100)
commit78a788712d69fe7b956b14374c01431d673e847d
tree9193a25fee8837fb79026adbd8a86298c6bd2013
parent0547abbc541361a01256586686cb7e87d102e2df
linux-dtb.inc: Replace /boot/ with /${KERNEL_IMAGEDEST}/

Devicetree files were installed hard-coded in /boot. When KERNEL_IMAGEDEST
is anything else but "boot", the postinstall script and the file locations
no longer match and the postinstall will fail.

Replace "boot" with "${KERNEL_IMAGEDEST}" to fix this problem, and to allow
the devicetree files to be installed in another location.

(From OE-Core rev: 0f589b9a38397fdf55025062a45889b19d1c83c4)

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-dtb.inc