From c3ee35ba9daf8c0f43f787a63cfb10925612842d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 7 Mar 2018 17:19:42 -0500 Subject: dra7xx-evm, beaglebone: Switch to sdimage-bootpart-uuid for wic Introduce a new wks file, sdimage-bootpart-uuid.wks that differs from sdimage-bootpart.wks in that it uses --use-uuid rather than --ondisk as PARTUUID is more portable and we do not use busybox mount in our images. Bug-AGL: SPEC-1336 Change-Id: Ib98d1e49406f8b8ac13c3947f4efbc4360cf9865 Signed-off-by: Tom Rini --- meta-agl-bsp/conf/include/agl_beaglebone.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-bsp/conf/include/agl_beaglebone.inc') diff --git a/meta-agl-bsp/conf/include/agl_beaglebone.inc b/meta-agl-bsp/conf/include/agl_beaglebone.inc index 69e883572..988b3d530 100644 --- a/meta-agl-bsp/conf/include/agl_beaglebone.inc +++ b/meta-agl-bsp/conf/include/agl_beaglebone.inc @@ -40,5 +40,6 @@ SECURITY_LDFLAGS_pn-gpm = "" SECURITY_CFLAGS_pn-libatasmart = "" SECURITY_LDFLAGS_pn-libatasmart = "" +WKS_FILE = "sdimage-bootpart-uuid.wks" AGL_EXTRA_IMAGE_FSTYPES = "wic.xz wic.bmap wic.xz.sha256sum" -- cgit 1.2.3-korg