| Version 10 (modified by Deubeuliou, 4 years ago) (diff) |
|---|
For developing the applications in SHR, you will have to setup a little more. First you must have a good setup, see Building SHR
Setting the build system to a local environment
First you will have to download the sources into a new subdirectory
cd shr-testing mkdir shr-apps cd shr-apps git clone http://shr.bearstech.com/repo/shr.git
Now will have to tell OE that it should build your local sources instead of the official ones from the repo. To do this edit conf/local.conf in shr-testing or shr-unstable and add the following line to it
require conf/local-builds.inc
Then create/edit conf/local-builds.inc with the following content (example is for libframeworkd-phonegui-efl... you can do it analogously for any package):
SRC_URI_pn-libframeworkd-phonegui-efl = "file:///path/to/shr-apps"
SRCREV_pn-libframeworkd-phonegui-efl = "LOCAL"
S_pn-libframeworkd-phonegui-efl = "${WORKDIR}/shr-apps/${PN}"
Now you can start to Developing SHR
