aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorArnaud Ferraris <arnaud.ferraris@collabora.com>2021-12-10 12:28:47 +0100
committerArnaud Ferraris <arnaud.ferraris@collabora.com>2021-12-10 12:30:39 +0100
commit20cd96660d4bfb44e0be5695f71a92d5fb53a143 (patch)
tree86d180545abb5a1c9251a7e9bae1495925bc97a0 /README.md
parent200f62d3dd9a9032a5578fd993034d57014d0f09 (diff)
Remove dependency on old application framework and wayland
As the Application FW is being reworked, drop all related dependencies in order to start with a simpler initial implementation. This commit also drops wayland-related code as it won't be needed anymore with the new framework. Bug-AGL: SPEC-4159 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com> Change-Id: Id268e1feee363c60b85411e822103259c1071a24
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 5 insertions, 28 deletions
diff --git a/README.md b/README.md
index 62b4130..2d0e368 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,11 @@
-**Install SDK**
+AGL Launcher graphical application
-Install sdk following this URL from AGL website.
-```
-http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/setup-sdk-environment.html
-```
+`launcher` is a simple graphical application launchern.
-**Download source code**
+AGL repo for source code:
+https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/launcher
-Download launcher source code from AGL gerrit.
+You can also clone the source repository by running the following command:
```
$ git clone https://gerrit.automotivelinux.org/gerrit/apps/launcher
```
-
-**Build launcher application**
-
-Source SDK envirment and make.
-```
-$ source /xdt/sdk/environment-setup-<your_target>
-$ cd launcher
-$ mkdir build
-$ cd build
-$ qmake ..
-$ make
-```
-**Install launcher wgt**
-
-```
-$ scp package/launcher.wgt root@<your_target_ip>
-$ ssh root@<your_target_ip>
-$ afm-util install launcher
-```
-
-Reboot target board and launcher application will start by default.