diff options
author | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-10-07 11:03:14 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-10-07 11:03:14 +0900 |
commit | b3a4034727f8cdfcef10593cd9ad0bcc38a39cde (patch) | |
tree | 1393e9cfa6577da0a393b45f3292078a98cfb04c | |
parent | 8f44c14ba9c648f4d49327b169b2d60616b4c05a (diff) |
Modify README
Add how to integrate with HomeScreen
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
-rw-r--r-- | README | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -114,11 +114,7 @@ You can build an image for porter using the following steps: 3. Modify conf/bblayers - 3.1 Remove the meta-agl-bsp line in conf/bblayers.conf - - remove ${METADIR}/meta-agl/meta-agl-bsp \ - - 3.2 Add following environment variables in conf/bblayers.conf + 3.1 Add following environment variables in conf/bblayers.conf BBLAYERS =+ " \ ${METADIR}/tizen-application-manager/meta-application-manager \ @@ -126,7 +122,8 @@ You can build an image for porter using the following steps: 4. Modify conf/local.conf - Nothing + If you would like to integrate with HomeScreen + please add HomeScreen to IMAGE_INSTALL_append in conf/local.conf 5. bitbake the image |