Separate app-manager and app-framework from WAMR (#3129)
As planned, the app-manager and app-framework are to be migrated to https://github.com/bytecodealliance/wamr-app-framework. ps. https://github.com/bytecodealliance/wasm-micro-runtime/issues/2329 https://github.com/bytecodealliance/wasm-micro-runtime/wiki/TSC-meeting-notes
This commit is contained in:
@ -1,20 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEPS_ROOT=$(cd "$(dirname "$0")/" && pwd)
|
||||
cd ${DEPS_ROOT}
|
||||
|
||||
|
||||
if [ ! -d "lvgl" ]; then
|
||||
echo "git pull lvgl..."
|
||||
git clone https://github.com/lvgl/lvgl.git --branch v6.0.1
|
||||
[ $? -eq 0 ] || exit $?
|
||||
|
||||
../app-framework/wgl/app/prepare_headers.sh
|
||||
fi
|
||||
if [ ! -d "lv_drivers" ]; then
|
||||
echo "git pull lv_drivers..."
|
||||
git clone https://github.com/lvgl/lv_drivers.git --branch v6.0.1
|
||||
[ $? -eq 0 ] || exit $?
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user