Lines Matching full:external
21 adaptations to external packages and custom build scripts.
30 . Fix build issues in external packages (usually due to updated
41 [[br2-external-converting]]
44 Before Buildroot 2016.11, it was possible to use only one br2-external
48 This however means that older br2-external trees are not usable as-is.
49 A minor change has to be made: adding a name to your br2-external tree.
53 * First, create a new file named +external.desc+, at the root of your
54 br2-external tree, with a single line defining the name of your
55 br2-external tree:
58 $ echo 'name: NAME_OF_YOUR_TREE' >external.desc
65 * Then, change every occurence of +BR2_EXTERNAL+ in your br2-external
72 Now, your br2-external tree can be used with Buildroot 2016.11 onward.
75 This change makes your br2-external tree incompatible with Buildroot