@@ -17,7 +17,7 if [ "$ENABLE_UBOOT" = true ] ; then | |||
|
17 | 17 | git -C "${R}/tmp" clone "${UBOOT_URL}" |
|
18 | 18 | |
|
19 | 19 | # Build and install U-Boot inside chroot |
|
20 | chroot_exec make -C /tmp/u-boot/ ${UBOOT_CONFIG} all | |
|
20 | chroot_exec make -j${KERNEL_THREADS} -C /tmp/u-boot/ ${UBOOT_CONFIG} all | |
|
21 | 21 | |
|
22 | 22 | # Copy compiled bootloader binary and set config.txt to load it |
|
23 | 23 | install_exec "${R}/tmp/u-boot/tools/mkimage" "${R}/usr/sbin/mkimage" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant