commit | cecba5f75f403e77b80fa3ec305cf7882cc461a0 | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Mon Jul 18 21:48:32 2016 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 04 02:22:11 2016 +0000 |
tree | ad0224f8b6e868a97fff6e3a28d154b9ab1107ad | |
parent | 57f14831db7d4bbf71315ef8ce634b3b615b8126 [diff] |
kernel: cuimage: remove overzealous cleanups of linux.bin Change-Id: I9f8dc971198f3d649d92b41739d8fe7274d8a45a Signed-off-by: Rick Altherr <raltherr@google.com>
diff --git a/meta-phosphor/classes/kernel-cuimage.bbclass b/meta-phosphor/classes/kernel-cuimage.bbclass index 4f0e38b..871bee3 100644 --- a/meta-phosphor/classes/kernel-cuimage.bbclass +++ b/meta-phosphor/classes/kernel-cuimage.bbclass
@@ -39,7 +39,6 @@ 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 }