linux: Install the device tree in /boot when installing the kernel
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 14 Feb 2013 04:27:54 +0000 (04:27 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 19 Feb 2013 22:30:10 +0000 (23:30 +0100)
commit88d350ca3ccdd91fd78ecf3e24e31e27726c5bc8
tree29d2f1f1353e6dafa27bfe95a94b96b66cc1e908
parent8290a6261aaa4af8e8a4b3cbd6c8bedd83622572
linux: Install the device tree in /boot when installing the kernel

The option BR2_LINUX_KERNEL_INSTALL_TARGET used to install the kernel in
/boot in the rootfs. The introduction of the device tree builds made it
possible to generate device tree blobs, and stored them in IMAGES_DIR
like the kernel, but didn't copy the dtb in /boot when _INSTALL_TARGET
was enabled.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
linux/linux.mk