This change was already made on the master branch back in November to
address this issue. Are you seeing this on other branches? I do not
believe that this patch needs to be applied to dunfell or kirkstone
unless you are seeing an issue.
On 1/27/2023 12:02, Randolph Sapp wrote:
Bitbake made it's data store dynamic many releases ago and finally
removed the update_data command altogether in commit
584989ed2b5af4e8799571dece0cf94f995ef14e. This drops our references as
well.
Signed-off-by: Randolph Sapp <[email protected]>
---
meta-ti-extras/recipes-ti/includes/ti-unpack.inc | 1 -
1 file changed, 1 deletion(-)
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() {
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")
localdata = bb.data.createCopy(d)
- bb.data.update_data(localdata)
binfile = localdata.getVar('BINFILE')
binfile = bb.data.expand(binfile, localdata)
--
Ryan Eatmon [email protected]
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15692):
https://lists.yoctoproject.org/g/meta-ti/message/15692
Mute This Topic: https://lists.yoctoproject.org/mt/96571896/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-