Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-24 | pass down MAKE_JOBS to the u-boot build | tnn | 1 | -2/+2 | |
2018-09-27 | u-boot: pull in bison as a tool | tnn | 1 | -2/+2 | |
It is needed by sysutils/u-boot-pinebook. Other packages will presumably need it too after they are updated to 2018.07. | |||||
2018-06-06 | u-boot: include bsd.pkg.mk later | wiz | 1 | -2/+1 | |
Ideally, this should happen in the main Makefiles and not in an included file like this one, but the change for that is too big for me for now and this fixes u-boot-pine64. | |||||
2018-05-31 | u-boot*: Improve u-boot variables so they confuse pkglint less. | wiz | 1 | -2/+2 | |
2018-05-24 | Add a U-Boot meta package. | jmcneill | 1 | -2/+3 | |
2018-03-19 | Constrain to Python 2.7. | bsiegert | 1 | -1/+2 | |
Python 3 is theoretically supported, but newer python versions remove the cmpfunc type from their C APIs, which breaks the build. | |||||
2017-11-15 | u-boot: update to 2017.11 | jmcneill | 1 | -2/+2 | |
2017-10-09 | u-boot: don't override EXTRACT_SUFX | wiz | 1 | -2/+2 | |
Fixes u-boot-pinebook. | |||||
2017-10-08 | u-boot: update to 2017.09 | jmcneill | 1 | -2/+2 | |
2017-09-07 | Allow packages to append options with UBOOT_OPTIONS | jmcneill | 1 | -1/+7 | |
2017-08-18 | Use MAKE_PROGRAM instead of naked gmake command | ryoon | 1 | -3/+3 | |
2017-08-12 | Fixes to get U-Boot building on NetBSD. | jmcneill | 1 | -4/+16 | |
2017-08-12 | Add helpers for building U-Boot images. | jmcneill | 1 | -0/+36 | |