linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-bsp: rauc: add patch to fix RAUC info / update notifications #98

Closed hnez closed 6 months ago

hnez commented 6 months ago

Currently the update notifications on the LXA TAC LCD and web interface do not work because the tacd can not get informations about the RAUC bundle on the update server via RAUC's DBus API.

This is because the process that RAUC spawns to handle the nbd bridge for http streaming crashes due to an unitialized pointer access.

This patch is taken from RAUC pull request rauc/rauc#1332 , which fixes the issue.

hnez commented 6 months ago

You might want to add an Upstream-Status like:

Sounds good. Is this the correct place to put it:

https://github.com/linux-automation/meta-lxatac/compare/f24eb46b0ac2732da3b708d66c8e07abc87dc08e..8eb01d4382db1ac543823dfb7dba4141f429bc4e

?

ejoerns commented 6 months ago

You might want to add an Upstream-Status like:

Sounds good. Is this the correct place to put it:

https://github.com/linux-automation/meta-lxatac/compare/f24eb46b0ac2732da3b708d66c8e07abc87dc08e..8eb01d4382db1ac543823dfb7dba4141f429bc4e

?

I do think so, yes. :+1:

hnez commented 6 months ago

Cool! Then I think we should get this merged sooner than later to prevent users from gettting stuck on LXA TAC images without update notifications.