diff options
author | imp <imp@FreeBSD.org> | 2017-01-14 07:09:48 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2017-01-14 07:09:48 +0800 |
commit | 2c3ebb6ddaa625211e922cb5e8b9e0e956271b72 (patch) | |
tree | 2f5f11eb38d3f26ef3e811e5971c1be4502144c3 /sysutils | |
parent | b54e6049cbb80a98eebb314ad094323d9257ab73 (diff) | |
download | freebsd-ports-gnome-2c3ebb6ddaa625211e922cb5e8b9e0e956271b72.tar.gz freebsd-ports-gnome-2c3ebb6ddaa625211e922cb5e8b9e0e956271b72.tar.zst freebsd-ports-gnome-2c3ebb6ddaa625211e922cb5e8b9e0e956271b72.zip |
Update to my v2017.01.00.1 release.
This eliminates use of fdtget by pointing the build at the right swig
for the ports we're using. The dtc port is still required for its
libfdt.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/u-boot-master/Makefile | 8 | ||||
-rw-r--r-- | sysutils/u-boot-master/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 6b31dd0da4b3..0ac4d624cfe8 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -46,19 +46,17 @@ IGNORE+= BOARD_CONFIG is not defined IGNORE+= FAMILY is not defined .endif -# Defines for OMAP family +# Overrides for OMAP family UBOOT_PLIST_OMAP=u-boot.img MLO -UBOOT_VERSION_OMAP=2017.01 -# Defines for ALLWINNER family +# Overrides for ALLWINNER family UBOOT_PLIST_ALLWINNER=u-boot.img u-boot-sunxi-with-spl.bin -UBOOT_VERSION_ALLWINNER=2017.01 # Uboot variables .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2017.01 +UBOOT_VERSION?= 2017.01.00.1 .if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu}) UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}} diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo index c7cc02840eb7..af3dc5a6ef98 100644 --- a/sysutils/u-boot-master/distinfo +++ b/sysutils/u-boot-master/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484005629 -SHA256 (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 016e65be71a9d3c4c3fca171ffe631f835868c6a248906770c42dcc2c4ef3161 -SIZE (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 15522828 +TIMESTAMP = 1484197628 +SHA256 (bsdimp-u-boot-ports-v2017.01.00.1_GH0.tar.gz) = bd88d48482f9db45b88e1bb487e784793b729307e5a8a7e4b048c92d419321d3 +SIZE (bsdimp-u-boot-ports-v2017.01.00.1_GH0.tar.gz) = 15521395 |