Skip to content

Commit e94c9d8

Browse files
committed
Write about .lcopy file to README
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent a2d729b commit e94c9d8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,15 @@ How to add your code to code base
9393
==============================================================
9494

9595
You have to write a .lcopy file and put it to lcopy.d directory.
96-
See lcopy.d/linux.lcopy as an example.
96+
See lcopy.d/linux.lcopy as an example::
97+
98+
REPO=https://github.com/torvalds/linux
99+
ALIGNMENT=v4.20
100+
LANGUAGES=C,LdScript,Asm,Kconfig,DTS
101+
102+
`REPO` specifies a git repository. `ALIGNMENT` is a tag put on the
103+
git repository. `ALIGNMENT` allows users of codebase to get the same
104+
source tree. `LANGUAGES` is a comma separated language list.
97105

98106

99107
How to add your profile to preset list

lcopy.d/linux.lcopy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REPO=https://github.com/torvalds/linux
22
ALIGNMENT=v4.20
3-
LANGUAGES=C,LdScript,Asm,Kconfig
3+
LANGUAGES=C,LdScript,Asm,Kconfig,DTS

0 commit comments

Comments
 (0)