diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 6 insertions, 19 deletions
@@ -94,38 +94,25 @@ Build image You can build an image for porter using the following steps: -1. change recipes and security_flags.inc - - You can select the following process to setup. 1.a is better to reflect agl-community change. - The attached security_flag.inc doesn't reflect it. - - 1.a Add the following setting in security_flags.inc - +SECURITY_CFLAGS_pn-efl = "${SECURITY_NO_PIE_CFLAGS}" - +SECURITY_CFLAGS_pn-poppler = "${SECURITY_NO_PIE_CFLAGS}" - - 1.b Override security_flags.inc - $ cd ${METADIR}/tizen-application-manager/ - $ cp(mv) security_flags.inc ${METADIR}/poky/meta/conf/distro/include - - -2. Run the following command: +1. Run the following command: $ cd ${METADIR} $ source meta-agl/scripts/aglsetup.sh -m porter [-b build-porter] agl-demo -3. Modify conf/bblayers +2. Modify conf/bblayers - 3.1 Add following environment variables in conf/bblayers.conf +Add following environment variables in conf/bblayers.conf BBLAYERS =+ " \ ${METADIR}/tizen-application-manager/meta-application-manager \ " -4. Modify conf/local.conf +3. Modify conf/local.conf If you would like to integrate with HomeScreen please add HomeScreen to IMAGE_INSTALL_append in conf/local.conf + IMAGE_INSTALL_append = "HomeScreen" -5. bitbake the image +4. bitbake the image $ bitbake agl-demo-platform-plus-application-manager |