From b3a4034727f8cdfcef10593cd9ad0bcc38a39cde Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 7 Oct 2016 11:03:14 +0900 Subject: Modify README Add how to integrate with HomeScreen Signed-off-by: Kazumasa Mitsunari --- README | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README b/README index 44daab2..1e62d94 100644 --- a/README +++ b/README @@ -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 -- cgit 1.2.3-korg