Šimon Bořek

Results 14 comments of Šimon Bořek

As mentioned in https://github.com/python/cpython/pull/24502#issuecomment-1021290819 incorporating this might break loading modules unless they are rebuilt along with the update, therefore this change won't be backported to older versions of upstream cpython....

Thank you for the comment, @commodo. > this probably means that we should re-visit patch lang/python/python3/patches/014-remove-platform-so-suffix.patch ? > (we may have to also re-visit lang/python/python3/patches/016-adjust-config-paths.patch ) I do not think...

It's been almost 2 weeks since the last update in this thread. Are further adjustments needed? @jefferyto, do you think this can be merged?

> Formalities need to be fixed. That was a fixup commit left temporarily unsquashed to make the review process cleaner. Has been squashed now and rebased on master.

I rebased the initial change onto current master and replaced `mpc85xx/p2020/config-default` with version automatically generated by `make kernel_oldconfig CONFIG_TARGET=subtarget` run in a fixup commit. The current sizes of gzip compressed...

`make kernel_oldconfig CONFIG_TARGET=subtarget` generally leads to following changes in `mpc85xx/p2020/config-default`. ## Most are done the same in master branch as well as after applying my changes: ### Additions: ``` CONFIG_DEFAULT_UIMAGE=y...

Apart from the removal of two lines explicitly disabling two options (which I think were just classified as redundant) the changes made by kernel_oldconfig don't seem to be anyhow related...

I updated the kernel size values in the commit message to those from my yesterday's testing after rebase.

Shall I sort `config_default`'s lines in alphabetic order (disregarding hashes) - the way `kernel_oldconfig` seems to sort - prior to merge? Is there anything else you consider needed to be...

I split my changes and `make kernel_oldconfig CONFIG_TARGET=subtarget` ones into different commits as requested (and once again tested that OpenWrt compiles after applying all the changes). Is further description of...