From 48edc3dc81dc2a29649e71a1e125fdba7786ac12 Mon Sep 17 00:00:00 2001 From: Jeffy Chen Date: Wed, 29 Jun 2022 14:34:34 +0800 Subject: [PATCH] yocto: Use post-build.sh as yocto-install.sh Change-Id: I134f74b8dd2426e148552092301eee3da47a7e84 Signed-off-by: Jeffy Chen --- common/yocto-install.sh | 1 + 1 file changed, 1 insertion(+) create mode 120000 common/yocto-install.sh diff --git a/common/yocto-install.sh b/common/yocto-install.sh new file mode 120000 index 0000000..d680fcc --- /dev/null +++ b/common/yocto-install.sh @@ -0,0 +1 @@ +post-build.sh \ No newline at end of file