Openwide-Ingenierie / buildroot-submodule

Example of use of buildroot as a submodule
GNU General Public License v3.0
34 stars 9 forks source link

buildroot: bump to 2016.11 #3

Closed RomainNaour closed 7 years ago

RomainNaour commented 7 years ago

Add extenal.desc file

"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."

1) Create a new file named external.desc, at the root of the Buildroot submodule br2-external tree.

2) Change every occurence of BR2_EXTERNAL in Buildroot submodule br2-external tree with the new BR2_EXTERNAL_BUILDROOT_SUBMODULE_PATH.

https://buildroot.org/downloads/manual/manual.html#br2-external-converting

Signed-off-by: Romain Naour romain.naour@gmail.com