commit | 5158a324267622cb3dcdd94e9e00fe1726b68ed4 | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Mon Oct 23 11:31:24 2017 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Oct 31 18:07:08 2017 +0000 |
tree | efc0e8e1b4bf44d9cd3626e7f88a9facc977fbd4 | |
parent | 5f81180fd2a0bbe39bb72d411aad5159bee46570 [diff] [blame] |
Add iputils-ping to the build scripts iputils-ping is a required tool for yocto-2.3. Change-Id: I51834fbc542f88c5f1e673428edb9a56a4f58862 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/kernel-build-setup.sh b/kernel-build-setup.sh index 89c2d2f..84eb6f5 100755 --- a/kernel-build-setup.sh +++ b/kernel-build-setup.sh
@@ -37,6 +37,7 @@ gcc-arm-linux-gnu \ hostname \ make \ + iputils-ping \ uboot-tools xz RUN grep -q ${GROUPS} /etc/group || groupadd -g ${GROUPS} ${USER}