summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-04-28 09:46:04 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-28 11:30:07 +0000
commita9026b6c7c4fd1ac5385f0427757c40562f5110e (patch)
tree82a9556fa4e30a9ca5646ac9374321074c48ba55
parent75065a41051a92cbc55d1f956ac857df2988dcfb (diff)
downloadblackbird-op-build-a9026b6c7c4fd1ac5385f0427757c40562f5110e.tar.gz
blackbird-op-build-a9026b6c7c4fd1ac5385f0427757c40562f5110e.zip
Revert to linux 4.19
Linux 5.0 crashes when a Radeon card is installed due to a bug in the radeon driver. Revert to the 4.19 LTS version until this is fixed upstream on a stable release.
-rw-r--r--openpower/configs/talos_defconfig4
-rw-r--r--openpower/linux/0002-Release-OpenPower-kernel.patch6
2 files changed, 6 insertions, 4 deletions
diff --git a/openpower/configs/talos_defconfig b/openpower/configs/talos_defconfig
index d9ea3518..c478de64 100644
--- a/openpower/configs/talos_defconfig
+++ b/openpower/configs/talos_defconfig
@@ -17,11 +17,13 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://scm.raptorcs.com/scm/git/talos-op-linux"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.0"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v4.19"
BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/linux"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
+# BR2_KERNEL_HEADERS_5_0 is not set
+BR2_KERNEL_HEADERS_4_19=y
BR2_LINUX_KERNEL_XZ=y
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment"
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
diff --git a/openpower/linux/0002-Release-OpenPower-kernel.patch b/openpower/linux/0002-Release-OpenPower-kernel.patch
index 91718d8d..95ef19f8 100644
--- a/openpower/linux/0002-Release-OpenPower-kernel.patch
+++ b/openpower/linux/0002-Release-OpenPower-kernel.patch
@@ -13,11 +13,11 @@ index 63152c5ca136..d5bfc0358601 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
- VERSION = 5
- PATCHLEVEL = 0
+ VERSION = 4
+ PATCHLEVEL = 19
SUBLEVEL = 0
-EXTRAVERSION =
+EXTRAVERSION = -openpower1
- NAME = Shy Crocodile
+ NAME = "People's Front"
# *DOCUMENTATION*
OpenPOWER on IntegriCloud