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_beaglebone.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-bsp/conf/include/agl_beaglebone.inc') 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" -- cgit 1.2.3-korg