From 8af0b7d6e445b532088a068dc012757001be3a1f Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Fri, 14 Dec 2018 10:56:55 +0700 Subject: rcar-gen3: README: Add build requirement This commit adds build requirement of git configuration for user name and email to the README file. Signed-off-by: Duy Dang Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-rcar-gen3/README.md') diff --git a/meta-rcar-gen3/README.md b/meta-rcar-gen3/README.md index 1f6d55b..83ec2be 100644 --- a/meta-rcar-gen3/README.md +++ b/meta-rcar-gen3/README.md @@ -33,6 +33,12 @@ This layer depends on: The following instructions require a Poky installation (or equivalent). +This also needs git user name and email defined: +```bash + $ git config --global user.email "you@example.com" + $ git config --global user.name "Your Name" +``` + Initialize a build using the 'oe-init-build-env' script in Poky. e.g.: ```bash $ source poky/oe-init-build-env -- cgit 1.2.3-korg