[yocto] Quick hack for compiling old and outdated YOCTO Jethro for Renesas iwg20m

Zoran Stojsavljevic zoran.stojsavljevic at gmail.com
Mon Mar 19 09:38:47 PDT 2018


Hello,

I have to do some job on the Renesas iwg20m platform. From this site:
https://elinux.org/RZ-G/Boards/Yocto_2.0

I found some explanation how to do YOCTO build, which I a bit modified
(conf/local.conf).

It does download all the packages, but it fails here (in *RED*):

[vuser at localhost conf]$ bitbake core-image-minimal
WARNING: Host distribution "Fedora-27" has not been validated with this
version of the build system; you may possibly experience unexpected
failures. It is recommended that you use a tested distribution.
Loading cache: 100%
|############################################################################################|
ETA:  00:00:00
Loaded 2160 entries from dependency cache.
WARNING: No recipes available for:

/home/vuser/projects2/iwg20m/build/../meta-renesas/meta-rzg1/recipes-qt/qt5/qtmultimedia_git.bbappend

/home/vuser/projects2/iwg20m/build/../meta-renesas/meta-rzg1/recipes-qt/qt5/qtbase_git.bbappend

/home/vuser/projects2/iwg20m/build/../meta-renesas/meta-rzg1/recipes-qt/qt5/qtwayland_git.bbappend
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.28.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-27"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "skrzg1m"
DISTRO            = "poky"
DISTRO_VERSION    = "2.0.1"
TUNE_FEATURES     = "arm armv7a vfp neon callconvention-hard cortexa15"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "tmp:3b223f75eec1738fbc913858e8e11c8305e3edcb"
meta-oe           = "tmp:dc5634968b270dde250690609f0015f881db81f2"
meta-yocto-bsp    = "tmp:3b223f75eec1738fbc913858e8e11c8305e3edcb"
meta-rzg1         = "yocto_2.0:a6c3c79635bd5ee309fc3c62d36b1707086d9136"
meta-linaro-toolchain = "tmp:12993e6bc8658ee37d303d8d59007f8dd9ab2b30"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: oe_runmake failed
ERROR: Function failed: do_compile (log file is located at
/home/vuser/projects2/iwg20m/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.30440)
ERROR: Logfile of failure stored in:
/home/vuser/projects2/iwg20m/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.30440
Log data follows:
| DEBUG: Executing shell function do_compile
| NOTE: make -j 4






*| : && /usr/bin/mkdir -p doc && {
PATH='/home/vuser/projects2/iwg20m/build/tmp/work/x86_64-linux/automake-native/1.15-r0/build/t/wrap:'$PATH
&& export PATH; } && /usr/bin/perl
/home/vuser/projects2/iwg20m/build/tmp/work/x86_64-linux/automake-native/1.15-r0/automake-1.15/doc/help2man
--output=doc/automake-1.15.1 automake-1.15| help2man: can't get `--help'
info from automake-1.15| Try `--no-discard-stderr' if option outputs to
stderr| make: *** [Makefile:3687: doc/automake-1.15.1] Error 255| ERROR:
oe_runmake failed| ERROR: Function failed: do_compile (log file is located
at
/home/vuser/projects2/iwg20m/build/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_compile.30440)ERROR:
Task 283
(virtual:native:/home/vuser/projects2/iwg20m/build/../poky/meta/recipes-devtools/automake/automake_1.15.bb
<http://automake_1.15.bb>, do_compile) failed with exit code '1'*
NOTE: Tasks Summary: Attempted 699 tasks of which 697 didn't need to be
rerun and 1 failed.
No currently running tasks (527 of 2182)

Summary: 1 task failed:

virtual:native:/home/vuser/projects2/iwg20m/build/../poky/meta/recipes-devtools/automake/
automake_1.15.bb, do_compile
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
[vuser at localhost conf]$
_______

My question is: does anybody know quick hack how to fix this error? Seems,
that it fails while generating doc files... How I can disable doc
generation for this, maybe some generic way for any package?

Thank you,
Zoran
_______
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20180319/83af9199/attachment.html>


More information about the yocto mailing list