forked from open-power/op-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Regenerate defconfigs * The GCC 5 series is the buildroot default, so we need to explicitly select our GCC version if we want something else. We've gone with GCC 4.9 for Witherspoon. All other platforms are GCC 6. * Move to the latest glibc and binutils releases * We still use the 4.4 kernel headers for all platforms, including those on the 4.9 release candiates. This is because buildroot is yet to understand the 4.9 kernel. One important part of this shift is to update the external format. From the Buildroot documentation: > 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 Section 9.2, “Keeping > customizations outside of Buildroot”). > > 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: > > First, create a new file named external.desc, at the root of your > br2-external tree, with a single line defining the name of your > br2-external tree: > > $ echo 'name: NAME_OF_YOUR_TREE' >external.desc > Note. Be careful when choosing a name: It has to be unique and be made > with only ASCII characters from the set [A-Za-z0-9_]. > > Then, change every occurence of BR2_EXTERNAL in your br2-external tree > with the new variable: > > $ find . -type f | xargs sed -i > 's/BR2_EXTERNAL/BR2_EXTERNAL_NAME_OF_YOUR_TREE_PATH/g' > Now, your br2-external tree can be used with Buildroot 2016.11 onward. > > Note: This change makes your br2-external tree incompatible with > Buildroot before 2016.11. Signed-off-by: Joel Stanley <[email protected]>
- Loading branch information
Showing
20 changed files
with
99 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[submodule "buildroot"] | ||
path = buildroot | ||
branch = 2016.08-op-build | ||
branch = 2016.11-op-build | ||
url = https://github.com/open-power/buildroot |
Submodule buildroot
updated
1870 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
menu "OpenPower" | ||
|
||
source "$BR2_EXTERNAL/platform/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/platform/Config.in" | ||
|
||
menu "OpenPower Packages" | ||
if BR2_OPENPOWER_PLATFORM | ||
source "$BR2_EXTERNAL/package/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/Config.in" | ||
endif | ||
endmenu | ||
|
||
menu "Custom Packages" | ||
source "$BR2_EXTERNAL/custom/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/custom/Config.in" | ||
endmenu | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
name: OP_BUILD | ||
desc: The OpenPower Firmware build environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
include $(sort $(wildcard $(BR2_EXTERNAL)/package/*.mk)) | ||
include $(sort $(wildcard $(BR2_EXTERNAL)/package/*/*.mk)) | ||
include $(sort $(wildcard $(BR2_EXTERNAL_OP_BUILD_PATH)/package/*.mk)) | ||
include $(sort $(wildcard $(BR2_EXTERNAL_OP_BUILD_PATH)/package/*/*.mk)) | ||
|
||
# Utilize user-defined custom directory. | ||
include $(sort $(wildcard $(BR2_EXTERNAL)/custom/*.mk)) | ||
BR2_GLOBAL_PATCH_DIR += "$(BR2_EXTERNAL)/custom/patches" | ||
include $(sort $(wildcard $(BR2_EXTERNAL_OP_BUILD_PATH)/custom/*.mk)) | ||
BR2_GLOBAL_PATCH_DIR += "$(BR2_EXTERNAL_OP_BUILD_PATH)/custom/patches" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
source "$BR2_EXTERNAL/package/openpower-ffs/Config.in" | ||
source "$BR2_EXTERNAL/package/hostboot/Config.in" | ||
source "$BR2_EXTERNAL/package/hostboot-binaries/Config.in" | ||
source "$BR2_EXTERNAL/package/openpower-mrw/Config.in" | ||
source "$BR2_EXTERNAL/package/common-p8-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/palmetto-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/habanero-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/firestone-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/garrison-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/barreleye-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/openpower-pnor/Config.in" | ||
source "$BR2_EXTERNAL/package/petitboot/Config.in" | ||
source "$BR2_EXTERNAL/package/p8-pore-binutils/Config.in" | ||
source "$BR2_EXTERNAL/package/occ/Config.in" | ||
source "$BR2_EXTERNAL/package/capp-ucode/Config.in" | ||
source "$BR2_EXTERNAL/package/skiboot/Config.in" | ||
source "$BR2_EXTERNAL/package/libflash/Config.in" | ||
source "$BR2_EXTERNAL/package/loadkeys/Config.in" | ||
source "$BR2_EXTERNAL/package/witherspoon-xml/Config.in" | ||
source "$BR2_EXTERNAL/package/ppe42-binutils/Config.in" | ||
source "$BR2_EXTERNAL/package/ppe42-gcc/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/openpower-ffs/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/hostboot/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/hostboot-binaries/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/openpower-mrw/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/common-p8-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/palmetto-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/habanero-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/firestone-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/garrison-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/barreleye-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/openpower-pnor/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/petitboot/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/p8-pore-binutils/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/occ/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/capp-ucode/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/skiboot/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/libflash/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/loadkeys/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/witherspoon-xml/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/ppe42-binutils/Config.in" | ||
source "$BR2_EXTERNAL_OP_BUILD_PATH/package/ppe42-gcc/Config.in" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.