diff options
author | Simon Dawson <spdawson@gmail.com> | 2014-01-01 11:03:11 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-01-03 21:05:13 +0100 |
commit | febd1123aa3baed15d3037486f7c54eaeddcf07f (patch) | |
tree | 574fc178d3065bb60ceec7fbb2ea85a0585cb094 | |
parent | ad0d02b740703f7903f309d0d17f71191b1725ee (diff) | |
download | buildroot-febd1123aa3baed15d3037486f7c54eaeddcf07f.tar.gz buildroot-febd1123aa3baed15d3037486f7c54eaeddcf07f.zip |
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>
-rw-r--r-- | docs/manual/customize-packages.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 918ab03d7a..5e622f1010 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -73,13 +73,13 @@ board/ | +-- linux | | +-- linux-patch1.patch | | +-- linux-patch2.patch -| +-- u-boot +| +-- uboot | +-- foopkg +-- fooarch-board +-- patches +-- linux | +-- linux-patch3.patch - +-- u-boot + +-- uboot +-- foopkg ----- |