Skip to content

Commit

Permalink
Merge pull request #5685 from runlevel5/revert-5629-buildroot-2023.02…
Browse files Browse the repository at this point in the history
…-op-build

Revert "buildroot: Bump to version 2023.02-op-build"
  • Loading branch information
Ilya Smirnov committed Sep 15, 2023
2 parents 8632106 + e38b146 commit 95eca7e
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 5 deletions.
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

0 comments on commit 95eca7e

Please sign in to comment.