Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f12ca796 authored by Robert Nelson's avatar Robert Nelson
Browse files

builddeb: Install our dtbs under /boot/dtbs/$version


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f138cc7f
Tags
No related merge requests found
......@@ -153,6 +153,7 @@ if is_enabled CONFIG_OF_EARLY_FLATTREE; then
# Only some architectures with OF support have this target
if [ -d "${srctree}/arch/$SRCARCH/boot/dts" ]; then
$MAKE -f $srctree/Makefile INSTALL_DTBS_PATH="$tmpdir/usr/lib/$packagename" dtbs_install
$MAKE -f $srctree/Makefile INSTALL_DTBS_PATH="$tmpdir/boot/dtbs/$version" dtbs_install
fi
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment