2019-12-14 11:22:31 by Pierre Pronchery | Files touched by this commit (1) |
Log message: sysutils/u-boot-rpi3-32: Use a directory of the right name This fixes building sysutils/u-boot (the dependency on u-boot-rpi3-32b was wrong as well). Sorry for the short mishap. |
2019-12-14 03:21:26 by Pierre Pronchery | Files touched by this commit (1) |
Log message: sysutils/u-boot: Also depend on sysutils/u-boot-rpi3-32b Bumps PKGREVISION. |
2019-11-29 20:12:05 by Jonathan A. Kollasch | Files touched by this commit (1) |
Log message: add u-boot-orangepi-lite to u-boot meta package |
2019-10-19 20:05:47 by Jared D. McNeill | Files touched by this commit (1) |
Log message: s/u-boot-nanopi-11/u-boot-nanopi-r1 |
2019-10-17 01:36:32 by Christoph Badura | Files touched by this commit (2) |
Log message: provide an ethernet0 alias for nanopi r1 so that u-boot sets the mac address for \ emac0. |
2019-10-08 23:43:05 by Christoph Badura | Files touched by this commit (1) |
Log message: Depend on u-boot-nanopi-duo2 too. |
2019-10-08 23:05:11 by Christoph Badura | Files touched by this commit (1) |
Log message: Depend on u-boot-nanopi-r1 too. |
2019-10-08 22:48:49 by Christoph Badura | Files touched by this commit (6) |
Log message: Add patches to build u-boot for NanoPi Duo2 and NanoPi R1. From \ https://github.com/armbian/build/blob/master/patch/u-boot/u-boot-sunxi/add-nano+pi-r1-and-duo2.patch |
2019-10-06 19:02:10 by Christoph Badura | Files touched by this commit (6) |
Log message: fix build of u-boot using pylibfdt on macOS. u-boot.mk: pass PYTHON2, PYTHONCONFIG and PYTHONLIBPATH in ALL_ENV patch-Makefile: make PYTHON2 overridable. Add PYTHONCONFIG and BYTHONLIBPATH. patch-lib_bch.c: #include <libkern/OSByteOrder.h> and use OSSwapHostToBigInt32 as in u-boot master ab8fc41302 "fix compile error on macOS Mojave". patch-scripts_dtc_pylibfdt_Makefile: determine PYTHONCLFAGS and PYTHONLIBS by asking PYTHONCONFIG. build PYTHONLDFLAGS from PYTHONLIBPATH and PYTHONLIBS add PYTHON{LD.C}FLAGS to LDFLAGS and CPPFLAGS in cmd_pymod. bump PKGREVISION tested with u-boot-nanopi-mi. |
2019-10-06 16:01:20 by Christoph Badura | Files touched by this commit (2) |
Log message: make the pylibfdt module build verbose if KBUILD_VERBOSE != 0. |