mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
allow user-provided WKS_FILE
Allow the user to provide their own WKS_FILE in situations where they want a different layout (e.g. to support A/B updates). Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
2a133c450c
commit
2db9e63d8f
|
@ -3,7 +3,7 @@
|
||||||
SPL_BINARY ?= "idbloader.img"
|
SPL_BINARY ?= "idbloader.img"
|
||||||
|
|
||||||
IMAGE_FSTYPES += "wic wic.bmap"
|
IMAGE_FSTYPES += "wic wic.bmap"
|
||||||
WKS_FILE = "rockchip.wks"
|
WKS_FILE ?= "rockchip.wks"
|
||||||
WKS_FILE_DEPENDS ?= " \
|
WKS_FILE_DEPENDS ?= " \
|
||||||
mtools-native \
|
mtools-native \
|
||||||
dosfstools-native \
|
dosfstools-native \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user