Hello!
I'm trying to rebuilt tisdk-rootfs-image with SDK 8.0. Host machine Ubuntu14.04 (with tar downgraded to 1.25 version),
And I've got error:
git clone git://arago-project.org/git/projects/oe-layersetup.git cd ./oe-layertool/ ./oe-layertool-setup.sh -f ./configs/amsdk/amsdk-08.00.00.00-config.txt [..................................] cd ./build/ source ./conf/setenv export PATH=/home/nebel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/:$PATH MACHINE=am335x-evm bitbake tisdk-rootfs-image Loading cache: 100% |######################################################################################################################################| ETA: 00:00:00 Loaded 219 entries from dependency cache. NOTE: Error during finalise of /home/nebel/plc_linux/oe-layersetup/sources/meta-qt5/recipes-qt/qt5/qtmultimedia_git.bb | ETA: --:--:-- ERROR: ExpansionError during parsing /home/nebel/plc_linux/oe-layersetup/sources/meta-qt5/recipes-qt/qt5/qtmultimedia_git.bb: Failure expanding variable qmake5_base_do_configure: ExpansionError: Failure expanding variable EXTRA_QMAKEVARS_PRE, expression was ${@bb.utils.contains('PACKAGECONFIG', 'alsa', '', 'CONFIG+=done_config_alsa', d)} ${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', '', 'CONFIG+=done_config_pulseaudio', d)} ${@bb.utils.contains('PACKAGECONFIG', 'openal', '', 'CONFIG+=done_config_openal', d)} ${@bb.utils.contains('PACKAGECONFIG', 'gstreamer', 'GST_VERSION=1.0', '', d)} ${@bb.utils.contains('PACKAGECONFIG', 'gstreamer010', 'GST_VERSION=0.10', '', d)} ${@bb.utils.contains_any('PACKAGECONFIG', 'gstreamer gstreamer010', '', 'CONFIG+=done_config_gstreamer', d)} which triggered exception AttributeError: 'module' object has no attribute 'contains_any' Summary: There was 1 ERROR message shown, returning a non-zero exit code.
How to fix error and properly rebuild tisdk-rootfs-image?