From: Jan Kiszka <[email protected]> Makes the artifact easier to identify in the download cache.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/linux-jailhouse_4.19.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-jailhouse_4.19.inc b/recipes-kernel/linux/linux-jailhouse_4.19.inc index be8540c..6d8d0eb 100644 --- a/recipes-kernel/linux/linux-jailhouse_4.19.inc +++ b/recipes-kernel/linux/linux-jailhouse_4.19.inc @@ -21,7 +21,7 @@ python() { } SRC_URI += " \ - https://github.com/siemens/linux/archive/${SRCREV}.tar.gz \ + https://github.com/siemens/linux/archive/${SRCREV}.tar.gz;downloadfilename=linux-${SRCREV}.tar.gz \ file://0001-ARM-dts-orange-pi-zero-Adjust-wifi-settings.patch \ file://0001-pwrseq_simple-Workaround-for-missing-device-tree-ent.patch \ file://0001-arm64-dts-zcu100-revC-Give-wifi-some-time-after-powe.patch \ -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
