mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
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:
parent
843300f583
commit
bb479125d3
14 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,6 @@ kmod
|
||||||
btrfs-progs
|
btrfs-progs
|
||||||
dosfstools
|
dosfstools
|
||||||
linux-modules
|
linux-modules
|
||||||
firmware-rpi3
|
rpi-vc
|
||||||
linux-firmware-rpi3
|
linux-firmware-rpi3
|
||||||
kbd
|
kbd
|
||||||
|
|
|
@ -4,7 +4,7 @@ TARBALL="${VERSION}.tar.gz"
|
||||||
URL="https://github.com/raspberrypi/firmware/archive"
|
URL="https://github.com/raspberrypi/firmware/archive"
|
||||||
SHA256SUM="6b6db5f15c400bc1224266fd44238dd9b2479fd09f8a55e36ccdac2120632f8f"
|
SHA256SUM="6b6db5f15c400bc1224266fd44238dd9b2479fd09f8a55e36ccdac2120632f8f"
|
||||||
DEPENDS="toolchain"
|
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() {
|
prepare() {
|
||||||
return
|
return
|
1
pkg/firmware-rpi/rpi-vc-dev.desc
Normal file
1
pkg/firmware-rpi/rpi-vc-dev.desc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
requires rpi-vc
|
|
@ -1 +0,0 @@
|
||||||
requires firmware-rpi3
|
|
|
@ -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"
|
SUBPKG="release"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue