hvsp: add support for compile_branch
authorHugo Villeneuve <hugo@hugovil.com>
Thu, 1 Jun 2023 20:09:28 +0000 (16:09 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 5 Jun 2023 14:36:45 +0000 (10:36 -0400)
commit0705c2779d53e96c9a624b33ed48ef018b4e96f1
tree26dbc1903dd4f420a37150e23bbf0b25e623a0a9
parenta5da940f226a74aba1c50279d04b37897beeec63
hvsp: add support for compile_branch

Apply start/end commits from base_branch to create patch files, and
also apply start/end commits from compile_branch to compile them.

This allows to have commits with prerequisite patches (ex: board files
defconfig/dts) which won't be recorded as part of the base-commit
info.
scripts/kernel-send-patches.sh