From 9ced8f140c6e7f63982208777c38f582b38c10bc Mon Sep 17 00:00:00 2001 From: Adriana Kobylak Date: Sun, 12 Jul 2020 15:47:11 -0500 Subject: wic: Populate hostfw partition Populate the hostfw partition by specifying the directory to be used as source for the filesystem. This directory is populated by a bbappend to the hostfw recipe. (From meta-aspeed rev: 37f30af4e377a6bc2d3c47ca435798969321f566) Change-Id: Id64e0ac6a5082be2b3ad689a6b323da8eb094e69 Signed-off-by: Adriana Kobylak Signed-off-by: Andrew Geissler --- meta-aspeed/wic/emmc-aspeed.wks.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-aspeed/wic/emmc-aspeed.wks.in') diff --git a/meta-aspeed/wic/emmc-aspeed.wks.in b/meta-aspeed/wic/emmc-aspeed.wks.in index ace5f47af3..ee0fbffd8a 100644 --- a/meta-aspeed/wic/emmc-aspeed.wks.in +++ b/meta-aspeed/wic/emmc-aspeed.wks.in @@ -27,4 +27,4 @@ part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b part --fstype=ext4 --fixed-size 7G --label rwfs -part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --label hostfw +part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE}/hostfw/image/ --label hostfw -- cgit v1.2.3