From 07326290221ba045e8eca8652940de67381e9574 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 11 Oct 2017 08:51:28 -0400 Subject: 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11229 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/conf/include/agl_joule.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/conf/include/agl_joule.inc') 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" -- cgit 1.2.3-korg