pkgsrc-WIP-changes archive

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

u-boot-mangopi-mq-pro: Update Makefile



Module Name:	pkgsrc-wip
Committed By:	Rui-Xiang Guo <rxg%lavabit.com@localhost>
Pushed By:	rxg
Date:		Fri Jul 19 05:59:30 2024 +0800
Changeset:	27f9d86c07e0a3d5472e081569f7688100f5a6b9

Modified Files:
	u-boot-mangopi-mq-pro/Makefile

Log Message:
u-boot-mangopi-mq-pro: Update Makefile

Add installboot.plist installation.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27f9d86c07e0a3d5472e081569f7688100f5a6b9

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

diffstat:
 u-boot-mangopi-mq-pro/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diffs:
diff --git a/u-boot-mangopi-mq-pro/Makefile b/u-boot-mangopi-mq-pro/Makefile
index 125aacd433..37ee54071b 100644
--- a/u-boot-mangopi-mq-pro/Makefile
+++ b/u-boot-mangopi-mq-pro/Makefile
@@ -3,10 +3,12 @@
 GIT_REPO=	https://github.com/smaeul/u-boot
 GIT_BRANCH=	d1-wip
 
-UBOOT_TARGET=	mangopi-mq-pro
-UBOOT_VERSION=	2024.01
-UBOOT_CONFIG=	mangopi_mq_pro_defconfig
-UBOOT_BIN=	u-boot-sunxi-with-spl.bin
+UBOOT_TARGET=		mangopi-mq-pro
+UBOOT_VERSION=		2024.01
+UBOOT_CONFIG=		mangopi_mq_pro_defconfig
+UBOOT_BIN=		u-boot-sunxi-with-spl.bin
+
+UBOOT_INSTALLBOOT_PLIST=	installboot.plist
 
 MAKE_ENV+=	OPENSBI=${LOCALBASE}/share/opensbi/sun20i-d1/fw_dynamic.bin
 


Home | Main Index | Thread Index | Old Index