[Bug 268068] sysutils/u-boot-rock-pi-4 - support for rock-pi-4se?
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268068] sysutils/u-boot-rock-pi-4 - support for rock-pi-4se?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Dec 2022 02:12:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268068 --- Comment #13 from Mark Millard <marklmi26-fbsd@yahoo.com> --- (In reply to Mark Millard from comment #12) One of the .mk files involved does the likes of: .PATH.dts: ${SYSDIR}/contrib/device-tree/src/${MACHINE} ${SYSDIR}/dts/${MACHINE} .PATH.dtso: ${SYSDIR}/dts/${MACHINE}/overlays So you need both MACHINE and MACHINE_ARCH to be defined to the cross build target values: # make MACHINE=arm64 MACHINE_ARCH=aarch64 all -- You are receiving this mail because: You are the assignee for the bug.