Skip to content

Commit

Permalink
builddeb: Install our dtbs under /boot/dtbs/$version
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Mar 20, 2023
1 parent 8c5febd commit ee82267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ee82267

Please sign in to comment.