diff options
author | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-08-11 17:52:16 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp> | 2016-08-11 18:00:02 +0900 |
commit | aea89641252aef91c77309a07b2373a0dfe145b6 (patch) | |
tree | a412bc7fa71ebd9d89aab2a64ef2ce6ead881b52 /README | |
parent | ceacfe61a397b9d7aeca18fcbeca00e892ac8ce3 (diff) |
Modify README
BBMASK for freetype is no longer required in local.conf
because do_install failure about freetype is fixed.
See https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;a=commit;h=be991aaa39202388b212cbb8de25d50313d8472f
Change-Id: I0f3cfeed1c381741cbe3aca9a91456b50e4505c3
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -128,8 +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/local.conf - BBMASK += "|meta-ivi-common/recipes-test/freetype/freetype_%.bbappend" + Nothing 5. bitbake the image $ bitbake agl-demo-platform-plus-application-manager @@ -166,7 +165,7 @@ can be searched from database. successfull to launch 4. How to start native application - $ pkgcmd -l // to list all applications available. + $ pkgcmd -l // to list all applications available. $ pkginfo --listpkg is also available $ app_launcher -s <pkgid> For more information, please access the following URL |