2021-03-06 21:19:14 by Jared D. McNeill | Files touched by this commit (1) |
Log message: + u-boot-apple-m1 |
2021-03-06 16:52:55 by Jared D. McNeill | Files touched by this commit (1) |
Log message: do-build: honour BUILD_TARGET |
2020-06-21 20:28:16 by Jason R Thorpe | Files touched by this commit (1) |
Log message: Add several missing u-boot-* package to the meta package. |
2020-06-21 12:06:53 by Thomas Klausner | Files touched by this commit (1) |
Log message: u-boot: make previous more agnostic to python-3.x version |
2020-06-21 05:31:13 by Jason R Thorpe | Files touched by this commit (1) |
Log message: Depend on u-boot-pandaboard. |
2020-06-21 00:26:15 by Jason R Thorpe | Files touched by this commit (1) |
Log message: Newer versions of U-boot that use the pylibfdt module don't build with Python 2 and Swig 1. Add some .mk file gyrations to auto-select the correct tools for u-boot-2020.* and later. |
2020-06-20 16:38:13 by Jason R Thorpe | Files touched by this commit (1) |
Log message: Add mipsel support to sysutils/u-boot. |
2020-06-20 00:27:39 by matthew green | Files touched by this commit (1) |
Log message: python is needed for building modules for running as part of the build so set PYTHON_FOR_BUILD_ONLY to "yes" not "tool". fixes \ several builds that want access to, eg <Python.h>, such as u-boot-cubietruck. ok joerg. |
2020-06-13 09:01:32 by Tobias Nygren | Files touched by this commit (2) |
Log message: u-boot: depend on python as a tool fixes error when running arch/arm/mach-rockchip/make_fit_atf.py |
2020-05-23 11:39:06 by Roland Illig | Files touched by this commit (2) |
Log message: sysutils/u-boot: remove unnecessary interpreter patches There was a typo in the python3 interpreter since it defined python2 instead of the correct python3. All files from the python2 block use python3 nowadays, therefore that whole block is unnecessary as well. |