mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Some at91bootstrap3 configurations now use Python scripts on the host for NAND/PMEC related utilities. In order to be able to use those scripts, this commit adds a new BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 which allows to express the need for host-python3 as a dependency to build at91bootstrap3. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> [Thomas: this was extracted from a patch from Eugen adding at91bootstrap 4.x support.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>