FSTYPES: use the shorthand operator

Coming from github pull-request: #1

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
This commit is contained in:
Christophe Priouzeau 2019-03-13 11:04:02 +01:00
parent dcc955d699
commit 516e0d61e3
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ UBI_VOLNAME ?= "rootfs"
EXTRA_IMAGECMD_ext4 = "-i 4096 -L ${@d.getVar('IMAGE_NAME_SUFFIX').replace('.', '', 1)[:16]}" EXTRA_IMAGECMD_ext4 = "-i 4096 -L ${@d.getVar('IMAGE_NAME_SUFFIX').replace('.', '', 1)[:16]}"
# Default FSTYPES requested # Default FSTYPES requested
IMAGE_FSTYPES = "tar.xz ext4" IMAGE_FSTYPES ?= "tar.xz ext4"
# Allow debug on the platform with gdb and openocd tools # Allow debug on the platform with gdb and openocd tools
EXTRA_IMAGEDEPENDS_append = " \ EXTRA_IMAGEDEPENDS_append = " \