summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-01-24 19:05:14 -0600
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-04-17 05:22:04 +0000
commit4318e5c115a3c61416f62c8306648cb15ab97b81 (patch)
treeee2f6cff6980c7a25afb2cf09a11b98d5c79cf7a
parenteef0e5ddfb542a13380687bd19d68dd817c67c61 (diff)
downloadblackbird-op-build-4318e5c115a3c61416f62c8306648cb15ab97b81.tar.gz
blackbird-op-build-4318e5c115a3c61416f62c8306648cb15ab97b81.zip
Redirect kernel download to Raptor Computing Systems GIT tree
-rw-r--r--openpower/configs/talos_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/openpower/configs/talos_defconfig b/openpower/configs/talos_defconfig
index ac63a294..a96a1e83 100644
--- a/openpower/configs/talos_defconfig
+++ b/openpower/configs/talos_defconfig
@@ -13,8 +13,9 @@ BR2_SYSTEM_ENABLE_NLS=y
BR2_ROOTFS_OVERLAY="../openpower/overlay"
BR2_ROOTFS_POST_BUILD_SCRIPT="../openpower/scripts/fixup-target-var ../openpower/scripts/firmware-whitelist"
BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.8"
+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="v4.14.8"
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_p9_defconfig"
OpenPOWER on IntegriCloud