summaryrefslogtreecommitdiff
path: root/meta-aspeed/wic/emmc-aspeed.wks.in
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2020-07-12 23:47:11 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-04 03:52:20 +0300
commit9ced8f140c6e7f63982208777c38f582b38c10bc (patch)
treeed9641289777d0ce95b0fb9f1d4c35fd1459ab3c /meta-aspeed/wic/emmc-aspeed.wks.in
parent3eb5ad03d44423caf4f8e7c0ed08bd9ec9e5d718 (diff)
downloadopenbmc-9ced8f140c6e7f63982208777c38f582b38c10bc.tar.xz
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 <anoo@us.ibm.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-aspeed/wic/emmc-aspeed.wks.in')
-rw-r--r--meta-aspeed/wic/emmc-aspeed.wks.in2
1 files changed, 1 insertions, 1 deletions
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