aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-12linux-raspberrypi_4.9.bb: Add recipe for 4.9 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-01-12linux-raspberrypi_4.8.bb: Upgrade to 4.8.16Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-12-29u-boot: drop patch to include lowlevel_initMirza Krak
The patch 0003-Include-lowlevel_init.o-for-rpi2.patch does not apply on 2016.11 and causes an build error. Patch 0002-rpi-passthrough-of-the-firmware-provided-FDT-blob.patch provides the inclusion of lowlever_init.o. Signed-off-by: Mirza Krak <mirza.krak@gmail.com>
2016-12-29rpi-base.inc: remove input modules form XSERVERAndreas Müller
This is nothing a BSP has to decide Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-12-29rpi-base.inc: add xserver-xorg-extension-glx to XSERVER for vc4 enabledAndreas Müller
make glxinfo/glggears/.. work Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-12-29linux-raspberrypi-4.8: Upgrade to 4.8.15Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-12-29userland: Fix building on aarch64Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-12-29linux-raspberrypi-4.8: Upgrade to 4.8.13Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-12-29userland: Update to latestKhem Raj
* Regenerate forward patches * Remove upstreamed ones Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-12-29linux-raspberrypi-base.bbclass: remove version hackAndreas Müller
* no more required (version > 3.17 | > 4.3.x | > 4.4.5) * causes error with rt kernel Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-12-06linux-rpi.inc: Do not rely on DISTRO_TYPE to enable/disable kernel debugFrank Meerkoetter
DISTRO_TYPE doesn't seem to be set anywhere in OE/poky. This causes CMDLINE_DEBUG to default to "debug" which is very noisy. This is especially true when building a systemd based system, as systemd also looks at the kernel commandline to set the debug level. Such a system is nearly unuseable from the serial console due to the amount of data logged by systemd. Signed-off-by: Frank Meerkoetter <meerkoetter@googlemail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-12-06u-boot: Simplify boot scriptJonathan Liu
A patch is backported to check if the firmware loaded a device tree blob into memory and set the fdt_addr variable if it is found. The U-Boot script will then read the command line arguments generated by the firmware from the device tree and boot the kernel with the command line arguments and the loaded device tree. This allows things like MAC address, board revision and serial number to be correctly configured and options in config.txt to be used. An additional patch is backported and further changes are made to support this. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2016-12-06linux-raspberrypi_4.8.bb: upgrade to 4.8.12Trevor Woerner
The rpi-4.8.y branch of git://github.com/raspberrypi/linux.git was rebased, losing any previous commit hashes. This latest update doesn't include the raspberry pi patches for 4.8.6, but the upstream patches are included starting with 4.8.11. Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-12-06firmware: Update to 20161125Jonathan Liu
Signed-off-by: Jonathan Liu <net147@gmail.com>
2016-12-06linux-raspberrypi_4.4.bb: upgrade to 4.4.35Trevor Woerner
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2016-11-16raspberrypi3.conf: fix typo for BCM43430piotr.lewicki
Signed-off-by: Piotr Lewicki <piotr.lewicki@elfin.de>
2016-11-12linux-raspberrypi: remove not needed bundle_initramfs_append()piotr.lewicki
2016-11-12u-boot: Fix appending to RDEPENDSJonathan Liu
The += operator should not be used in combination with overrides as it will clear any existing values in the variable. Example: FOO = "bar" FOO_rpi += "baz" The above example would result in FOO being equal to " baz" instead of "bar baz". The bbappend is changed to use a wildcard instead of a specific version to simplify updating U-Boot. Signed-off-by: Jonathan Liu <net147@gmail.com>
2016-11-12linux-raspberrypi_4.8.bb: Upgrade to 4.8.6Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08linux-firmware_git.bbappend: DeleteKhem Raj
OE-core already bumped the base rev on linux-firmware package to include the upstreamed version of brcmfmac43430 firmware in september via OE-Core commit a0bc732976670810505286ba43feee70e2c812ce Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08userland: Bump to latest and add ASNEEDED = ""Khem Raj
ASNEEDED does not work with userland libraries as noted in see https://lists.yoctoproject.org/pipermail/yocto/2014-June/019933.html Helps with running kodi using gles2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08firmware: Use release tarballsKhem Raj
This is a binary repo and its quite large in size we do not need the whole history of this repo since most of stuff needed is binaries, therefore switch to release tarballs Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08weston: Unify bbappends for weston into single fileKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08userland: Update to latest master tipKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08firmware: Update to 20161030Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08linux-raspberrypi-4.4: Update to 4.4.28Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPiKhem Raj
Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-11-08rpi-base.inc: Include pi3-disable-bt-overlay.dtbJonathan Liu
This is used to disable Bluetooth and restore the serial console. Signed-off-by: Jonathan Liu <net147@gmail.com>
2016-10-31linux-raspberrypi: Update to 4.8.4Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-10-31linux-firmware: Fix "No generic license file exists" warningJonathan Liu
The NO_GENERIC_LICENSE map value for Firmware-broadcom_brcm80211 needs to have the full path to LICENSE.broadcom_brcm80211 from the URL instead of just the filename. Fixes the following warning building the linux-firmware recipe: WARNING: linux-firmware-1_0.0+gitAUTOINC+42ad5367dd-r0 do_populate_lic: linux-firmware: No generic license file exists for: Firmware-broadcom_brcm80211 in any provider Signed-off-by: Jonathan Liu <net147@gmail.com>
2016-10-31linux-raspberrypi_4.8.bb: Update to 4.8.2Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-31firmware: Update to latestKhem Raj
Fixes issues with display not starting with weston Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-31linux-firmware: Correct the LICENSE for brcm43430-licenseJonathan Liu
The license for brcm43430-license should be the license it contains instead of all the licenses of the linux-firmware packages. [YOCTO #10251] Signed-off-by: Jonathan Liu <net147@gmail.com>
2016-10-31sdcard_image-rpi.bbclass: Include boot script when using u-bootPaul Barker
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2016-10-31u-boot: Add RDEPENDS on rpi-u-boot-scrPaul Barker
The boot.cmd file created by rpi-u-boot-scr is needed for u-boot to automatically boot a RaspberryPi. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2016-10-31rpi-u-boot-scr: Add recipe to create u-boot boot scriptPaul Barker
Upstream u-boot searches the boot partition for a script named 'boot.scr'. If this file exists it is executed as a sequence of u-boot commands in order to boot the system. This script must be compiled using the mkimage command to ensure that it is understood by u-boot. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2016-10-31rpi-base.inc: Don't install kernel image into rootfsPaul Barker
The kernel image is installed into the FAT32 boot partition and does not need to also be installed into the rootfs. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2016-10-14eglinfo-x11: align to VC4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-10-14vc4: why no framebuffer device?Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-10-14xorg align for vc4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-10-14mesa: align for vc4Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-10-14bluez5: correctly append brcm43438 serviceSamuli Piippo
Cannot use += operator together with machine override. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
2016-10-14Fix DISPMANX_OFFLINE variable typoAlistair Buxton
Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
2016-10-14README: Replace references to Redmine with Github IssuesAlistair Buxton
Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
2016-10-14linux-raspberrypi_4.7.bb: Update to 4.7.7Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-14linux-raspberrypi: Add recipe for 4.8 releaseKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-13firmware: Upgrade to latestKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-13userland: Upgrade to latestKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-13sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSIONJonathan Liu
The value of the RPI_KERNEL_VERSION can change between None and the kernel version which can result in taskhash mismatch errors while building images. The taskhash mismatch errors can be reproduced using: bitbake -c cleansstate virtual/kernel core-image-minimal && bitbake core-image-minimal The get_dts() and split_overlays() functions are modified so that the kernel version argument is optional. If the version is not supplied to these functions, they will fallback to the Python equivalent of the expression used for RPI_KERNEL_VERSION. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-10-13linux-raspberrypi_4.4: Upgrade to 4.4.23Khem Raj
Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>