meta-g220a: Add me-time-sync
g220a BMC needs to get time from ME on start.
Add me-time-sync package that fetches time from ME via ipmb, and set the
time to BMC via `date` command.
Tested: Verify the time is set on BMC boots
Signed-off-by: Lei YU <yulei.sh@bytedance.com>
Change-Id: I979d4f9c402d56492aa19e8e4394e3159056267c
diff --git a/meta-g220a/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-g220a/recipes-phosphor/images/obmc-phosphor-image.bbappend
new file mode 100644
index 0000000..a3fecbf
--- /dev/null
+++ b/meta-g220a/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -0,0 +1,2 @@
+OBMC_IMAGE_EXTRA_INSTALL_append_g220a = " me-time-sync \
+ "