summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_joule.inc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-10-11 08:51:28 -0400
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-10-14 18:27:09 +0000
commit07326290221ba045e8eca8652940de67381e9574 (patch)
treeef22705f6e7e0d6c9e15b632e5890218396cd03d /meta-agl-bsp/conf/include/agl_joule.inc
parent6d0620bb017cc66c4866046b602e8d595fedb354 (diff)
BSPs: Do not use := for AGL_DEFAULT_IMAGE_FSTYPES
An OpenEmbedded best practice would be to use '=' here to allow users to append to it later on. Bug-AGL: SPEC-899 Change-Id: I5a664df7c5eb8d71f0ab6d0723292f3a187fe752 Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11229 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_joule.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_joule.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_joule.inc b/meta-agl-bsp/conf/include/agl_joule.inc
index 6381138a3..b6f14fca8 100644
--- a/meta-agl-bsp/conf/include/agl_joule.inc
+++ b/meta-agl-bsp/conf/include/agl_joule.inc
@@ -9,6 +9,6 @@ IMAGE_INSTALL_append = " \
gstreamer1.0-vaapi"
OSTREE_BOOTLOADER ?= "u-boot"
-AGL_DEFAULT_IMAGE_FSTYPES := "wic hddimg"
+AGL_DEFAULT_IMAGE_FSTYPES = "wic hddimg"
INITRD_LIVE = "${DEPLOY_DIR_IMAGE}/${INITRD_IMAGE_LIVE}-${MACHINE}.ext4.gz"
NOISO = "1"