diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-03-13 09:31:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-03-13 09:31:18 +0000 |
commit | f76255eb84830a981c2539b2706d8c4ec9134939 (patch) | |
tree | 286cb3431819aae82f7c840c865c446acad95c16 /meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | |
parent | 29662624a68a3c82d649cb12b9726877d3e7407f (diff) | |
parent | c3ee35ba9daf8c0f43f787a63cfb10925612842d (diff) |
Merge "dra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic"
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_dra7xx-evm.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index 02ddb6c9d..876d6e9a6 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -52,7 +52,7 @@ IMAGE_INSTALL_append = " \ # Include WIC support based on beaglebone do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" -WKS_FILE = "sdimage-bootpart.wks" +WKS_FILE = "sdimage-bootpart-uuid.wks" IMAGE_BOOT_FILES = "MLO u-boot.img uEnv.txt" AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" |