mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
wandboard: Use "IMAGE_FSTYPES ?=" for softer assignment
As it is, IMAGE_FSTYPES = "wic.gz" doesn't allow appending using "+=". So, use IMAGE_FSTYPES ?= "wic.gz" for providing the default value. Signed-off-by: Amin Bandali <amin.bandali@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
e918fc319f
commit
b9ebd0797e
|
@ -46,4 +46,4 @@ WKS_FILES ?= "imx-uboot-spl.wks"
|
||||||
|
|
||||||
IMAGE_DEPENDS_wic_append = " virtual/bootloader"
|
IMAGE_DEPENDS_wic_append = " virtual/bootloader"
|
||||||
|
|
||||||
IMAGE_FSTYPES = "wic.gz"
|
IMAGE_FSTYPES ?= "wic.gz"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user