kernel-build-setup: Remove iputils-ping

This does not exist in Fedora. This build script is for building the
kernel, so it has nothing to do with Yocto.

The patch that added this did not test their changes, as it broke
building the kernel in the Fedora container.

Change-Id: I415778b410701ed9d2c2014f217b8430a6deeb26
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/kernel-build-setup.sh b/kernel-build-setup.sh
index 84eb6f5..89c2d2f 100755
--- a/kernel-build-setup.sh
+++ b/kernel-build-setup.sh
@@ -37,7 +37,6 @@
 	gcc-arm-linux-gnu \
 	hostname \
 	make \
-	iputils-ping \
 	uboot-tools xz
 
 RUN grep -q ${GROUPS} /etc/group || groupadd -g ${GROUPS} ${USER}