summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-08 19:58:32 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-14 17:05:02 +0300
commitb34837f78ada8a634018760cc4d9b9d29868be5b (patch)
tree5a9d129a5e38b79cbda6c46c6d2ff5bdcdecff7d /meta-phosphor/conf
parent9204a2d1a1d4d5110a33003650ce849c2b2733c2 (diff)
downloadopenbmc-b34837f78ada8a634018760cc4d9b9d29868be5b.tar.xz
phosphor: obmc-bsp-common: use stronger assigments
Make stronger assertions about the initramfs images and initramfs image types to use. Upstream BSP layers may set defaults for these variables using ?= resulting in the variable settings here being ignored. (From meta-phosphor rev: 2f24647373e7ecee0afafdbf9e84b6e883422bfe) Change-Id: I27c316341690ffc3b85f19978aa811ebf84293cf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/machine/include/obmc-bsp-common.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
index 7162b5d8d..202626031 100644
--- a/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
+++ b/meta-phosphor/conf/machine/include/obmc-bsp-common.inc
@@ -11,6 +11,6 @@ IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', \
'mtd-static mtd-static-tar mtd-static-alltar', d)}"
INITRAMFS_CTYPE ?= "lzma"
-INITRAMFS_FSTYPES += "cpio.${INITRAMFS_CTYPE}"
-INITRAMFS_IMAGE ?= "obmc-phosphor-initramfs"
-INITRAMFS_IMAGE_df-obmc-ubi-fs ?= ""
+INITRAMFS_FSTYPES = "cpio.${INITRAMFS_CTYPE}"
+INITRAMFS_IMAGE = "obmc-phosphor-initramfs"
+INITRAMFS_IMAGE_df-obmc-ubi-fs = ""