Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "buildroot: Bump to version 2023.02-op-build" #5685

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "buildroot"]
path = buildroot
branch = 2023.02-op-build
branch = 2021.02-op-build
url = https://github.com/open-power/buildroot
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@ a handful of other packages (see below).

### Dependencies for *64-bit* Ubuntu/Debian systems

1. Install Ubuntu (>= 22.04) or Debian (>= 9) 64-bit.
1. Install Ubuntu (>= 18.04) or Debian (>= 9) 64-bit.
2. Enable Universe (Ubuntu only):

sudo apt-get install software-properties-common
sudo add-apt-repository universe

3. Install the packages necessary for the build:

sudo apt-get install cscope universal-ctags libz-dev libexpat-dev \
python2 python-is-python3 language-pack-en texinfo gawk cpio xxd \
sudo apt-get install cscope ctags libz-dev libexpat-dev \
python language-pack-en texinfo gawk cpio xxd \
build-essential g++ git bison flex unzip \
libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
wget bc rsync
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/blackbird_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_OP_BUILD_PATH)/patches/blackbird-patches"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/mihawk_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_OP_BUILD_PATH)/patches/mihawk-patches"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/mowgli_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/nicole_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/opal_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer"
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/p9dsu_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/romulus_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/swift_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/witherspoon_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/zaius_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_GCC_VERSION_8_X=y
Expand Down
1 change: 1 addition & 0 deletions openpower/configs/zz_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BR2_powerpc64le=y
BR2_powerpc_power8=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer"
Expand Down