Merge pull request #715 from shenki/linux-4.4.30-openpower1

Release 4.4.30-openpower1
diff --git a/openpower/package/hostboot/hostboot.mk b/openpower/package/hostboot/hostboot.mk
index ea37a1e..3f3a65f 100644
--- a/openpower/package/hostboot/hostboot.mk
+++ b/openpower/package/hostboot/hostboot.mk
@@ -3,8 +3,8 @@
 # hostboot
 #
 ################################################################################
-HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= 9381df281b054e05bac4fb87346d876de34bd598
-HOSTBOOT_VERSION_BRANCH_MASTER ?= 82533df4b535112204b62bdc3940aa81a057b896
+HOSTBOOT_VERSION_BRANCH_MASTER_P8 ?= 4974e3159787adb385be296dd241eebc30bd346d
+HOSTBOOT_VERSION_BRANCH_MASTER ?= fde2240fafb48866ef3324f57ae7f4417625ad18
 
 HOSTBOOT_VERSION ?= $(if $(BR2_OPENPOWER_POWER9),$(HOSTBOOT_VERSION_BRANCH_MASTER),$(HOSTBOOT_VERSION_BRANCH_MASTER_P8))
 HOSTBOOT_SITE ?= $(call github,open-power,hostboot,$(HOSTBOOT_VERSION))
diff --git a/openpower/package/ppe42-gcc/ppe42-gcc.mk b/openpower/package/ppe42-gcc/ppe42-gcc.mk
index cf8ac73..ad8a52e 100644
--- a/openpower/package/ppe42-gcc/ppe42-gcc.mk
+++ b/openpower/package/ppe42-gcc/ppe42-gcc.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PPE42_GCC_VERSION ?= 246277a8513f622a65f97cb59e3079fc8834a913
+PPE42_GCC_VERSION ?= 72beec1539befc791ffe217f1084ee9eab7df4e5
 PPE42_GCC_SITE ?= $(call github,open-power,ppe42-gcc,$(PPE42_GCC_VERSION))
 PPE42_GCC_LICENSE = GPLv3+
 
@@ -17,14 +17,14 @@
         cd $(@D) && \
         ./configure --prefix=$(PPE42_GCC_DIR) \
                     --exec-prefix=$(PPE42_GCC_BIN) \
-					--target=powerpc-eabi \
-					--without-headers \
-					--with-newlib \
-					--with-gnu-as \
-					--with-gnu-ld \
-					--with-gmp=$(HOST_DIR)/usr \
-					--with-mpfr=$(HOST_DIR)/usr \
-					&& \
+                    --target=powerpc-eabi \
+                    --without-headers \
+                    --with-newlib \
+                    --with-gnu-as \
+                    --with-gnu-ld \
+                    --with-gmp=$(HOST_DIR)/usr \
+                    --with-mpfr=$(HOST_DIR)/usr \
+                    && \
         make configure-host && \
         make all-gcc
 endef