summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_nitrogen6x.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_nitrogen6x.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_nitrogen6x.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_nitrogen6x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc
index a85354a35..4fb05725c 100644
--- a/meta-agl-bsp/conf/include/agl_nitrogen6x.inc
+++ b/meta-agl-bsp/conf/include/agl_nitrogen6x.inc
@@ -2,4 +2,4 @@ PREFERRED_PROVIDER_u-boot = "u-boot-imx6"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx6"
PREFERRED_PROVIDER_u-boot-mxsboot-native = "u-boot-imx6"
-AGL_DEFAULT_IMAGE_FSTYPES := "sdcard.gz"
+AGL_DEFAULT_IMAGE_FSTYPES = "sdcard.gz"