diff options
author | Rick Altherr <raltherr@google.com> | 2016-07-18 21:27:27 -0700 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-11-08 20:52:10 +0000 |
commit | 87219ea8158b3ae3515e9adf3ba4459c26baf7c0 (patch) | |
tree | ddbd0452bbedd39461f78d1dfbdfcb4dce13b602 /meta-phosphor/conf/machine/include/obmc-bsp-common.inc | |
parent | c6b8b1450e5c7400f45450a82da97e7d03bf0d90 (diff) | |
download | talos-openbmc-87219ea8158b3ae3515e9adf3ba4459c26baf7c0.tar.gz talos-openbmc-87219ea8158b3ae3515e9adf3ba4459c26baf7c0.zip |
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/include/obmc-bsp-common.inc')
-rw-r--r-- | meta-phosphor/conf/machine/include/obmc-bsp-common.inc | 4 |
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" |