summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2016-07-18 21:48:32 -0700
committerPatrick Williams <patrick@stwcx.xyz>2016-11-04 02:22:11 +0000
commitcecba5f75f403e77b80fa3ec305cf7882cc461a0 (patch)
treead0224f8b6e868a97fff6e3a28d154b9ab1107ad
parent57f14831db7d4bbf71315ef8ce634b3b615b8126 (diff)
downloadtalos-openbmc-cecba5f75f403e77b80fa3ec305cf7882cc461a0.tar.gz
talos-openbmc-cecba5f75f403e77b80fa3ec305cf7882cc461a0.zip
kernel: cuimage: remove overzealous cleanups of linux.bin
Change-Id: I9f8dc971198f3d649d92b41739d8fe7274d8a45a Signed-off-by: Rick Altherr <raltherr@google.com>
-rw-r--r--meta-phosphor/classes/kernel-cuimage.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-phosphor/classes/kernel-cuimage.bbclass b/meta-phosphor/classes/kernel-cuimage.bbclass
index 4f0e38b52..871bee3b8 100644
--- a/meta-phosphor/classes/kernel-cuimage.bbclass
+++ b/meta-phosphor/classes/kernel-cuimage.bbclass
@@ -39,7 +39,6 @@ do_uboot_mkcimage() {
fi
uboot-mkimage -A ${UBOOT_ARCH} -O linux -T kernel -C "${linux_comp}" -a ${UBOOT_LOADADDRESS} -e $ENTRYPOINT -n "${DISTRO_NAME}/${PV}/${MACHINE}" -d linux-dts.bin arch/${ARCH}/boot/cuImage
- rm -f linux.bin linux-dts.bin
fi
fi
}
OpenPOWER on IntegriCloud