docs/manual: add missing external toolchain *.mk inclusion in sample
authorVadim Kochan <vadim4j@gmail.com>
Mon, 16 Sep 2019 16:50:51 +0000 (19:50 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 19 Sep 2019 21:26:27 +0000 (23:26 +0200)
If follow through the customize-outside-br.txt with how to add external
toolchain in br-ext tree then one thing is missing - inclusion of
*.mk file with external toolchain package description.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
docs/manual/customize-outside-br.txt

index 6ab01bcb1f6a88582616dbcc0f14a8a91ddff71f..7d3e2b1714c265f4006e83d06b0ca1c690d4e146 100644 (file)
@@ -246,6 +246,7 @@ illustration, of course):
   |
   |- external.mk
   |     |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/package/*/*.mk))
+  |     |include $(sort $(wildcard $(BR2_EXTERNAL_BAR_42_PATH)/toolchain/*/*.mk))
   |     |
   |     |flash-my-board:
   |     |    $(BR2_EXTERNAL_BAR_42_PATH)/board/my-board/flash-image \