This service is available only in Japanese-language.

bitbake-core

現在、RenesasのRZG1Eの評価ボードでYoctoの構築を行っているのですが、
bitbake core-image-westonを実行した際にエラーが発生してしまいます。
解消のためご助言をいただけましたら幸いです。
実行時のログは下記のとおりです。
$ bitbake core-image-weston
Loading cache: 100% |##############################################################| Time: 0:00:01
Loaded 3036 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.36.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "aprzg0a"
DISTRO = "poky"
DISTRO_VERSION = "2.4.2"
TUNE_FEATURES = "arm armv7ve vfp neon callconvention-hard cortexa7"
TARGET_FPU = "hard"
SOC_FAMILY = "rzg1:r8a7745"
meta
meta-poky
meta-yocto-bsp
meta-rzg1
meta-linaro-toolchain
meta-optee
meta-oe
meta-multimedia
meta-python
meta-networking
meta-qt5
common
qt-hmi-demo = "<unknown>:<unknown>"

Initialising tasks: 100% |#########################################################| Time: 0:00:14
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: v4l-utils-1.12.3-r0 do_compile: oe_runmake failed
ERROR: v4l-utils-1.12.3-r0 do_compile: Function failed: do_compile (log file is located at /home/guest/user_work/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/v4l-utils/1.12.3-r0/temp/log.do_compile.2615)
ERROR: Logfile of failure stored in: /home/guest/user_work/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/v4l-utils/1.12.3-r0/temp/log.do_compile.2615
Log data follows:
省略
cec-follower.o cec-follower.cpp
| arm-poky-linux-gnueabi-g++: error: cec-follower.cpp: No such file or directory
| arm-poky-linux-gnueabi-g++: fatal error: no input files
| compilation terminated.
| Makefile:556: recipe for target 'cec-follower.o' failed
| make[3]: *** [cec-follower.o] Error 1
| make[3]: Leaving directory '/home/guest/user_work/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/v4l-utils/1.12.3-r0/build/utils/cec-follower'
| Makefile:468: recipe for target 'all-recursive' failed
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory '/home/guest/user_work/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/v4l-utils/1.12.3-r0/build/utils'
| Makefile:574: recipe for target 'all-recursive' failed
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory '/home/guest/user_work/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/v4l-utils/1.12.3-r0/build'
| Makefile:501: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/guest/user_work/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/v4l-utils/1.12.3-r0/temp/log.do_compile.2615)
ERROR: Task (/home/guest/user_work/build/../meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3279 tasks of which 3278 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/guest/user_work/build/../meta-openembedded/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.12.3.bb:do_compile
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
以上、何卒よろしくお願いいたします。

以下のWebSite で紹介されている事象と同じかと。
https://github.com/linux4sam/meta-atmel/issues/102

この中の
change this line in v4l-utils recipe
inherit autotools gettext pkgconfig
to
inherit autotools-brokensep gettext pkgconfig

で解決するのではと思われます。

まだまだわからない部分が多いですが、v4l-utilsから内容について確認してお参ります。