diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-10-14 16:39:21 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-10-16 13:01:02 +0200 |
commit | 1b496d40e3457e42fcf35004c677af4dc91dd935 (patch) | |
tree | 336842e7bd25f0644a3f18870f2cf002244474a4 /docs/manual/br2-external-converting.txt | |
parent | 20cd49738781b79d42183b7298829887a284708e (diff) | |
download | buildroot-1b496d40e3457e42fcf35004c677af4dc91dd935.tar.gz buildroot-1b496d40e3457e42fcf35004c677af4dc91dd935.zip |
docs/manual: document multi br2-external
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Samuel Martin <s.martin49@gmail.com>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc: Julien CORJON <corjon.j@ecagroup.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/br2-external-converting.txt')
-rw-r--r-- | docs/manual/br2-external-converting.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manual/br2-external-converting.txt b/docs/manual/br2-external-converting.txt index 73bd878ce5..831addf5af 100644 --- a/docs/manual/br2-external-converting.txt +++ b/docs/manual/br2-external-converting.txt @@ -4,9 +4,12 @@ [[br2-external-converting]] == Converting old br2-external trees -Buildroot 2016.11 introduced a backward-incompatible change in the way -br2-external trees are handled. A minor change has to be made: adding -a name to your br2-external tree, see xref:outside-br-custom[]. +Before Buildroot 2016.11, it was possible to use only one br2-external +tree at once. With Buildroot 2016.11 came the possibility to use more +than one simultaneously (for details, see xref:outside-br-custom[]). + +This however means that older br2-external trees are not usable as-is. +A minor change has to be made: adding a name to your br2-external tree. This can be done very easily in just a few steps: |