summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-24 09:51:22 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-24 13:26:55 +0900
commit786e6a9c9c25d7b280c5153e7f80bda01b203cb5 (patch)
treef8f6b886e5a50a7cadad80fe18efec7988628d02 /README.md
parentffd8575eb1099413a1bc248007737124f0859314 (diff)
README.md: add linux-next repository
We need linux-next on "git-linux". Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 897ca40..635d2d1 100644
--- a/README.md
+++ b/README.md
@@ -65,11 +65,11 @@ or
Next, you need to have **.config** file. You can copy sample .config, and edit it
-Your .config need to have "git-linux" and it needs to have both "linux" and "bsp" repository.
-You can add it by
+Your .config need to have "git-linux" and it needs to have these repositories.
- > git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
- > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git
+ > git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
+ > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git
+ > git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Then, just "make".
You can find index.html on top of periject folder