summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/adding-packages-directory.txt3
-rw-r--r--docs/manual/customize-outside-br.txt8
2 files changed, 4 insertions, 7 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index a74761cda8..5dba962bd4 100644
--- a/docs/manual/adding-packages-directory.txt
+++ b/docs/manual/adding-packages-directory.txt
@@ -384,9 +384,6 @@ openGL libraries.
See xref:virtual-package-tutorial[] for more on the virtual packages.
-See xref:virtual-package-list[] for the symbols to depend on if your package
-depends on a feature provided by a virtual package.
-
=== The +.mk+ file
[[adding-packages-mk]]
diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
index 70efabe228..ea0e12033e 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -178,7 +178,7 @@ the br2-external tree. Buildroot will automatically show them in the
output of +make list-defconfigs+ and allow them to be loaded with the
normal +make <name>_defconfig+ command. They will be visible in the
'make list-defconfigs' output, below an +External configs+ label that
-contains the name of the br2-extermnal tree they are defined in.
+contains the name of the br2-external tree they are defined in.
.Note:
If a defconfig file is present in more than one br2-external tree, then
@@ -217,8 +217,8 @@ illustration, of course):
| `----
|
|- Config.in
- | |source "$BR2_EXTERNAL_BAR_42_DIR/package/pkg-1/Config.in
- | |source "$BR2_EXTERNAL_BAR_42_DIR/package/pkg-2/Config.in
+ | |source "$BR2_EXTERNAL_BAR_42_PATH/package/pkg-1/Config.in"
+ | |source "$BR2_EXTERNAL_BAR_42_PATH/package/pkg-2/Config.in"
| |
| |config BAR_42_FLASH_ADDR
| | hex "my-board flash address"
@@ -229,7 +229,7 @@ illustration, of course):
| |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/package/*/*.mk))
| |
| |flash-my-board:
- | | $(BR2_EXTERNAL_BAR_42_DIR)/board/my-board/flash-image \
+ | | $(BR2_EXTERNAL_BAR_42_PATH)/board/my-board/flash-image \
| | --image $(BINARIES_DIR)/image.bin \
| | --address $(BAR_42_FLASH_ADDR)
| `----
OpenPOWER on IntegriCloud