This service is available only in Japanese-language.

gccパッケージの導入について

RZG1Eボード+Yocto 1.6.1 Linux kernel 3.10で
動作させています。

gccの追加パッケージをopenembedded-coreのdaisyBranchを使用しBitbakeすると、
下記のエラーが発生しビルドできません。
gccはnodeでパッケージをインストールする際にコンパイルがかかるため必要となります。

原因および対処方法がありましたら、ご教授お願い致します。
[エラー内容]
NOTE: Error during finalise of /home/sanken/yocto/build/../openembedded-core/meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb | ETA: --:--:--
ERROR: ExpansionError during parsing /home/sanken/yocto/build/../openembedded-core/meta/recipes-devtools/gcc/gcc-cross-initial_4.8.bb: Failure expanding variable oe_runconf: ExpansionError: Failure expanding variable EXTRA_OECONF, expression was --with-newlib --without-headers --disable-shared --disable-threads --disable-multilib --disable-__cxa_atexit --enable-languages=c --program-prefix=arm-poky-linux-gnueabi- --with-sysroot=/not/exist --with-build-sysroot=/home/sanken/yocto/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/gcc-cross-initial-arm/4.8.2-r0/gcc-4.8.2/build.x86_64-linux.arm-poky-linux-gnueabi/tmpsysroot --disable-libmudflap --disable-libgomp --disable-libssp --disable-libquadmath --with-system-zlib --disable-lto --disable-plugin --enable-decimal-float=no ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '--with-ld=/home/sanken/yocto/build/tmp/sysroots/x86_64-linux/usr/bin/cortexa7hf-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-ld.bfd', '', d)} ${EXTRA_OECONF_GCC_FLOAT} ${@get_gcc_ppc_plt_settings(bb, d)} --with-native-system-header-dir=/usr/include ${@gettext_oeconf(d)} which triggered exception NameError: name 'get_gcc_ppc_plt_settings' is not defined
NOTE: Error during finalise of /home/sanken/yocto/build/../openembedded-core/meta/recipes-devtools/gcc/gcc-runtime_4.8.bb

poky/meta と openembedded-core/meta は 同じ内容のものとなっております。
conf/bblayers.conf の内容及び
bitbake-layers show-layers の実行結果はどのようになっていますでしょうか?

"meta-linaro-toolchain"を適用させたところビルド可能となりました。
お手数おかけしました。 クローズとさせてください。