]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Tue, 13 Aug 2013 17:13:19 +0000 (10:13 -0700)
commit0f589b9a38397fdf55025062a45889b19d1c83c4
tree6fc4ed3ffcd5a8007a34b2b9ab053f18daba2e74
parent883b1b396328e6cd67dcb4ca6fd8975b6e716c0a
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.

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