Details
-
Bug
-
Resolution: Done
-
Medium
-
None
-
meta-ivi pull request #63 which updates the master branch HEAD commit 928f16f to use v7.6 of the AM components.
Locally tested in a build for the R-Car M3 Starter Kit. The same error was found when the Genivi CI built the PR for the offficial baseline QEMU x86 MACHINE.
Rather than build the complete baseline you can ask bitbake to do just the audio manager configure task:
bitbake -c configure audiomanager
meta-ivi pull request #63 which updates the master branch HEAD commit 928f16f to use v7.6 of the AM components. Locally tested in a build for the R-Car M3 Starter Kit. The same error was found when the Genivi CI built the PR for the offficial baseline QEMU x86 MACHINE. Rather than build the complete baseline you can ask bitbake to do just the audio manager configure task: bitbake -c configure audiomanager
Description
Building the Genivi 13 Yocto Baseline with AM v7.6 results in the following build error in the do_configure task:
CMake Error at cmake/MacroVersionFromGit.cmake:26 (STRING):
string sub-command REPLACE requires at least four arguments.
Call Stack (most recent call first):
CMakeLists.txt:22 (include)
The build folder from the failed yocto build is attached.
This is blocking the integration of 7.6 into the baseline.
Attachments
Issue Links
- blocks
-
BASE-57 Update meta-ivi to use Audio Manager 7.6
- Done