No description
Find a file
Henrik Grimler eed8631c02
main/dtbtool-sprd: fork and upgrade to 1.1.2 (MR 1864)
Fix error if -p arg or dtb dir do not end with /.

Currently, running

$ dtbTool-sprd -p "scripts/dtc" -o "arch/arm/boot/dt.img" "arch/arm/boot/dts/"

or

$ dtbTool-sprd -p "scripts/dtc/" -o "arch/arm/boot/dt.img" "arch/arm/boot/dts"

fails with something like
	DTB combiner:
	  Input directory: 'arch/arm/boot/dts/'
	  Output file: 'dt.img'
	Found file: sprd-scx20_sp7731ceb.dtb ... skip, failed to scan for 'sprd,sc-id =<' tag
	=> Found 0 unique DTB(s)

instead of succeeding with something like
	DTB combiner:
	  Input directory: 'arch/arm/boot/dts/'
	  Output file: 'dt.img'
	Found file: sprd-scx20_sp7731ceb.dtb ... chipset: 8830, platform: 1, rev: 131072
	=> Found 1 unique DTB(s)

	Generating master DTB... completed

The reason for the failure is that the tool tries to run external
commands and concatenates the path from the args, meaning that it
tries to run scripts/dtcdtc instead of scripts/dtc/dtc.
2021-01-15 00:06:39 +01:00
.gitlab-ci CI: bump copyright to 2021 2021-01-08 00:16:08 +01:00
cross cross/gcc-*: upgrade to 10.2.1_pre1-r3 (MR 1869) 2021-01-11 17:08:10 +01:00
device device-purism-librem5: add udev rule for toggling wifi PM on charger change (MR 1863) 2021-01-11 23:34:23 -08:00
kde kde/plasma-dialer: fix dep (MR 1862) 2021-01-08 13:33:33 +01:00
main main/dtbtool-sprd: fork and upgrade to 1.1.2 (MR 1864) 2021-01-15 00:06:39 +01:00
modem modem/tqftpserv: don't let init.d fail on missing qrtr (MR 1806) 2020-12-22 04:09:33 +03:00
sxmo sxmo/sxmo-utils: upgrade to 1.2.0 (MR 1789) 2020-12-14 14:27:57 +01:00
temp temp/plasma-nano: upgrade to 5.20.80_git20201001 (MR 1862) 2021-01-08 21:11:51 +01:00
.clang-format Add .clang-format file (!465) 2019-06-26 22:36:15 +02:00
.editorconfig Add editorconfig file from Alpine 2018-11-27 07:47:11 +01:00
.gitignore gitignore: hide abuild's src dir (!977) 2020-02-21 14:47:22 +01:00
.gitlab-ci.yml CI: rename stages "first, second" to "lint, build" (MR 802) 2020-09-10 22:22:57 -07:00
.mrhlpr.json mrhlpr.json: change suffix in commit names (MR 1146) 2020-04-12 03:52:48 +03:00
channels.cfg channels.cfg: stable: branch_aports=3.12-stable 2020-05-31 10:19:14 +02:00
CODEOWNERS CODEOWNERS: add initial file (MR 1783) 2020-12-04 20:16:50 -08:00
LICENSE Add GPLv3 again 2018-08-23 21:44:22 +02:00
pmaports.cfg pmaports.cfg: require pmbootstrap 1.28.0 (MR 1522) 2021-01-07 23:43:22 +01:00
README.md Update README.md: add helpful links 2018-09-04 07:15:47 +00:00