Skip to content

Commit

Permalink
labs/sysdev-accessing-hardware-bbb: Add DT Makefile to the git add
Browse files Browse the repository at this point in the history
arch/arm/boot/dts/ti/omap/Makefile is modified during the lab to add the
build of the custom.dtb but doesn't appear in the `git add` command.

Add the Makefile to the files to be commited at the end of the lab.

Signed-off-by: Bastien Curutchet <[email protected]>
  • Loading branch information
bastien-curutchet committed Nov 27, 2024
1 parent c5f899d commit 4035f28
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,8 @@ \section{Committing kernel tree changes}
\begin{bashinput}
git checkout -b bootlin-labs
git add arch/arm/boot/dts/ti/omap/am335x-boneblack-custom.dts
git add arch/arm/boot/dts/ti/omap/am335x-boneblack-custom.dts \
arch/arm/boot/dts/ti/omap/Makefile
git commit -as -m "Custom DTS for Bootlin lab"
\end{bashinput}
Expand Down

0 comments on commit 4035f28

Please sign in to comment.