aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2020-10-12linux-raspberrypi: Only deploy cmdline.txt for the main kernelwarriorAlex Gonzalez
When multiple kernels are being built, not all of them can deploy the same file. Signed-off-by: Alex Gonzalez <alexg@balena.io>
2020-03-19linux-raspberrypi: Bump to 4.19 recipe to 4.19.88Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2020-03-19linux-raspberrypi: Bump to 4.19 recipe to 4.19.81Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> (cherry picked from commit f18092898881d7ec31872639063231224c11c65d)
2020-03-19linux-raspberrypi=4.19.80 bcm2835-bootfiles=20191021Martin Jansa
* 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> (cherry picked from commit 609df9391701e4c82b2807fe8ffe3bca55b9787e)
2020-02-20linux-raspberrypi: Updating the linux revision to resolve video rendering issueKhan3033
Signed-off-by: Khan3033 <Riyaz.l@ltts.com> (cherry picked from commit cee2557dc872ddaf721e6badb981c7772503f8ea)
2019-12-20linux-firmware-rpidistro_git: Update wifi firmwareFlorin Sarbu
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>
2019-10-18linux-raspberrypi-rt: Update 4.19 recipe to 4.19.71Vincenzo Pacella
Signed-off-by: Vincenzo Pacella <shaduz@shaduzlabs.com>
2019-09-16raspberrypi-linux: removed protocoll setting from SRC_URITimm Eversmeyer
Default protocoll for git will be used. Default setting is in the most case https. Signed-off-by: Timm Eversmeyer saeugetier@gmail.com
2019-09-09linux-raspberrypi: Update 4.19 recipe to 4.19.71Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-08-19linux-raspberrypi: add linux-raspberrypi-rt 4.19Vincenzo Pacella
add rt kernel recipe for version 4.19 Signed-off-by: Vincenzo Pacella <shaduz@shaduzlabs.com>
2019-08-16linux-raspberrypi: Update 4.19 recipe to 4.19.66Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Bump 4.19 revisionAndrei Gherzan
This version includes a workaround for the usable DMA memory. It limits the DMA to the first 1G. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Build dtbs with dtbs make target for all 64bit targetsAndrei Gherzan
We already do this for rpi3-64 and we will need it for rpi4-64 as well. See 6c4de0b5fe44b8e661f1391ee8540a7f04d75315 for more details. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Bump 4.19 to 4.19.58Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Bump 4.19.57 revisionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Upgrade to 4.19.57Khem Raj
Fixes vc4 graphics issues seen with 4.19.56 Add -@ to device tree flags so we can debug/dump the dtb with symbols, helps in debugging the overlays Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-20linux-raspberrypi: Bump 4.19 revision to have proper coherent_pool setAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi.inc: Explicitly set defconfig for raspberrypi4-64Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Fix defconfig for RPi4-64Andrei Gherzan
emmc dt node uses iproc sdhci driver. Make sure it is enabled. https://github.com/raspberrypi/linux/pull/3045 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Bump 4.19 revision to fix RPi 4 arm64 buildsAndrei Gherzan
See: https://github.com/raspberrypi/linux/commit/9d1deec93fa8b1b4953ff5e9210349f3c85b9a8d https://github.com/raspberrypi/linux/issues/3024 https://github.com/raspberrypi/linux/pull/3030 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-firmware-rpidistro: Fix WiFi on RaspberryPi 4Andrei Gherzan
The official Raspbian with RPi4 support has an additional change for the NVRAM WiFi configuration: boardflags3 value is changed from "0x48200100" to "0x44200100". Without this change the interface never comes up. It is confusing because the deb changelog doesn't say anything about it and the repository upstream doesn't have this change. Asked for more info here: https://github.com/RPi-Distro/firmware-nonfree/issues/3 In the meanwhile we import this change. Also, we remove the .pc directory which confuses the patch step. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Update 4.19 kernel to 4.19.56Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-07-20linux-raspberrypi: Include configuration for RaspberryPi3 defconfigAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2019-06-14linux-raspberrypi_4.19.bb: Update to 4.19.44Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-24linux-raspberrypi 4.9: Drop old versionPaul Barker
The rpi-4.9.y branch has not been updated since July 2018. Signed-off-by: Paul Barker <paul@betafive.co.uk>
2019-04-24linux-raspberrypi: Update 4.14.y kernelPaul Barker
Signed-off-by: Paul Barker <paul@betafive.co.uk>
2019-04-16linux_raspberrypi_4.19: Update to 4.19.34Martin Jansa
* The branch rpi-4.19.y (and rpi-4.18.y) was recently force pushed and current d65a0f76d3adcf86a6f5c614c68edb3aeb3b8590 nor previous 3c468fc8191d276e3e9efd976a0ff71271f3fc51 aren't included in any branch, from my local checkout update: e24b1f6c0c79..5f4b16e4a8d6 rpi-4.14.y -> up/rpi-4.14.y e54efc381a97..22bb67b8e2e8 rpi-4.14.y-rt -> up/rpi-4.14.y-rt 3a1a31d70660...d58c595b013f rpi-4.18.y -> up/rpi-4.18.y (forced update) 48dfbb408fdd...ab8652c03fa0 rpi-4.19.y -> up/rpi-4.19.y (forced update) [new branch] rpi-4.20.y -> up/rpi-4.20.y [new branch] rpi-5.0.y -> up/rpi-5.0.y Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2019-04-07linux_raspberrypi_4.19: Update to 4.19.32Peter A. Bigot
The rpi-4.19.y branch has been rebased and the commit specified for 4.19.30 no longer exists upstream. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-03-24linux-raspberrypi_4.19: Bump to 4.19.30Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-21linux-kernel: Upgrade to 4.9.29Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-08linux-raspberrypi_4.19.bb: Upgrade to 4.19.25Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-05linux-raspberrypi_4.19.bb: Update to 4.19.25Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-24linux-raspberrypi: Add recipe for 4.19 kernelKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-24linux-raspberrypi-dev: Switch to 4.19 kernelKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-02-14linux-raspberrypi: Update to 4.14.98Zahari Petkov
Signed-off-by: Zahari Petkov <zahari@balena.io>
2019-02-12bluez-firmware-rpidistro: update bluez-firmwareRicardo Salveti
Latest bluez-firmware release updates BCM4345C0.hcd to 003.001.025.0156.0280, restoring LE scan capability. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
2019-01-17bpftool: Move under meta-oe dynamic layerKhem Raj
This helps to ignore dangling bbappend when meta-oe is not included in layer mix Fixes #366 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-01-01linux-raspberrypi: add linux-raspberrypi-rt 4.14Phong Tran
select the rt kernel by adding in local.conf: PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-rt" Signed-off-by: Phong Tran <tranmanphong@gmail.com>
2018-12-15linux-raspberrypi: Update to 4.14.87Pepijn de Vos
To match 20181211 firmware Signed-off-by: Pepijn de Vos <pepijndevos@gmail.com>
2018-12-12linux-raspberrypi: Update to 4.14.85Drew Moseley
Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
2018-12-12bpftool: Disable for rpi until kernel is not > 4.14Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-23linux-firmware: replace machine override with new recipesPeter A. Bigot
Raspberry Pi hardware requires firmware that supersedes or is not present in the standard linux-firmware distribution. These files are maintained in the RPi-Distro project on github. Several attempts have been made to reconcile conflicts between what's in linux-firmware and what the hardware needs. The existing approach is functional but not maintainable since it combines material from three repositories into a single package that claims to be linux-firmware. Remove the appends that change the content of linux-firmware for rpi hardware. Add two new recipes that follow the RPi-Distro repositories: * firmware-nonfree which forked from linux-firmware and replaces content is provided as linux-firmware-rpidistro; * bluez-firmware which forked from (very old) bluez and adds content is provided as bluez-firmware-rpidistro. The packages are named to make clear that these come from RPi-Distro, rather than generic sources. Licensing attempts to record the state of licensing as documented in RPi-Distro. Resolves: #298 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2018-11-08linux-raspberrypi: Update to 4.14.79Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-10-30linux-firmware: Bump revisionsOtavio Salvador
- raspbian-nf = "b518de45ced519e8f7a499f4778100173402ae43" - raspbian-bluez = "ade2bae1aaaebede09abb8fb546f767a0e4c7804" Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-11linux-raspberrypi: Build rpi poe fan driverAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-09-11linux-raspberrypi: Update to 4.14.68Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-07-26linux-raspberrypi: Update to v4.14.58Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-07-26linux-firmware: remove duplicate ${PN}-bcm43455 packageMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-07-20linux-firmware: move ${PN}-cypress-license handling to oe-core recipeMartin Jansa
* this will make this bbappend a bit more version agnostic * depends on oe-core commits from: http://lists.openembedded.org/pipermail/openembedded-core/2018-July/153164.html to prevent including ${PN}-cypress-license package twice in PACKAGES http://lists.openembedded.org/pipermail/openembedded-core/2018-July/153165.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-07-20linux-raspberrypi: update 4.9 recipe to current HEADMirza Krak
Contains the following changes: 7f9c648dad64 drm/vc4: Move IRQ enable to PM path which fixes an unbalanced IRQ enable warning, which was rapported in #286 Signed-off-by: Mirza Krak <mirza.krak@northern.tech> Signed-off-by: Gunnar Andersson <gandersson@genivi.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>