summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/machine
diff options
context:
space:
mode:
authorRick Altherr <raltherr@google.com>2016-07-19 07:27:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-11-08 23:52:10 +0300
commit87219ea8158b3ae3515e9adf3ba4459c26baf7c0 (patch)
treeddbd0452bbedd39461f78d1dfbdfcb4dce13b602 /meta-phosphor/conf/machine
parentc6b8b1450e5c7400f45450a82da97e7d03bf0d90 (diff)
downloadopenbmc-87219ea8158b3ae3515e9adf3ba4459c26baf7c0.tar.xz
Build both cuImage and fitImage by default
Change-Id: I2333097ce2a17a2e2d932384373ccbae6724a861 Signed-off-by: Rick Altherr <raltherr@google.com>
Diffstat (limited to 'meta-phosphor/conf/machine')
-rw-r--r--meta-phosphor/conf/machine/include/obmc-bsp-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index 2b6a1632b..829048423 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"