summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-raspberrypi: Update 4.19 recipe to 4.19.66Andrei Gherzan2019-08-151-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Bump 4.19 revisionAndrei Gherzan2019-07-181-1/+1
| | | | | | | 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>
* linux-raspberrypi: Build dtbs with dtbs make target for all 64bit targetsAndrei Gherzan2019-07-161-3/+5
| | | | | | | 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>
* linux-raspberrypi: Bump 4.19 to 4.19.58Andrei Gherzan2019-07-161-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Bump 4.19.57 revisionAndrei Gherzan2019-07-161-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Upgrade to 4.19.57Khem Raj2019-07-111-2/+5
| | | | | | | | 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>
* linux-raspberrypi: Bump 4.19 revision to have proper coherent_pool setAndrei Gherzan2019-07-041-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi.inc: Explicitly set defconfig for raspberrypi4-64Andrei Gherzan2019-07-041-0/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Fix defconfig for RPi4-64Andrei Gherzan2019-07-042-0/+3
| | | | | | | 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>
* linux-raspberrypi: Bump 4.19 revision to fix RPi 4 arm64 buildsAndrei Gherzan2019-07-041-1/+1
| | | | | | | | | 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>
* linux-firmware-rpidistro: Fix WiFi on RaspberryPi 4Andrei Gherzan2019-06-302-1/+50
| | | | | | | | | | | | | | | 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>
* linux-raspberrypi: Update 4.19 kernel to 4.19.56Andrei Gherzan2019-06-301-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Include configuration for RaspberryPi3 defconfigAndrei Gherzan2019-06-301-0/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi_4.19.bb: Update to 4.19.44Khem Raj2019-05-291-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi 4.9: Drop old versionPaul Barker2019-04-241-11/+0
| | | | | | The rpi-4.9.y branch has not been updated since July 2018. Signed-off-by: Paul Barker <paul@betafive.co.uk>
* linux-raspberrypi: Update 4.14.y kernelPaul Barker2019-04-241-2/+2
| | | | Signed-off-by: Paul Barker <paul@betafive.co.uk>
* linux_raspberrypi_4.19: Update to 4.19.34Martin Jansa2019-04-161-2/+2
| | | | | | | | | | | | | | | | * 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>
* linux_raspberrypi_4.19: Update to 4.19.32Peter A. Bigot2019-04-071-2/+2
| | | | | | | 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>
* linux-raspberrypi_4.19: Bump to 4.19.30Khem Raj2019-03-241-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-kernel: Upgrade to 4.9.29Khem Raj2019-03-211-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi_4.19.bb: Upgrade to 4.19.25Khem Raj2019-03-081-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi_4.19.bb: Update to 4.19.25Khem Raj2019-03-051-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi: Add recipe for 4.19 kernelKhem Raj2019-02-241-0/+12
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi-dev: Switch to 4.19 kernelKhem Raj2019-02-241-4/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi: Update to 4.14.98Zahari Petkov2019-02-141-2/+2
| | | | Signed-off-by: Zahari Petkov <zahari@balena.io>
* bluez-firmware-rpidistro: update bluez-firmwareRicardo Salveti2019-02-121-1/+1
| | | | | | | 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>
* bpftool: Move under meta-oe dynamic layerKhem Raj2019-01-171-3/+0
| | | | | | | | | 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>
* linux-raspberrypi: add linux-raspberrypi-rt 4.14Phong Tran2019-01-011-0/+9
| | | | | | | | select the rt kernel by adding in local.conf: PREFERRED_PROVIDER_virtual/kernel = "linux-raspberrypi-rt" Signed-off-by: Phong Tran <tranmanphong@gmail.com>
* linux-raspberrypi: Update to 4.14.87Pepijn de Vos2018-12-151-2/+2
| | | | | | To match 20181211 firmware Signed-off-by: Pepijn de Vos <pepijndevos@gmail.com>
* linux-raspberrypi: Update to 4.14.85Drew Moseley2018-12-121-2/+2
| | | | Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
* bpftool: Disable for rpi until kernel is not > 4.14Khem Raj2018-12-121-0/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-firmware: replace machine override with new recipesPeter A. Bigot2018-11-233-69/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* linux-raspberrypi: Update to 4.14.79Andrei Gherzan2018-11-081-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* linux-firmware: Bump revisionsOtavio Salvador2018-10-301-2/+2
| | | | | | | - raspbian-nf = "b518de45ced519e8f7a499f4778100173402ae43" - raspbian-bluez = "ade2bae1aaaebede09abb8fb546f767a0e4c7804" Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-raspberrypi: Build rpi poe fan driverAndrei Gherzan2018-09-112-0/+3
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* linux-raspberrypi: Update to 4.14.68Andrei Gherzan2018-09-111-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* linux-raspberrypi: Update to v4.14.58Andrei Gherzan2018-07-261-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
* linux-firmware: remove duplicate ${PN}-bcm43455 packageMartin Jansa2018-07-261-1/+8
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux-firmware: move ${PN}-cypress-license handling to oe-core recipeMartin Jansa2018-07-201-15/+0
| | | | | | | | | | * 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>
* linux-raspberrypi: update 4.9 recipe to current HEADMirza Krak2018-07-201-1/+1
| | | | | | | | | | | | | 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>
* sdcard_image-rpi.bbclass: drop KERNEL_INITRAMFS variableMartin Jansa2018-07-161-4/+2
| | | | | | | | | | | | | | | | | | | | | | * use INITRAMFS_SYMLINK_NAME from new kernel-artifact-names.bbclass instead of KERNEL_INITRAMFS * the documentation says that KERNEL_INITRAMFS should be used to define extension of initramfs, but in linux-raspberrypi.inc it's defined only to 1 or empty based on INITRAMFS_IMAGE_BUNDLE variable and I don't see any code in meta-raspberry or oe-core which would use KERNEL_INITRAMFS to actualy name the initramfs artifact to create: ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin used in classes/sdcard_image-rpi.bbclass * also fix the assumption that there is -${MACHINE} suffix in: ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin because that's defined as KERNEL_IMAGE_SYMLINK_NAME and some DISTROs might use different value * this depends on oe-core changes which were merged today: http://git.openembedded.org/openembedded-core/commit/?id=7d0ef0eaa1bfe97015a774c26f5791622e7e8b12 * this is the last piece of previous pull-request: https://github.com/agherzan/meta-raspberrypi/pull/159 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linux-raspberrypi: Update to 4.14.52+Khem Raj2018-07-071-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-firmware: update Cypress license checksumHugo Hromic2018-06-271-1/+1
| | | | | | | Upstream recipe was updated and the license checksum needed refresh. See: <https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=e3bec3951b2f95e5f9a592cc3f64c8f5fb152f57> Signed-off-by: Hugo Hromic <hhromic@gmail.com>
* linux-firmware: restore and merge bluez-firmwarePeter A. Bigot2018-05-142-55/+77
| | | | | | | | | | | | The attempt to Raspbian updated firmware blobs in packages separate from linux-firmware introduced unresolvable conflicts with the standard linux-firmware roll-up package. Revert to using an augmented linux-firmware recipe that overrides and adds firmware from two Raspbian repositories that have up-to-date images. Closes #244 Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* linux-raspberrypi: Update to v4.14.39Peter A. Bigot2018-05-091-2/+2
| | | | Signed-off-by: Peter A. Bigot <pab@pabigot.com>
* linux-raspberrypi: Disable serial on kernel cmdline if ENABLE_UART is unsetKhem Raj2018-05-041-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi: Drop CONFIG_OABI_COMPAT completelyPaul Barker2018-04-231-8/+0
| | | | | | | There's no reason to support the old, outdated ARM OABI when upstream linux-raspberrypi doesn't support this by default. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* linux-raspberrypi: Drop inappropriate forced settingsPaul Barker2018-04-231-4/+0
| | | | | | | | | | | | CONFIG_BLK_DEV_DRBD: Deciding whether to use the in-kernel DRBD module or the external drbd recipe in meta-networking is a policy decision and doesn't belong in our BSP layer. CONFIG_LEGACY_PTYS: These are legacy for a reason. They're not enabled in the defconfig so they shouldn't be required for rpi devices. Let's drop this here, it can be added back in a distro layer where (if) needed. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* linux-raspberrypi: Don't set CONFIG_CMDLINEPaul Barker2018-04-231-3/+0
| | | | | | We force the command line at runtime via cmdline.txt anyway. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* linux-raspberrypi: Drop support for CMDLINE_NFSROOT_USBPaul Barker2018-04-231-14/+0
| | | | | | | This is obsolete, undocumented and won't work anyway since we force the kernel command line to ${CMDLINE} via the cmdline.txt file. Signed-off-by: Paul Barker <pbarker@toganlabs.com>