On 2023-07-04, Vagrant Cascadian wrote: > On 2023-07-02, Vagrant Cascadian wrote: >> On 2023-06-18, Vagrant Cascadian wrote: >>> The attached patch updates u-boot to 2023.07-rc4... though mostly just >>> getting this patch out there for review purposes, but should probably >>> wait until 2023.07 is released in July. Alternately, could try to update >>> to 2023.04, although honestly that version had quite a few issues in >>> Debian and might be best skipped! >> >> This patch updates to 2023.07-rc5. >> >> 2023.07 is scheduled for upstream release tomorrow. > > Postponed another week, 2023.07-rc6 came out yesterday instead... Updated patch to 2023.07-rc6 and fixed some things! >>> Builds most of the u-boot-* packages successfully, notable issues are >>> with u-boot-tools failing to build > > u-boot-tools needs some updates to the patch disabling openssl > support... Still needed, although I find it strange that we are running the u-boot testsuite with the u-boot-tools package... as it mostly runs tests for the u-boot-sandbox targets rather than the tools... seems much more appropriate for the... u-boot-sandbox package? :) At any rate, whereever the tests are run from, it appears to also need the python-filelock package as an input, as well as patching out CONFIG_*_SIGNATURE and/or related variables... still poking at that. >>> , and unable to cross-build >>> u-boot-puma-rk3399 and u-boot-rockpro64-rk3399 due to the dependency on >>> python-pyelftools not being cross-buildable ... though >>> u-boot-pinebook-pro-rk3399 uses python-pyelftools just fine, somehow?! >> >> Still similarly broken. These two are fixed with this patch! live well, vagrant