summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-25 17:00:20 -0600
committerRyan Eatmon <reatmon@ti.com>2023-01-27 15:56:07 -0600
commit574e833a9adf17a14484cae8b750b5cc36bc8d17 (patch)
tree759d522a6fd77dcc7e7dd5ad935229e41c0b1e87
parent7edfe014a4633e0315796aa352a59b3f057055bc (diff)
downloadmeta-ti-574e833a9adf17a14484cae8b750b5cc36bc8d17.tar.gz
ti-unpack: Remove update_data call
update_data() was removed from upstream bitbake, so we should remove the call from our code as well. https://github.com/openembedded/bitbake/commit/584989ed2b5af4e8799571dece0cf94f995ef14e Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-extras/recipes-ti/includes/ti-unpack.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-ti/includes/ti-unpack.inc b/meta-ti-extras/recipes-ti/includes/ti-unpack.inc
index 46bfb957..13068843 100644
--- a/meta-ti-extras/recipes-ti/includes/ti-unpack.inc
+++ b/meta-ti-extras/recipes-ti/includes/ti-unpack.inc
@@ -24,7 +24,6 @@ python ti_bin_do_unpack() {
24 bb.fatal("TI installer requires 32bit glibc libraries for proper operation\nrun 'yum install glibc.i686' on Fedora or 'apt-get install libc6:i386' on Ubuntu/Debian") 24 bb.fatal("TI installer requires 32bit glibc libraries for proper operation\nrun 'yum install glibc.i686' on Fedora or 'apt-get install libc6:i386' on Ubuntu/Debian")
25 25
26 localdata = bb.data.createCopy(d) 26 localdata = bb.data.createCopy(d)
27 bb.data.update_data(localdata)
28 27
29 binfile = localdata.getVar('BINFILE') 28 binfile = localdata.getVar('BINFILE')
30 binfile = bb.data.expand(binfile, localdata) 29 binfile = bb.data.expand(binfile, localdata)