diff options
author | 2016-09-23 16:10:40 +0900 | |
---|---|---|
committer | 2016-09-23 16:14:46 +0900 | |
commit | 1ef182ec3ac7b50066a13d27b35645c60f28375c (patch) | |
tree | c21bb895d9008b2a91e20a4882fd4c90567101d8 | |
parent | 49ced9cadc3549c4f2e3775219131932bd06635a (diff) | |
download | meta-ivi-1ef182ec3ac7b50066a13d27b35645c60f28375c.tar.gz meta-ivi-1ef182ec3ac7b50066a13d27b35645c60f28375c.tar.bz2 meta-ivi-1ef182ec3ac7b50066a13d27b35645c60f28375c.zip |
README.md: add comment about am7.4 issue
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -30,7 +30,7 @@ Layer Dependencies URI: git://git.yoctoproject.org/poky > branch: krogoth -> revision: 12eb72ee3b02f826a156ff4e396c770f2b93571e +> revision: aad7166704021d82ad3a5ec468552f8f10360d41 URI: git://git.openembedded.org/meta-openembedded > layer: meta-oe @@ -91,3 +91,15 @@ export TEMPLATECONF=/full/path/to/meta-ivi/meta-ivi/conf 5. To login use these credentials: > User - root > Password - root + +Build a s/w image with audiomanager 7.0 instead of 7.4 +------------------------------------------------------ +Because audiomanagerplugins 7.4 is not working properly, + you may choose audiomanager/plugins 7.0 + as an implementation of audiomanager 7.0 specification. +( see https://at.projects.genivi.org/jira/browse/AMP-1 ) + +to use am 7.0, put following lines to <build directory>/conf/local.conf +# use audiomanager 7.0 until am7.4 issues are fixed. +PREFERRED_VERSION_audiomanager ?= "7.0" +PREFERRED_VERSION_audiomanagerplugins ?= "7.0" |