pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Tue May  7 14:05:36 UTC 2019

Modified Files:
        pkgsrc/sysutils/u-boot: Makefile u-boot.mk

Log Message:
Add support for installboot(8) overlays.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/u-boot/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/u-boot/u-boot.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot/Makefile
diff -u pkgsrc/sysutils/u-boot/Makefile:1.10 pkgsrc/sysutils/u-boot/Makefile:1.11
--- pkgsrc/sysutils/u-boot/Makefile:1.10        Sat May  4 05:31:01 2019
+++ pkgsrc/sysutils/u-boot/Makefile     Tue May  7 14:05:36 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2019/05/04 05:31:01 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2019/05/07 14:05:36 thorpej Exp $
 #
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
 DISTNAME=      u-boot-${UBOOT_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    meta-pkgs sysutils u-boot
 MASTER_SITES=  # empty
 

Index: pkgsrc/sysutils/u-boot/u-boot.mk
diff -u pkgsrc/sysutils/u-boot/u-boot.mk:1.14 pkgsrc/sysutils/u-boot/u-boot.mk:1.15
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.14       Fri Apr 12 07:08:15 2019
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Tue May  7 14:05:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.14 2019/04/12 07:08:15 skrll Exp $
+# $NetBSD: u-boot.mk,v 1.15 2019/05/07 14:05:36 thorpej Exp $
 
 .include "../../sysutils/u-boot/u-boot-version.mk"
 
@@ -55,5 +55,9 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/${bin} \
            ${DESTDIR}${PREFIX}/share/u-boot/${UBOOT_TARGET}
 .endfor
+.if defined(UBOOT_INSTALLBOOT_PLIST)
+       ${INSTALL_DATA} ${.CURDIR}/${UBOOT_INSTALLBOOT_PLIST} \
+           ${DESTDIR}${PREFIX}/share/u-boot/${UBOOT_TARGET}/installboot.plist
+.endif
 
 .include "../../lang/python/tool.mk"



Home | Main Index | Thread Index | Old Index