Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 18582

Re: Build yocto fail and error

$
0
0

The error message is caused because the x264 hash code has been updated. To fix this issue, update the hash code.

 

  • Open the x264_git.bb file found in the following directory:

/meta-clanton_v1.0.0/meta-oe/meta-oe/recipes-multimedia/x264/x264_git.bb

  • Replace the SRCREV with the new hash code:

OLD: SRCREV = "1cffe9f406cc54f4759fc9eeb85598fb8cae66c7"

NEW: SRCREV = "bfed708c5358a2b4ef65923fb0683cefa9184e6f"

After changing the x264_git.bb file, finish building your image with bitbake. If the error message continues, then the hash code might have changed again. To get the updated hash code, run the following commands, and copy and replace the new code.

git clone git://git.videolan.org/x264.git
cd x264
git log --grep 'Fix possible issues with out-of-spec QP value


Viewing all articles
Browse latest Browse all 18582

Trending Articles