Skip to content

Commit e38b146

Browse files
committed
Revert "buildroot: Bump to version 2023.02-op-build"
Signed-off-by: Trung Lê <[email protected]>
1 parent 8632106 commit e38b146

13 files changed

+15
-5
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "buildroot"]
22
path = buildroot
3-
branch = 2023.02-op-build
3+
branch = 2021.02-op-build
44
url = https://github.com/open-power/buildroot

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,15 @@ a handful of other packages (see below).
4646

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

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

5252
sudo apt-get install software-properties-common
5353
sudo add-apt-repository universe
54-
5554
3. Install the packages necessary for the build:
5655

57-
sudo apt-get install cscope universal-ctags libz-dev libexpat-dev \
58-
python2 python-is-python3 language-pack-en texinfo gawk cpio xxd \
56+
sudo apt-get install cscope ctags libz-dev libexpat-dev \
57+
python language-pack-en texinfo gawk cpio xxd \
5958
build-essential g++ git bison flex unzip \
6059
libssl-dev libxml-simple-perl libxml-sax-perl libxml-parser-perl libxml2-dev libxml2-utils xsltproc \
6160
wget bc rsync

openpower/configs/blackbird_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_OP_BUILD_PATH)/patches/blackbird-patches"
34
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
45
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"

openpower/configs/mihawk_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL_OP_BUILD_PATH)/patches/mihawk-patches"
34
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
45
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"

openpower/configs/mowgli_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/nicole_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/opal_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer"

openpower/configs/p9dsu_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/romulus_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/swift_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/witherspoon_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/zaius_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_GCC_VERSION_8_X=y

openpower/configs/zz_defconfig

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BR2_powerpc64le=y
2+
BR2_powerpc_power8=y
23
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_10=y
34
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="--enable-targets=powerpc64-linux"
45
BR2_EXTRA_GCC_CONFIG_OPTIONS="--enable-targets=powerpc64-linux --disable-libsanitizer"

0 commit comments

Comments
 (0)