pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-ci20
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Feb 4 01:01:39 UTC 2025
Modified Files:
pkgsrc/sysutils/u-boot-ci20: Makefile
Log Message:
u-boot-ci20: simplify packaging
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/u-boot-ci20/Makefile
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-ci20/Makefile
diff -u pkgsrc/sysutils/u-boot-ci20/Makefile:1.2 pkgsrc/sysutils/u-boot-ci20/Makefile:1.3
--- pkgsrc/sysutils/u-boot-ci20/Makefile:1.2 Thu Aug 12 07:30:21 2021
+++ pkgsrc/sysutils/u-boot-ci20/Makefile Tue Feb 4 01:01:39 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/08/12 07:30:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/02/04 01:01:39 gutteridge Exp $
UBOOT_TARGET= ci20
UBOOT_CONFIG= ci20_mmc_defconfig
-UBOOT_BIN= u-boot-spl.bin u-boot-dtb.img
+UBOOT_BIN= spl/u-boot-spl.bin u-boot-dtb.img
UBOOT_INSTALLBOOT_PLIST= installboot.plist
@@ -14,8 +14,5 @@ DISTINFO_FILE= ${.CURDIR}/../../sysutil
PATCHDIR= ${.CURDIR}/../../sysutils/u-boot-ci20/patches
DISTFILES= ${DEFAULT_DISTFILES}
-post-build:
- cp ${WRKSRC}/spl/u-boot-spl.bin ${WRKSRC}/u-boot-spl.bin
-
.include "../../sysutils/u-boot/u-boot-mipsel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index