pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/u-boot-odroid-c2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 27 11:56:43 UTC 2025
Modified Files:
pkgsrc/sysutils/u-boot-odroid-c2: Makefile
Log Message:
u-boot-odroid-c2: this needs compat_linux to build
add at least the required dependencies
TODO: fix this so it uses native binaries instead
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/u-boot-odroid-c2/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-odroid-c2/Makefile
diff -u pkgsrc/sysutils/u-boot-odroid-c2/Makefile:1.9 pkgsrc/sysutils/u-boot-odroid-c2/Makefile:1.10
--- pkgsrc/sysutils/u-boot-odroid-c2/Makefile:1.9 Tue Jun 6 12:42:23 2023
+++ pkgsrc/sysutils/u-boot-odroid-c2/Makefile Mon Jan 27 11:56:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/06/06 12:42:23 riastradh Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/27 11:56:43 wiz Exp $
UBOOT_TARGET= odroid-c2
UBOOT_CONFIG= odroid-c2_defconfig
@@ -61,6 +61,9 @@ post-extract:
# XXX For now, we use the fip_create and aml_encrypt_gxb binaries
# from Hardkernel.
#
+EMUL_PLATFORMS= linux-x86_64
+EMUL_MODULES.linux= base
+
TOOL_DEPENDS+= amlogic-meson-fwtools>=0.0:../../sysutils/amlogic-meson-fwtools
post-build:
${PREFIX}/bin/aml_fip_create \
Home |
Main Index |
Thread Index |
Old Index