cleanup nameing of Raspberry Pi firmware packages

- drop the 3 suffix, they contain generic firmware
 - rename the "firwmare" package to "vc" as it contains stuff for the
   video core

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-04-03 18:22:57 +02:00
parent 843300f583
commit bb479125d3
14 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,6 @@ kmod
btrfs-progs
dosfstools
linux-modules
firmware-rpi3
rpi-vc
linux-firmware-rpi3
kbd

View File

@ -4,7 +4,7 @@ TARBALL="${VERSION}.tar.gz"
URL="https://github.com/raspberrypi/firmware/archive"
SHA256SUM="6b6db5f15c400bc1224266fd44238dd9b2479fd09f8a55e36ccdac2120632f8f"
DEPENDS="toolchain"
SUBPKG="boot-rpi3 boot-rpi3-dtbo firmware-rpi3 firmware-rpi3-dev boot-rpi3-dtb"
SUBPKG="boot-rpi boot-rpi-dtbo rpi-vc rpi-vc-dev boot-rpi-dtb"
prepare() {
return

View File

@ -0,0 +1 @@
requires rpi-vc

View File

@ -1 +0,0 @@
requires firmware-rpi3

View File

@ -1,4 +1,4 @@
DEPENDS="rootfs boot-rpi3 boot-rpi3-dtbo boot-rpi3-dtb linux"
DEPENDS="rootfs boot-rpi boot-rpi-dtbo boot-rpi-dtb linux"
SUBPKG="release"
build() {