diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 10 insertions, 20 deletions
@@ -3,13 +3,10 @@ This project contains: libhomescreen: HomeScreen API C++ shared library AGL repo for source code: -https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git +https://gerrit.automotivelinux.org/gerrit/p/src/libhomescreen.git AGL repo for bitbake recipe: -https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-demo.git;a=blob;f=recipes-demo-hmi/homescreen/homescreen_git.bb - - - +https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl-devel.git;a=blob;f=recipes-demo-hmi/libhomescreen/libhomescreen_git.bb Quickstart: @@ -17,23 +14,16 @@ Instructions for building libhomescreen --------------------------------------- The libhomescreen is part of the -packagegroup-agl-demo-platform +packagegroup-hmi-framework packagegroup. This also includes the following apps: -- HomeScreenAppFrameworkBinderAGL -- InputEventManager -- SampleAppTimeDate -- SampleHomeScreenInterfaceApp -- WindowManager - - - - +- agl-service-windowmanager-2017 +- agl-service-soundmanager-2017 +- agl-service-homescreen-2017 +- homescreen-2017 +- onscreenapp-2017 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 +source meta-agl/scripts/aglsetup.sh -m m3ulcb agl-demo agl-devel agl-appfw-smack agl-hmi-framework +bitbake agl-demo-platform |