From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]> --- recipes-bsp/rpi-firmware-brcm80211/rpi-firmware-brcm80211.bb | 11 +++++++++++ recipes-bsp/rpi-firmware/rpi-firmware_1.20200212.bb | 11 +++++++++++ 2 files changed, 22 insertions(+)
diff --git a/recipes-bsp/rpi-firmware-brcm80211/rpi-firmware-brcm80211.bb b/recipes-bsp/rpi-firmware-brcm80211/rpi-firmware-brcm80211.bb index 020d63d..31fd19b 100644 --- a/recipes-bsp/rpi-firmware-brcm80211/rpi-firmware-brcm80211.bb +++ b/recipes-bsp/rpi-firmware-brcm80211/rpi-firmware-brcm80211.bb @@ -1,3 +1,14 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2020 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + inherit dpkg-raw SRC_URI = "https://github.com/RPi-Distro/firmware-nonfree/archive/${SRCREV}.tar.gz;downloadfilename=firmware-${SRCREV}.tar.gz" diff --git a/recipes-bsp/rpi-firmware/rpi-firmware_1.20200212.bb b/recipes-bsp/rpi-firmware/rpi-firmware_1.20200212.bb index f6d338c..657ddd7 100644 --- a/recipes-bsp/rpi-firmware/rpi-firmware_1.20200212.bb +++ b/recipes-bsp/rpi-firmware/rpi-firmware_1.20200212.bb @@ -1,3 +1,14 @@ +# +# Jailhouse, a Linux-based partitioning hypervisor +# +# Copyright (c) Siemens AG, 2020 +# +# Authors: +# Jan Kiszka <[email protected]> +# +# SPDX-License-Identifier: MIT +# + inherit dpkg-raw SRC_URI = " \ -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/f0dbdd499f544000c5e3ad57e5897defb9efedb0.1586760835.git.jan.kiszka%40web.de.
