micropython: Update to 1.21.0, refresh/redo patches
authorJeffery To <jeffery.to@gmail.com>
Sun, 15 Oct 2023 14:16:44 +0000 (22:16 +0800)
committerRosen Penev <rosenp@gmail.com>
Wed, 1 Nov 2023 22:57:40 +0000 (15:57 -0700)
commitdb9202ccc52a3ef360cd1918db9376a5cfa4b25f
treec104b3fb258221a8b9d44c5bb8970312730c4792
parentdc52f47abbbba839fd89c84f4aacb74abd88757f
micropython: Update to 1.21.0, refresh/redo patches

Removed 050-py-stackctrl-fix-gcc-13.patch as it has been merged in the
new version.

This also:

* Add STRIP= (empty value) to skip micropython's stripping step, letting
  the OpenWrt build system control stripping.

* Add a workaround for "variable might be clobbered" warning leading to
  build error on riscv64
  (https://github.com/micropython/micropython/issues/12838).

* Change Build/InstallDev to install host tools into an unversioned
  directory, and update micropython-lib to use the unversioned path.
  There is no need to keep available multiple versions of the host
  tools.

* Add a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/micropython-lib/Makefile
lang/python/micropython/Makefile
lang/python/micropython/patches/030-target-no-darwin.patch
lang/python/micropython/patches/040-extmod-use-external-mbedtls.patch
lang/python/micropython/patches/050-py-stackctrl-fix-gcc-13.patch [deleted file]
lang/python/micropython/src/ports/unix/variants/standard/manifest-nossl.py
lang/python/micropython/test.sh [new file with mode: 0644]