Export image properties
Some elements (such as the manifests element) want to use these variables. We currently do not consistently export them (IMAGE_NAME is only exported if you actually specify a name). Change-Id: I43d17ddcdd7d0ff3cbb4c530caeebb8da915f4ef
This commit is contained in:
parent
88309de96b
commit
d9bcde8a4d
@ -18,5 +18,5 @@ source $_LIB/common-defaults
|
||||
|
||||
FS_TYPE=${FS_TYPE:-ext4}
|
||||
# Used to set the file extension only at this stage.
|
||||
IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
|
||||
IMAGE_NAME=${IMAGE_NAME:-image}
|
||||
export IMAGE_TYPE=${IMAGE_TYPE:-qcow2}
|
||||
export IMAGE_NAME=${IMAGE_NAME:-image}
|
||||
|
Loading…
Reference in New Issue
Block a user