1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-03 01:10:43 +00:00

remaining recipes: fix build issue due to bb.data.* deprecation

Causes following error:
Exception: AttributeError: module 'bb.data' has no attribute 'getVar'

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2016-12-21 04:35:22 +00:00
parent d8827afedc
commit 16a7940097
3 changed files with 30 additions and 30 deletions
@@ -76,49 +76,49 @@ DSPSUFFIX_omap3530 = "x64P"
python do_unpack () {
bb.build.exec_func('base_do_unpack', d)
bb.data.setVar("BINFILE", "omap3530_h264enc_2_01_013_production.bin", d)
bb.data.setVar("TARFILE", "omap3530_h264enc_2_01_013_production.tar", d)
d.setVar("BINFILE", "omap3530_h264enc_2_01_013_production.bin", d)
d.setVar("TARFILE", "omap3530_h264enc_2_01_013_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "omap3530_h264dec_2_01_007_production.bin", d)
bb.data.setVar("TARFILE", "omap3530_h264dec_2_01_007_production.tar", d)
d.setVar("BINFILE", "omap3530_h264dec_2_01_007_production.bin", d)
d.setVar("TARFILE", "omap3530_h264dec_2_01_007_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "omap3530_jpegenc_02_01_01_00_production.bin", d)
bb.data.setVar("TARFILE", "omap3530_jpegenc_02_01_01_00_production.tar", d)
d.setVar("BINFILE", "omap3530_jpegenc_02_01_01_00_production.bin", d)
d.setVar("TARFILE", "omap3530_jpegenc_02_01_01_00_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_jpegdec_02_00_01_01_production.bin", d)
bb.data.setVar("TARFILE", "c64xplus_jpegdec_02_00_01_01_production.tar", d)
d.setVar("BINFILE", "c64xplus_jpegdec_02_00_01_01_production.bin", d)
d.setVar("TARFILE", "c64xplus_jpegdec_02_00_01_01_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_mpeg2dec_02_00_02_00_production.bin", d)
bb.data.setVar("TARFILE", "c64xplus_mpeg2dec_02_00_02_00_production.tar", d)
d.setVar("BINFILE", "c64xplus_mpeg2dec_02_00_02_00_production.bin", d)
d.setVar("TARFILE", "c64xplus_mpeg2dec_02_00_02_00_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "omap3530_mpeg4enc_02_04_00_00_production.bin", d)
bb.data.setVar("TARFILE", "omap3530_mpeg4enc_02_04_00_00_production.tar", d)
d.setVar("BINFILE", "omap3530_mpeg4enc_02_04_00_00_production.bin", d)
d.setVar("TARFILE", "omap3530_mpeg4enc_02_04_00_00_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_mpeg4dec_02_01_00_00_production.bin", d)
bb.data.setVar("TARFILE", "c64xplus_mpeg4dec_02_01_00_00_production.tar", d)
d.setVar("BINFILE", "c64xplus_mpeg4dec_02_01_00_00_production.bin", d)
d.setVar("TARFILE", "c64xplus_mpeg4dec_02_01_00_00_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_aachedec_01_30_03_00_production.bin", d)
bb.data.setVar("TARFILE", "dm6446_aachedec_01_30_03_00_production.tar", d)
d.setVar("BINFILE", "c64xplus_aachedec_01_30_03_00_production.bin", d)
d.setVar("TARFILE", "dm6446_aachedec_01_30_03_00_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_g711_1_12_00_000_production.bin", d)
bb.data.setVar("TARFILE", "dm6446_g711enc_1_12_00_000_production.tar", d)
d.setVar("BINFILE", "c64xplus_g711_1_12_00_000_production.bin", d)
d.setVar("TARFILE", "dm6446_g711enc_1_12_00_000_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_g711_1_12_00_000_production.bin", d)
bb.data.setVar("TARFILE", "dm6446_g711dec_1_12_00_000_production.tar", d)
d.setVar("BINFILE", "c64xplus_g711_1_12_00_000_production.bin", d)
d.setVar("TARFILE", "dm6446_g711dec_1_12_00_000_production.tar", d)
bb.build.exec_func('ti_bin_do_unpack', d)
bb.data.setVar("BINFILE", "c64xplus_deinterlacer_01_00_00_07_production.bin", d)
bb.data.setVar("TARFILE", "c64xplus_deinterlacer_01_00_00_07/c64xplus_deinterlacer_01_00_00_07_production.tar", d)
bb.data.setVar("TI_BIN_UNPK_CMDS", "y: :q: ", d)
d.setVar("BINFILE", "c64xplus_deinterlacer_01_00_00_07_production.bin", d)
d.setVar("TARFILE", "c64xplus_deinterlacer_01_00_00_07/c64xplus_deinterlacer_01_00_00_07_production.tar", d)
d.setVar("TI_BIN_UNPK_CMDS", "y: :q: ", d)
bb.build.exec_func('ti_bin_do_unpack', d)
}