Build both cuImage and fitImage by default

Change-Id: I2333097ce2a17a2e2d932384373ccbae6724a861
Signed-off-by: Rick Altherr <raltherr@google.com>
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index 2b6a163..8290484 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -5,8 +5,8 @@
 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
 EXTRA_IMAGEDEPENDS += "u-boot"
 
-KERNEL_CLASSES ?= "kernel-uimage kernel-cuimage"
-KERNEL_IMAGETYPE ?= "cuImage"
+KERNEL_CLASSES ?= "kernel-uimage kernel-cuimage kernel-fitimage"
+KERNEL_IMAGETYPES ?= "cuImage fitImage"
 KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
 
 UBOOT_SUFFIX ?= "bin"