mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
manual: fix uboot subdirectory in example layout
If U-Boot patches are nested under BR2_GLOBAL_PATCH_DIR, then the subdirectory should be called "uboot", and not "u-boot". Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ad0d02b740
commit
febd1123aa
@ -73,13 +73,13 @@ board/
|
|||||||
| +-- linux
|
| +-- linux
|
||||||
| | +-- linux-patch1.patch
|
| | +-- linux-patch1.patch
|
||||||
| | +-- linux-patch2.patch
|
| | +-- linux-patch2.patch
|
||||||
| +-- u-boot
|
| +-- uboot
|
||||||
| +-- foopkg
|
| +-- foopkg
|
||||||
+-- fooarch-board
|
+-- fooarch-board
|
||||||
+-- patches
|
+-- patches
|
||||||
+-- linux
|
+-- linux
|
||||||
| +-- linux-patch3.patch
|
| +-- linux-patch3.patch
|
||||||
+-- u-boot
|
+-- uboot
|
||||||
+-- foopkg
|
+-- foopkg
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user