Files
Petr Štetiar 2cdf1ccd37 build: fix KERNEL_GIT_DEPTH defaults
Matthias has reported, that his builds started failing recently and
we've found out, that its caused by the new `git clone --depth 1`
parameter being added by default, which is unwanted and obviously
results into unreachable Git history of some past `KERNEL_GIT_REF` Git
references for certain kernel branches.

So lets fix this by using the default Git clone depth `KERNEL_GIT_DEPTH`
of `0` to make it clear, that this feature should be disabled to keep
old behavior and assure backward compatibility.

Fixes: 00cad4113a ("build: add new KERNEL_GIT_DEPTH feature")
Reported-by: Matthias FRANCK <matthias.franck_ext@softathome.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 4baf654eba)
2024-09-12 18:18:23 +00:00
..
2023-09-27 22:37:01 +02:00
2023-09-27 22:37:01 +02:00
2024-07-06 18:31:14 +02:00