File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ packages="git"
2626packages=" ${packages} crossbuild-essential-arm64"
2727# u-boot build-dependencies
2828packages=" ${packages} make bison flex bc libssl-dev gnutls-dev"
29+ # for nproc
30+ packages=" ${packages} coreutils"
2931# needed to pack resulting u-boot binary into an Android boot image
3032packages=" ${packages} gzip mkbootimg"
3133
@@ -71,7 +73,7 @@ make -j`nproc` DEVICE_TREE="${U_BOOT_DEVICE_TREE}"
7173log_i " Creating Android boot image (${ABOOT_OUTPUT} )"
7274gzip u-boot-nodtb.bin
7375cat u-boot-nodtb.bin.gz \
74- " dts/upstream/src/arm64/qcom/ ${U_BOOT_DEVICE_TREE} .dtb" \
76+ " dts/upstream/src/arm64/${U_BOOT_DEVICE_TREE} .dtb" \
7577 > u-boot-nodtb.bin.gz-dtb
7678mkbootimg --base " ${ABOOT_BASE_ADDRESS} " \
7779 --pagesize " ${ABOOT_PAGE_SIZE} " \
You can’t perform that action at this time.
0 commit comments