Skip to content

Commit

Permalink
hack to get imx-boot building again
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Apr 23, 2024
1 parent 603570d commit 1bc2a71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf/projects/var-som-mx8m-nano/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ IMG_VERSION = "0.0.1"
# For running oe-selftest uncomment below lines
#USER_CLASSES:remove = "buildhistory"
#PRSERV_HOST = ""

# the following is a hack to trick the imx-boot compile_mx8m function
# as Variscite is overriding do_compile but not setting the following var.
# This is likely a mismatch between the version of meta-freescale we are
# using vs Variscite
UBOOT_DTB_NAME_EXTRA = "imx8mn-var-som-symphony.dtb"

0 comments on commit 1bc2a71

Please sign in to comment.