Skip to content

Commit 173415b

Browse files
committed
builddeb: Install our dtbs under /boot/dtbs/$version
Signed-off-by: Robert Nelson <[email protected]>
1 parent c4e80c4 commit 173415b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/package/builddeb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ if is_enabled CONFIG_OF_EARLY_FLATTREE; then
153153
# Only some architectures with OF support have this target
154154
if [ -d "${srctree}/arch/$SRCARCH/boot/dts" ]; then
155155
$MAKE -f $srctree/Makefile INSTALL_DTBS_PATH="$tmpdir/usr/lib/$packagename" dtbs_install
156+
$MAKE -f $srctree/Makefile INSTALL_DTBS_PATH="$tmpdir/boot/dtbs/$version" dtbs_install
156157
fi
157158
fi
158159

0 commit comments

Comments
 (0)