From febd1123aa3baed15d3037486f7c54eaeddcf07f Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Wed, 1 Jan 2014 11:03:11 +0000 Subject: [PATCH] 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 Acked-by: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- docs/manual/customize-packages.txt | 4 ++-- 1 file 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 ----- -- 2.30.2