Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rpi-firmware-bluez
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan Zuelly
rpi-firmware-bluez
Commits
1761c799
Verified
Commit
1761c799
authored
3 weeks ago
by
Bryan Zuelly
Browse files
Options
Downloads
Patches
Plain Diff
fixed license file
parent
c23c3527
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/rpi-firmware-bluez.spec
+6
-3
6 additions, 3 deletions
SPECS/rpi-firmware-bluez.spec
with
6 additions
and
3 deletions
SPECS/rpi-firmware-bluez.spec
+
6
−
3
View file @
1761c799
...
...
@@ -3,13 +3,13 @@
%global bluez_srcdir bluez-firmware-%{bluez_commit}
Name: rpi-firmware-bluez
Version:
20221219
Version:
1.2
Release: 1%{?dist}
Summary: Supplemental firmware used by Linux kernel for some Raspberry Pi models
BuildArch: noarch
ExclusiveArch: aarch64
License:
GPLv2
License:
CYPRESS-WIRELESS-CONNECTIVITY-DEVICES-DRIVER-END-USER-LICENSE-AGREEMENT
URL: https://github.com/RPi-Distro/bluez-firmware
Source0: https://github.com/RPi-Distro/bluez-firmware/archive/%{bluez_commit}/bluez-firmware-%{bluez_commit}.tar.gz
...
...
@@ -27,8 +27,10 @@ package to enable Bluetooth/Wi-Fi on some Raspberry Pi models.
%install
install -d %{buildroot}%{_fwpath}/brcm
install -d %{buildroot}/usr/share/licenses/%{name}
cp debian/copyright %{buildroot}/usr/share/licenses/%{name}/
ls %{buildroot}
# Bluetooth for RPi Zero 2W
cp broadcom/BCM43430B0.hcd %{buildroot}%{_fwpath}/brcm/
# Bluetooth for RPi 3B+, 4, 5
...
...
@@ -49,6 +51,7 @@ ln -s brcmfmac43455-sdio.bin.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.r
ln -s brcmfmac43455-sdio.clm_blob.xz %{buildroot}%{_fwpath}/brcm/brcmfmac43455-sdio.raspberrypi,5-model-b.clm_blob.xz
%files
%license copyright
%{_fwpath}/brcm/*
%changelog
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment