06-09-2024, 03:05 PM
(This post was last modified: 06-09-2024, 03:06 PM by lash.
Edit Reason: more precise description of sublevel var
)
great that worked.
building uboot also failed. the version string passed to the pylibftd module generation in scripts/dtc didnt get generated properly because the makefile vars were not passed down. In lieu of figuring out how to pass them on (and anyway the sublevel var was empry), I just added this to scripts/dtc/Makefile and it built:
VERSION = 2021
PATCHLEVEL = 07
SUBLEVEL = 00
EXTRAVERSION = -rc4
NAME
building uboot also failed. the version string passed to the pylibftd module generation in scripts/dtc didnt get generated properly because the makefile vars were not passed down. In lieu of figuring out how to pass them on (and anyway the sublevel var was empry), I just added this to scripts/dtc/Makefile and it built:
VERSION = 2021
PATCHLEVEL = 07
SUBLEVEL = 00
EXTRAVERSION = -rc4
NAME