diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-25 16:41:39 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-25 16:48:40 -0600 |
commit | a072e9d0fb8941302d9bb0d6cec39f122e6233dd (patch) | |
tree | ed54925f70b3995e58f6b77569db44857d44b4f6 /meta-ti-extras | |
parent | 40564313754a9a9c9e9e8643868d0010822c1e1b (diff) | |
download | meta-ti-a072e9d0fb8941302d9bb0d6cec39f122e6233dd.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>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes-ti/includes/ti-unpack.inc | 1 |
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) |