From 09b5eb1b42910e84612a37a0fb44629c73eee3e7 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 30 Sep 2021 15:20:15 +0300 Subject: Removal of libhomescreen and appfw deps Signed-off-by: Marius Vlad Change-Id: I794962edc5ad059182a0e324d74365fae6e9c8ed --- README.md | 58 ---------------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index 2c04a91..0000000 --- a/README.md +++ /dev/null @@ -1,58 +0,0 @@ -This project contains: - -HomeScreen: AGL Home Screen reference implementation - -**AGL repo for source code** - -``` -$ mkdir WORK -$ cd WORK -$ repo init -b dab -m dab_4.0.0_xml -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo -$ repo sync -$ git clone git clone https://gerrit.automotivelinux.org/gerrit/staging/meta-hmi-framework - -``` - -Then you can get the following recipe. - -* `meta-agl-demo/recipes-demo-hmi/homescreen` - - -**Bitbake** - -``` -$ source meta-agl/scripts/aglsetup.sh -m m3ulcb agl-demo agl-devel agl-appfw-smack agl-hmi-framework -$ bitbake homescreen -``` - -Instructions for building HomeScreen app ----------------------------------------- - -The HomeScreen app is part of the -packagegroup-agl-demo-platform -packagegroup. - -This also includes the following apps: -- WindowManager -- HomeScreen Binder - -And the library -- libhomescreen -- libwindowmanager - - -To build all the above, follow the instrucions on the AGL -documentation website: -http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup - -Please activate the "agl-demo" feature when running the aglsetup script: -http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/source-code.html#features-supported-by-aglsetup - - -Launch HomeScreen App: - -Usage: - -``` -afm-util start homescreen -``` -- cgit 1.2.3-korg