Skip to content

Commit

Permalink
slides/yocto-recipe-advanced: add missing command in example
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
Reported-by: Alexandre Belloni <[email protected]>
  • Loading branch information
Michael Opdenacker committed Nov 7, 2023
1 parent 695c9b5 commit 09a03e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions slides/yocto-recipe-advanced/yocto-recipe-advanced.tex
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ \subsection{Classes}
USERADD_PARAM = "-u 1000 -d /home/user0 -s /bin/bash user0"

do_install() {
install -d ${D}/home/user0/
install -m 644 file0 ${D}/home/user0/
chown user0:user0 ${D}/home/user0/file0
}
Expand Down

0 comments on commit 09a03e9

Please sign in to comment.