summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-raspberrypi: bump to Linux version 4.19.102Pierre-Jean Texier2020-02-081-2/+2
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* gstreamer1.0-plugins-base: Adjust for meson conversionKhem Raj2020-02-081-0/+2
| | | | | | OE-core now uses meson to build gstreamer Signed-off-by: Khem Raj <raj.khem@gmail.com>
* raspberrypi-firmware: bump to version 20200205Pierre-Jean Texier2020-02-081-4/+4
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* packagegroup-rpi-test: use MACHINE_ARCHMartin Jansa2020-01-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | * fixes this error reported by sstate-diff-machines.sh: === Comparing signatures for task do_package_write_ipk.sigdata between raspberrypi2 and raspberrypi3 === | ERROR: packagegroup-rpi-test different signature for task do_package_write_ipk.sigdata between raspberrypi2 and raspberrypi3 | NOTE: Starting bitbake server... | Hash for dependent task packagegroups/packagegroup-rpi-test.bb:do_package changed from 90d4d6b4f44b5c02560c4fd3a1d6143d7c79e75a110db351c99d393a58b5cf26 to 32d7a96f98179695ff0dce057a8501a6920ce7f053a47c3bd6bd50613bd2618b | Unable to find matching sigdata for /OE/build/luneos-master/webos-ports/meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb:do_package with hashes 90d4d6b4f44b5c02560c4fd3a1d6143d7c79e75a110db351c99d393a58b5cf26 or 32d7a96f98179695ff0dce057a8501a| 6920ce7f053a47c3bd6bd50613bd2618b | * MACHINE_EXTRA_RRECOMMENDS in RRECOMMENDS_${PN} is MACHINE specific, e.g. between raspberrypi2 and raspberrypi3: tmp-glibc/sstate-diff/1580322520/raspberrypi2/all-webos-linux/packagegroup-rpi-test/1.0-r0.do_package.sigdata.90d4d6b4f44b5c02560c4fd3a1d6143d7c79e75a110db351c99d393a58b5cf26 tmp-glibc/sstate-diff/1580322520/raspberrypi3/all-webos-linux/packagegroup-rpi-test/1.0-r0.do_package.sigdata.32d7a96f98179695ff0dce057a8501a6920ce7f053a47c3bd6bd50613bd2618b bitbake-diffsigs tmp-glibc/sstate-diff/1580322520/raspberrypi*/*/packagegroup-rpi-test*/*do_package.sig* | NOTE: Starting bitbake server... basehash changed from ee2d20ddb4aa98ffefe5c4c56ba2e59833ba94ed3a4523d3e52683209626aa23 to ca3df8d8ef86b298f57c41ffba278dd0330ffb00e7e25943c272c8b3c57a6dc3 Variable MACHINE_EXTRA_RRECOMMENDS value changed: " kernel-modules udev-rules-rpi {+ linux-firmware-rpidistro-bcm43430 linux-firmware-rpidistro-bcm43455 bluez-firmware-rpidistro-bcm43430a1-hcd bluez-firmware-rpidistro-bcm4345c0-hcd +}" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-rpi-test: include bigbuckbunny in RRECOMMENDS_${PN} only with ↵Martin Jansa2020-01-301-3/+1
| | | | | | | | | | | | | | | meta-multimedia * resolves: ERROR: Nothing RPROVIDES 'bigbuckbunny-480p' (but meta-raspberrypi/recipes-core/packagegroups/packagegroup-rpi-test.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'bigbuckbunny-480p' is unbuildable, removing... Missing or unbuildable dependency chain was: ['bigbuckbunny-480p'] ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'packagegroup-rpi-test', 'bigbuckbunny-480p'] when building without meta-multimedia layer included Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* omxplayer: respect virtual/libomxilMartin Jansa2020-01-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux-raspberrypi: bump to Linux version 4.19.97Pierre-Jean Texier2020-01-241-2/+2
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* rpi-base.inc: use wic.bz2 for all rpi machines by defaultPierre-Jean Texier2020-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | This change moves the default image for all rpi machines. We moved from rpi-sdimg to wic.bz2. Also enable wic.bmap image generation. From the documentation in [1], Bmaptool is a generic tool for creating the block map (bmap) for a file and copying files using the block map. The idea is that large files, like raw system image files, can be copied or flashed a lot faster and more reliably with bmaptool than with traditional tools, like "dd" or "cp". Example: $: sudo bmaptool copy <image-name>.wic.xz /dev/<your-block-device> [1] - https://github.com/intel/bmap-tools Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* rpio: Use python3 during buildKhem Raj2020-01-241-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstreamer1.0-omx: let virtual/libomxil dependency to pull userlandMartin Jansa2020-01-242-7/+9
| | | | | | * and adjust VIRTUAL-RUNTIME_libomxil to pull runtime provider for libomxil Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gstreamer1.0-plugins-base: adapt to gstreamer1.0 now using mesonMartin Jansa2020-01-241-4/+0
| | | | | | * depends on oe-core changes which adds dispmanx PACKAGECONFIG to gstreamer1.0-plugins-base Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* userland: add pkg-config for openmaxil and add virtual/libomxil to PROVIDESMartin Jansa2020-01-242-0/+42
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kas-poky-rpi: add kas filePierre-Jean Texier2020-01-222-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The kas tool provides an easy mechanism to setup bitbake based projects. As explained in [1] the key features provided by kas are: - clone and checkout bitbake layers - create default bitbake settings (machine, arch, ...) - launch minimal build environment, reducing risk of host contamination - initiate bitbake build process So, let's create a minimal example in this layer to build an image with a small effort. This seems interesting for new users of the meta-raspberrypi. For example: $: sudo pip3 install kas $: mkdir rpi $: cd rpi $: git clone https://github.com/agherzan/meta-raspberrypi.git $: kas build meta-raspberrypi/kas-poky-rpi.yml and that's all ! To adjust the construction with specific options (I2C, SPI, ...), simply add a section as follows: local_conf_header: rpi-specific: | ENABLE_I2C = "1" RPI_EXTRA_CONFIG = "dtoverlay=pi3-disable-bt" To configure the machine, the user have to update the 'machine' variable. And the same for the 'distro'. [1] - https://kas.readthedocs.io/en/1.0/userguide.html Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* README: Add documentation badgePaul Barker2020-01-201-0/+1
| | | | Signed-off-by: Paul Barker <pbarker@konsulko.com>
* Add support for PiTFT 2.8" with capacitive touchErik Botö2020-01-143-0/+8
| | | | | | | | Add support for the Adafruit PiTFT Plus 320x240 2.8" TFT with Capacitive Touchscreen, using the same patterns used for the other versions of the PiTFT screens. Signed-off-by: Erik Botö <erik.boto@gmail.com>
* armstubs: Define the new symbols use in MakefileAndrei Gherzan2020-01-141-0/+4
| | | | | | | | The tools repository renamed the CC, LD etc symbols to CC7, LD7 etc. See: https://github.com/raspberrypi/tools/commit/b0c869bc929587a7e1d20a98e2dc828a24ca396a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi-tools: Update to current HEADAndrei Gherzan2020-01-141-3/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* pi-bluetooth: Fix signature failuresAndrei Gherzan2020-01-141-2/+0
| | | | | | | | After bc7b654feecceee46bb11800b69994640d03b0ad, we made this package depend on a package that is not allarch while this is. Let's drop it for this package as well to avoid these sstate signature issues. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* gstreamer1.0-plugins-base: respect opengl DISTRO_FEATURES when vc4graphics ↵Martin Jansa2020-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is in MACHINE_FEATURES No virtual/egl provider is available in the default setup with vc4graphics enabled and neither opengl nor vulkan in DISTRO_FEATURES: $ bitbake -e virtual/egl | tee env.egl ERROR: Nothing PROVIDES 'virtual/egl' vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics $ bitbake -e userland 2>&1 | tee env.userland ERROR: Nothing RPROVIDES 'libegl-mesa' (but /jenkins/mjansa/build-ros/ros2-dashing-warrior/meta-raspberrypi/recipes-graphics/userland/userland_git.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'libegl-mesa' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libegl-mesa'] ERROR: Required build target 'userland' has no buildable providers. Missing or unbuildable dependency chain was: ['userland', 'libegl-mesa'] $ bitbake -e mesa 2>&1 | tee env.mesa ERROR: Nothing PROVIDES 'mesa' mesa was skipped: one of 'vulkan opengl' needs to be in DISTRO_FEATURES $ bitbake -e vc-graphics-hardfp 2>&1 | tee env.vc-graphics-hardfp ERROR: Nothing PROVIDES 'vc-graphics-hardfp' vc-graphics-hardfp was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp There is unbuildable dependency on virtual/egl from gstreamer1.0-plugins-base because: 1) gstreamer1.0-plugins-base depends on virtual/egl because of "egl" PACKAGECONFIG 2) "egl" PACKAGECONFIG is enabled by meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend PACKAGECONFIG_GL_rpi = "egl gles2" without respecting the "opengl" in DISTRO_FEATURES like the recipe in oe-core does openembedded-core/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb: PACKAGECONFIG_GL ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" 3) virtual/egl is provided either by: - userland (only without vc4graphics in MACHINE_FEATURES): meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" - mesa (selected with vc4graphics in MACHINE_FEATURES) meta-raspberrypi/conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/egl ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" - vc-graphics(-hardfp) meta-raspberrypirecipes-graphics/vc-graphics/vc-graphics.inc:PROVIDES = "virtual/libgles2 virtual/egl" 4) vc-graphics(-hardfp) recipe are skipped in default setup, because with vc4graphics being in MACHINE_FEATURES by default since: https://github.com/agherzan/meta-raspberrypi/commit/690bdca57422447e49d4ef43862bf675e9acc28f the PREFERRED_PROVIDER_virtual/libgles2 is set to mesa in: conf/machine/include/rpi-default-providers.inc:PREFERRED_PROVIDER_virtual/libgles2 ?= "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "mesa", "userland", d)}" resulting in skipping the other virtual/libgles2 providers: vc-graphics-hardfp PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics-hardfp vc-graphics PROVIDES virtual/egl but was skipped: PREFERRED_PROVIDER_virtual/libgles2 set to mesa, not vc-graphics 5) mesa is skipped when neither opengl nor vulkan are in DISTRO_FEATURES 6) userland doesn't provide virtual/egl because we have the default vc4graphics meta-raspberrypi/recipes-graphics/userland/userland_git.bb:PROVIDES += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "", "virtual/libgles2 virtual/egl", d)}" and it cannot be built anyway, because with the default vc4graphics it depends on libegl-mesa: meta-raspberrypi/recipes-graphics/userland/userland_git.bb:RDEPENDS_${PN} += "${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "libegl-mesa", "", d)}" and libegl-mesa is provided only by mesa recipe from oe-core which in turn requires either "opengl" or "vulkan" to be in DISTRO_FEATURES This causes a lot of unresolved dependencies in default setup with vc4graphics but without opengl. - with Yocto 2.6 Thud and older it worked, because vc4graphics wasn't enabled by default before: https://github.com/agherzan/meta-raspberrypi/commit/690bdca57422447e49d4ef43862bf675e9acc28f To build gstreamer1.0-plugins-base with egl PACKAGECONFIG enabled you have 2 options: A) Just add "opengl" to DISTRO_FEATURES and use the default vc4graphics with mesa providing virtual/egl B) Use DISABLE_VC4GRAPHICS added in https://github.com/agherzan/meta-raspberrypi/commit/96c8459c9363cc6bf463aedf4d24f92a1ee7d6ba to explicitly disable vc4graphics and use userland to provide virtual/egl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux-raspberrypi: bump to Linux version 4.19.93Pierre-Jean Texier2020-01-131-2/+2
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* raspberrypi-cm3.conf: drop KBUILD_DEFCONFIG definitionRicardo Salveti2020-01-081-1/+0
| | | | | | | KBUILD_DEFCONFIG should be defined by the kernel recipe instead, such as linux-raspberrypi. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* linux-raspberrypi: define kbuild defconfig for rpi cm3Ricardo Salveti2020-01-081-0/+1
| | | | | | Also define a default kbuild defconfig value for rpi cm3. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* conf/machine: add pci to MACHINE_FEATURES for Pi4Allen Wild2020-01-072-0/+2
| | | | | | | This pulls in the pciutils package (including `lspci`) via packagegroup-base. Signed-off-by: Allen Wild <allenwild93@gmail.com>
* raspi-gpio: bump to revision 4edfde1Pierre-Jean Texier2019-12-311-1/+1
| | | | | | | | This includes the following changes: 4edfde1 Update raw output to show pull registers on 2711 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* rpi-gpio: bump to version 0.7.0Pierre-Jean Texier2019-12-312-35/+6
| | | | | | | | | Also: - update the HOMEPAGE location - refresh patch - use 'distutils3' to support python3 -> python2 is now deprecated Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* linux-raspberrypi-rt: bump to revision e2e9cecPierre-Jean Texier2019-12-241-1/+1
| | | | | | | | | | | | | | | | This version includes a fix for the USB part. Fixes: [ 2.988098] CPU: 3 PID: 79 Comm: irq/56-dwc_otg_ Not tainted 4.19.71-rt24 #1 [ 2.988102] Hardware name: BCM2835 [ 2.988134] [<801120a8>] (unwind_backtrace) from [<8010d260>] (show_stack+0x20/0x24) [ 2.988151] [<8010d260>] (show_stack) from [<8085340c>] (dump_stack+0xbc/0x100) [ 2.988167] [<8085340c>] (dump_stack) from [<80121160>] (__warn.part.0+0xcc/0xe8) [ 2.988182] [<80121160>] (__warn.part.0) from [<80121314>] (warn_slowpath_null+0x54/0x5c) [ 2.988197] [<80121314>] (warn_slowpath_null) from [<8014f120>] (migrate_disable+0x220/0x Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty stringMichael Baisch2019-12-231-3/+2
| | | | | | Fixes: #533 Signed-off-by: Michael Baisch <baisch@tau-tec.com>
* pi-bluetooth: Runtime depends on udev-rules-rpiLeon Anavi2019-12-231-0/+4
| | | | | | | | | | Add udev-rules-rpi as a runtime dependency. It brings udev rules for creating /dev/serial1. This way hciuart.service, provided by pi-bluetooth, will be successfully started because it depends on dev-serial1.device. As a result the Bluetooth module will be properly attached via UART HCI to BlueZ stack. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* linux-raspberrypi: Bump to 4.19 recipe to 4.19.88Andrei Gherzan2019-12-201-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi-firmware: Update to current HEADAndrei Gherzan2019-12-202-5/+5
| | | | | | | | | | | | This RaspberryPi firmware update includes a change in the license file as well[1]. This change is for supporting customisation program. [1] https://github.com/raspberrypi/firmware/commit/dd9e9ebb5d5306e91acb135db890cf18f3a5eea2 As a result of this change, we update the hash in the bcm2835-bootfiles recipe as well. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* sdcard_image-rpi.bbclass: Use IMAGE_NAME_SUFFIX variable in SDIMGFrancois Retief2019-12-051-1/+1
| | | | | | | | Use the IMAGE_NAME_SUFFIX variable to build the SDIMG name. Some layers, notably meta-mender, change the IMAGE_NAME_SUFFIX variable to something other that ".rootfs", causing build failures. Signed-off-by: Francois Retief <fgretief@gmail.com>
* pi-blaster: bump to revision befd8efPierre-Jean Texier2019-11-122-35/+2
| | | | | | | | | Also: - remove upstreamed patch. - update LIC_FILES_CHKSUM: License in the README was moved a couple of lines below Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* wiringpi: remove obsolete filesPierre-Jean Texier2019-11-111-415/+0
| | | | | | | Since commit e050601 ("wiringpi: Delete"), wiringpi does not exits anymore. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* raspi-gpio: bump to revision 2eaa8b8Pierre-Jean Texier2019-11-081-1/+1
| | | | | | | | | | | | | This includes the following changes: 2eaa8b8 Initialise hwbase so that access without /dev/gpiomem works again f36777c Whitespace tidyup (and re-ran astyle). No functional changes. 80fa7d0 Add support for 2711 bf7f4c8 Reformat with astyle (cosmetic change) aa55bbd Autoreconf for Buster 5e453d0 raspi-gpio: Fix handling of "funcs" mode Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* linux-raspberrypi: Bump to 4.19 recipe to 4.19.81Andrei Gherzan2019-11-081-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-firmware-rpidistro: Bump revisionAndrei Gherzan2019-11-081-1/+1
| | | | | | | | | This reverts the last firmware update where enabling WiFi breaks Bluetooth connectivity[1]. [1] https://github.com/RPi-Distro/firmware-nonfree/issues/7 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi-tools: Update to current HEADAndrei Gherzan2019-11-081-3/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi-firmware: Update to current HEADAndrei Gherzan2019-11-081-4/+4
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* pi-bluetooth: Update to latest version (0.1.12)Andrei Gherzan2019-11-082-9/+7
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics: Clarify license conditionsPaul Barker2019-10-241-1/+1
| | | | | | | The license text matches the 'Broadcom-RPi' custom license used in bcm2835-bootfiles. Signed-off-by: Paul Barker <paul@betafive.co.uk>
* bcm2835-bootfiles: Clarify license conditionsPaul Barker2019-10-242-1/+30
| | | | | | | We define a new 'Broadcom-RPi' license and include the full text in our custom-licenses directory. Signed-off-by: Paul Barker <paul@betafive.co.uk>
* armstubs: License is BSD-3-ClausePaul Barker2019-10-241-1/+1
| | | | | | | | All source files in the armstubs directory have a 3-clause BSD license. The Makefile doesn't appear to use any files from outside this directory during the build. Signed-off-by: Paul Barker <paul@betafive.co.uk>
* licenses: Drop unused Broadcom license filePaul Barker2019-10-241-25/+0
| | | | Signed-off-by: Paul Barker <paul@betafive.co.uk>
* linux-raspberrypi=4.19.80 bcm2835-bootfiles=20191021Martin Jansa2019-10-242-6/+6
| | | | | | | | | * Upgrade the kernel to latest with corresponding firmware. * This VC4 firmware is compatible with network boot described here: https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware/raspberry_pi4_network_boot_beta.md Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* u-boot: drop patches for RPi4 merged upstream.Patrick Vacek2019-10-2310-511/+0
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* linux-raspberrypi: Updating the linux revision to resolve video rendering issueKhan30332019-10-181-2/+2
| | | | Signed-off-by: Khan3033 <Riyaz.l@ltts.com>
* omxplayer: Disable on aarch64Khem Raj2019-10-161-0/+1
| | | | | | It does not build for 64bit, needs porting Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi-rt: Update 4.19 recipe to 4.19.71Vincenzo Pacella2019-10-151-2/+2
| | | | Signed-off-by: Vincenzo Pacella <shaduz@shaduzlabs.com>
* wiringpi: DeleteKhem Raj2019-10-102-36/+0
| | | | | | | | It has gone closed source and git tree has disappeared http://wiringpi.com/wiringpi-deprecated/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-firmware-rpidistro_git: Update wifi firmwareFlorin Sarbu2019-10-092-52/+4
| | | | | | | | | | | | | This updates brcmfmac43455-sdio.bin to version 7.45.189 and brcmfmac43430-sdio.bin to version 7.45.98.83 This updated upstream firmware also includes the changes from 0001-brcmfmac43455-sdio.txt-Follow-raspbian-change-for-bo.patch so we remove this patch along with removing the do_clean_pc function which is not needed anymore since we don't apply any other patches to the upstream source. Signed-off-by: Florin Sarbu <florin@balena.io>