diff options
author | 2016-07-28 15:54:33 +0900 | |
---|---|---|
committer | 2016-07-28 15:54:33 +0900 | |
commit | 69f8eab2dc335acc05d8577d14fe9341cbdbbea0 (patch) | |
tree | 5b5b5b1609a76eaa8075088e7f8ce2c0ff93b7c4 | |
parent | cc4519e01acbf8bc512a14ac9f8579bb9904a289 (diff) |
Remove luajit_2.0.4/bbappend and modify README
luajit.bbappend makes shared library but it is not used anywhere, so removed luajit. And README was modified.
Change-Id: Ic467ffd468174f571ea1b44bf279fac383510878
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | meta-application-manager/recipes-others/luajit/luajit_2.0.4.bbappend | 4 |
2 files changed, 7 insertions, 11 deletions
@@ -113,12 +113,12 @@ You can build an image for porter using the following steps: 2. Run the following command: $ cd ${METADIR} - $ source meta-agl/scripts/aglsetup.sh -m porter -b build-porter agl-demo + $ source meta-agl/scripts/aglsetup.sh -m porter [-b build-porter] agl-demo 3. Modify conf/bblayers - 3.1 Remove the meta-agl-bsp line - remove ${METADIR}/meta-agl/meta-agl/meta-agl-bsp \ + 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 @@ -128,7 +128,7 @@ You can build an image for porter using the following steps: 4. Modify conf/local.conf - 4.1 Add the following environment variable in conf/bblayers.conf + 4.1 Add the following environment variable in conf/local.conf BBMASK += "|meta-ivi-common/recipes-test/freetype/freetype_%.bbappend" 5. bitbake the image @@ -152,12 +152,12 @@ can be searched from database. 2. setting # vconftool set -t string db/menu_widget/language "en-us" - # loginctl enable-linger tizenglobalapp - # useradd tizenglobalapp + # loginctl enable-linger aglglobalapp + # useradd aglglobalapp if required to define password, please set the password you like. 3. launch sample application from user - # login tizenglobalapp + # login aglglobalapp $ launch_app org.tizen.amhelloworld launch sample appli will fail. $ pkg_createdb_user diff --git a/meta-application-manager/recipes-others/luajit/luajit_2.0.4.bbappend b/meta-application-manager/recipes-others/luajit/luajit_2.0.4.bbappend deleted file mode 100644 index 0948aa4..0000000 --- a/meta-application-manager/recipes-others/luajit/luajit_2.0.4.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -FILES_${PN} += "${libdir}/libluajit-5.1.so.2 \ - ${libdir}/libluajit-5.1.so.2 \ -" - |