Skip to content

Commit

Permalink
linux-firmware: Add wilwifi 8000c package back in pyro
Browse files Browse the repository at this point in the history
Change-type: patch
Changelog-entry: Bring back the package which includes firmware for wilwifi 8000c
Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan authored and agherzan committed Feb 21, 2018
1 parent 328b7c4 commit 9cc6ef9
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Due to a bug in oe-core, the 8000c was removed completely. Make sure this is
# available in pyro by redefining it here. Rocko and master are unaffected.
# Ref.: http://lists.openembedded.org/pipermail/openembedded-core/2018-February/147508.html
python __anonymous() {
packages = d.getVar("PACKAGES", True)
if not packages:
return
for p in packages.split():
if p == "linux-firmware-iwlwifi-8000c":
return
d.setVar("PACKAGES", packages + " linux-firmware-iwlwifi-8000c")
}
FILES_${PN}-iwlwifi-8000c = "${nonarch_base_libdir}/firmware/iwlwifi-8000C-*.ucode"

0 comments on commit 9cc6ef9

Please sign in to comment.