Wonseok Ko

Saturday, February 20, 2016

Building Genivi for vexpress-a9 qemu

See the details in http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/README.md

git clone git://git.yoctoproject.org/meta-ivi
git clone git://git.yoctoproject.org/poky
git clone  git://git.openembedded.org/meta-openembedded

cd poky; git checkout -b fido eb4a134a60e3ac26a48379675ad6346a44010339; cd -

cd meta-openembedded; git checkout -b fido 5b0305d9efa4b5692cd942586fb7aa92dba42d59; cd -

source poky/oe-init-build-env
bitbake kronos-image

I've got error:
ERROR: Command Error: exit status: 128  Output:

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal: unable to auto-detect email address (got 'wonseok@wonseok.(none)')
ERROR: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/wonseok/genivi/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/weston/1.6.0-r2/temp/log.do_patch.30616

ERROR: Task 1319 (/home/wonseok/genivi/poky/meta/recipes-graphics/wayland/weston_1.6.0.bb, do_patch) failed with exit code '1'

I entered git configuration. and then I got another errors:

ERROR: Command Error: exit status: 1  Output:
checking file configure.ac
Reversed (or previously applied) patch detected!  Assume -R? [n] 
Apply anyway? [n] 
Skipping patch.
1 out of 1 hunk ignored
ERROR: Function failed: patch_do_patch
ERROR: Logfile of failure stored in: /home/wonseok/genivi/build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/weston/1.6.0-r2/temp/log.do_patch.18880
ERROR: Task 1319 (/home/wonseok/genivi/poky/meta/recipes-graphics/wayland/weston_1.6.0.bb, do_patch) failed with exit code '1'

Next Approach: I changed the version of meta-ivi.
See the details in https://at.projects.genivi.org/wiki/pages/viewpage.action?pageId=11568602




1 Comments:

  • At 7:36 AM, Blogger simplyred said…

    http://www.jann.cc/2014/12/18/building_the_yocto_genivi_baseline.html show genivi has many build problem currently.

     

Post a Comment

<< Home