File tree Expand file tree Collapse file tree 5 files changed +4
-9
lines changed
Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1- source "$BR2_EXTERNAL_COREOS_BUILDROOT /package/Config.in"
1+ source "$BR2_EXTERNAL /package/Config.in"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Step 3 - Reference the `coreos_buildroot` directory from `buildroot`:
2929
3030```
3131$ cd buildroot
32- $ make BR2_EXTERNAL_COREOS_BUILDROOT =../coreos_buildroot menuconfig
32+ $ make BR2_EXTERNAL =../coreos_buildroot menuconfig
3333```
3434This connects the two repos together and exposes all of the coreos_buildroot
3535options through the menu option ` "User-provided options --->" `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- include $(sort $(wildcard $(BR2_EXTERNAL_COREOS_BUILDROOT ) /package/* /* .mk) )
1+ include $(sort $(wildcard $(BR2_EXTERNAL ) /package/* /* .mk) )
Original file line number Diff line number Diff line change 11menu "Networking applications"
2- source "$BR2_EXTERNAL_COREOS_BUILDROOT/package/openresty/Config.in"
3- endmenu
4-
5- menu "Other"
6- source "$BR2_EXTERNAL_COREOS_BUILDROOT/package/python-pip/Config.in"
2+ source "$BR2_EXTERNAL/package/openresty/Config.in"
73endmenu
You can’t perform that action at this time.
0 commit comments