summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_beaglebone.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_beaglebone.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_beaglebone.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_beaglebone.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_beaglebone.inc b/meta-agl-bsp/conf/include/agl_beaglebone.inc
index 970e8111e..a56da30ce 100644
--- a/meta-agl-bsp/conf/include/agl_beaglebone.inc
+++ b/meta-agl-bsp/conf/include/agl_beaglebone.inc
@@ -41,4 +41,4 @@ SECURITY_CFLAGS_pn-libatasmart = ""
SECURITY_LDFLAGS_pn-libatasmart = ""
-AGL_EXTRA_IMAGE_FSTYPES := "wic.xz" \ No newline at end of file
+AGL_EXTRA_IMAGE_FSTYPES = "wic.xz"