Update to latest linux & buildroot repositories
This switches the palmetto defconfig to use the open-power linux-tree,
rather than the powerkvm tree. We need to update buildroot at the same
time, to drop the linux patches, and add the ipmitool package.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/openpower/configs/palmetto_defconfig b/openpower/configs/palmetto_defconfig
index 70c9f28..eea170b 100644
--- a/openpower/configs/palmetto_defconfig
+++ b/openpower/configs/palmetto_defconfig
@@ -29,8 +29,8 @@
BR2_ROOTFS_OVERLAY="overlay"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerkvm.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="71ca6744e118d6850bf47f58e872900f5f47b9ee"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/open-power/linux.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="1dcee5aa497515a9e0fac3af9a86eaad41c77c1f"
BR2_LINUX_KERNEL_USE_DEFCONFIG=y
BR2_LINUX_KERNEL_DEFCONFIG="skiroot"
BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y
@@ -45,5 +45,6 @@
BR2_PACKAGE_NETCAT=y
BR2_PACKAGE_RSYNC=y
BR2_PACKAGE_PETITBOOT=y
+BR2_PACKAGE_IPMITOOL=y
BR2_TARGET_ROOTFS_CPIO_XZ=y
BR2_TARGET_ROOTFS_INITRAMFS=y