Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes-bsp/bootfiles/rpi-bootfiles.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DESCRIPTION = "Closed source binary files to help boot all raspberry pi devices."
LICENSE = "Broadcom-RPi"
LICENSE = "LicenseRef-Broadcom-RPi"

LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=c403841ff2837657b2ed8e5bb474ac8d"

Expand Down
2 changes: 1 addition & 1 deletion recipes-bsp/rpi-eeprom/rpi-eeprom_git.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SUMMARY = "Installation scripts and binaries for the Raspberry Pi 4 EEPROM"
DESCRIPTION = "This repository contains the rpi4/rpi5 bootloader and scripts \
for updating it in the spi eeprom"
LICENSE = "BSD-3-Clause & Broadcom-RPi"
LICENSE = "BSD-3-Clause AND LicenseRef-Broadcom-RPi"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6c5149578a16272119f3f9c13d6549b"

SRC_URI = " \
Expand Down
2 changes: 1 addition & 1 deletion recipes-graphics/vc-graphics/vc-graphics.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DESCRIPTION = "Graphics libraries for BCM2835."
LICENSE = "Broadcom-RPi"
LICENSE = "LicenseRef-Broadcom-RPi"

LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SECTION = "kernel"
# conflicts with linux-firmware.
#
# [^1]: https://github.com/RPi-Distro/bluez-firmware/issues/1
LICENSE = "Firmware-cypress-rpidistro"
LICENSE = "LicenseRef-Firmware-cypress-rpidistro"
LIC_FILES_CHKSUM = "\
file://LICENCE.cypress-rpidistro;md5=be80828daf682762f392131141288a74 \
"
Expand Down Expand Up @@ -61,12 +61,12 @@ PACKAGES = "\
${PN}-bcm4345c5-hcd \
"

LICENSE:${PN}-bcm43430a1-hcd = "Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm43430b0-hcd = "Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm4343a2-hcd = "Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm4345c0-hcd = "Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm4345c5-hcd = "Firmware-cypress-rpidistro"
LICENSE:${PN}-cypress-license = "Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm43430a1-hcd = "LicenseRef-Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm43430b0-hcd = "LicenseRef-Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm4343a2-hcd = "LicenseRef-Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm4345c0-hcd = "LicenseRef-Firmware-cypress-rpidistro"
LICENSE:${PN}-bcm4345c5-hcd = "LicenseRef-Firmware-cypress-rpidistro"
LICENSE:${PN}-cypress-license = "LicenseRef-Firmware-cypress-rpidistro"

FILES:${PN}-cypress-license = "\
${nonarch_base_libdir}/firmware/LICENCE.cypress-rpidistro \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ to linux-firmware for general use."
HOMEPAGE = "https://github.com/RPi-Distro/firmware-nonfree"
SECTION = "kernel"

LICENSE = "GPL-2.0-only & binary-redist-Cypress-rpidistro & Synaptics-rpidistro"
LICENSE = "GPL-2.0-only AND LicenseRef-binary-redist-Cypress-rpidistro AND LicenseRef-Synaptics-rpidistro"
LIC_FILES_CHKSUM = "\
file://debian/copyright;md5=454e44c688dc909e16223e4aee63568c \
"
Expand Down Expand Up @@ -66,12 +66,12 @@ PACKAGES = "\
${PN}-module-conf \
"

LICENSE:${PN}-bcm43430 = "binary-redist-Cypress-rpidistro"
LICENSE:${PN}-bcm43436 = "Synaptics-rpidistro"
LICENSE:${PN}-bcm43436s = "Synaptics-rpidistro"
LICENSE:${PN}-bcm43439 = "Synaptics-rpidistro"
LICENSE:${PN}-bcm43455 = "binary-redist-Cypress-rpidistro"
LICENSE:${PN}-bcm43456 = "Synaptics-rpidistro"
LICENSE:${PN}-bcm43430 = "LicenseRef-binary-redist-Cypress-rpidistro"
LICENSE:${PN}-bcm43436 = "LicenseRef-Synaptics-rpidistro"
LICENSE:${PN}-bcm43436s = "LicenseRef-Synaptics-rpidistro"
LICENSE:${PN}-bcm43439 = "LicenseRef-Synaptics-rpidistro"
LICENSE:${PN}-bcm43455 = "LicenseRef-binary-redist-Cypress-rpidistro"
LICENSE:${PN}-bcm43456 = "LicenseRef-Synaptics-rpidistro"
LICENSE:${PN}-license = "GPL-2.0-only"

FILES:${PN}-bcm43430 = " \
Expand Down
2 changes: 1 addition & 1 deletion recipes-multimedia/picamera-libs/picamera-libs.bb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUMMARY = "Raspberrypi firmware libraries which are required by picamera library"
DESCRIPTION = "Raspberrypi firmware libraries required by picamera library"
LICENSE = "Broadcom-RPi"
LICENSE = "LicenseRef-Broadcom-RPi"

LIC_FILES_CHKSUM = "file://opt/vc/LICENCE;md5=86e53f5f5909ee66900418028de11780"

Expand Down
Loading