summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* firmware: Update to 20161125Jonathan Liu2016-12-061-3/+3
| | | | Signed-off-by: Jonathan Liu <net147@gmail.com>
* linux-raspberrypi_4.4.bb: upgrade to 4.4.35Trevor Woerner2016-12-061-2/+2
| | | | Signed-off-by: Trevor Woerner <twoerner@gmail.com>
* raspberrypi3.conf: fix typo for BCM43430piotr.lewicki2016-11-161-1/+1
| | | | Signed-off-by: Piotr Lewicki <piotr.lewicki@elfin.de>
* linux-raspberrypi: remove not needed bundle_initramfs_append()piotr.lewicki2016-11-121-13/+0
|
* u-boot: Fix appending to RDEPENDSJonathan Liu2016-11-122-1/+1
| | | | | | | | | | | | | | | | | 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>
* linux-raspberrypi_4.8.bb: Upgrade to 4.8.6Khem Raj2016-11-121-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-firmware_git.bbappend: DeleteKhem Raj2016-11-084-305/+0
| | | | | | | | 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>
* userland: Bump to latest and add ASNEEDED = ""Khem Raj2016-11-082-8/+10
| | | | | | | | | | 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>
* firmware: Use release tarballsKhem Raj2016-11-081-5/+7
| | | | | | | | | 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>
* weston: Unify bbappends for weston into single fileKhem Raj2016-11-082-8/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* userland: Update to latest master tipKhem Raj2016-11-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firmware: Update to 20161030Khem Raj2016-11-081-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi-4.4: Update to 4.4.28Khem Raj2016-11-081-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gstreamer1.0-plugins-bad_%.bbappend: Set PACKAGECONFIG_GL for RPiKhem Raj2016-11-081-2/+12
| | | | | | Enable dispmanx support if using bcm driver Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpi-base.inc: Include pi3-disable-bt-overlay.dtbJonathan Liu2016-11-081-0/+1
| | | | | | This is used to disable Bluetooth and restore the serial console. Signed-off-by: Jonathan Liu <net147@gmail.com>
* linux-raspberrypi: Update to 4.8.4Andrei Gherzan2016-10-311-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-firmware: Fix "No generic license file exists" warningJonathan Liu2016-10-311-1/+1
| | | | | | | | | | | 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>
* linux-raspberrypi_4.8.bb: Update to 4.8.2Khem Raj2016-10-311-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firmware: Update to latestKhem Raj2016-10-311-2/+2
| | | | | | Fixes issues with display not starting with weston Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-firmware: Correct the LICENSE for brcm43430-licenseJonathan Liu2016-10-311-0/+1
| | | | | | | | | 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>
* sdcard_image-rpi.bbclass: Include boot script when using u-bootPaul Barker2016-10-311-0/+1
| | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* u-boot: Add RDEPENDS on rpi-u-boot-scrPaul Barker2016-10-311-0/+1
| | | | | | | 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>
* rpi-u-boot-scr: Add recipe to create u-boot boot scriptPaul Barker2016-10-315-0/+45
| | | | | | | | | 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>
* rpi-base.inc: Don't install kernel image into rootfsPaul Barker2016-10-311-0/+4
| | | | | | | 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>
* eglinfo-x11: align to VC4Andreas Müller2016-10-141-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* vc4: why no framebuffer device?Andreas Müller2016-10-141-1/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xorg align for vc4Andreas Müller2016-10-141-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* mesa: align for vc4Andreas Müller2016-10-141-0/+1
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* bluez5: correctly append brcm43438 serviceSamuli Piippo2016-10-141-1/+1
| | | | | | Cannot use += operator together with machine override. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* Fix DISPMANX_OFFLINE variable typoAlistair Buxton2016-10-141-1/+1
| | | | Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
* README: Replace references to Redmine with Github IssuesAlistair Buxton2016-10-141-3/+3
| | | | Signed-off-by: Alistair Buxton <a.j.buxton@gmail.com>
* linux-raspberrypi_4.7.bb: Update to 4.7.7Khem Raj2016-10-141-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi: Add recipe for 4.8 releaseKhem Raj2016-10-141-0/+8
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firmware: Upgrade to latestKhem Raj2016-10-131-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* userland: Upgrade to latestKhem Raj2016-10-1314-52/+52
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSIONJonathan Liu2016-10-132-7/+5
| | | | | | | | | | | | | | | | | 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>
* linux-raspberrypi_4.4: Upgrade to 4.4.23Khem Raj2016-10-132-32/+2
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* sdcard_image-rpi.bbclass: avoid corrupted images with latest oe-coreAndreas Müller2016-09-211-2/+2
| | | | | | | | | oe-core's commit d54339d4b1a7e884de636f6325ca60409ebd95ff creates image in IMGDEPLOYDIR and copies through sstate to DEPLOY_DIR_IMAGE. That causes DEPLOY_DIR_IMAGE not valid when calling IMAGE_CMD. Therefore use IMGDEPLOYDIR for sdcard creation too. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* weston: Fix typo with overrideKhem Raj2016-09-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Switch to using 4.4 as default kernelKhem Raj2016-09-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vc4graphics: Support X11 with the VC4 driver.Carlos Alberto Lopez Perez2016-09-212-3/+1
| | | | | | | | | | * We need to use the X11 modesetting driver with VC4. * We need to build at least the mesa swrast DRI driver. (its already the default so don't overwrite it to empty) Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* firmware, userland: Bump to latestKhem Raj2016-09-2115-52/+59
| | | | | | | | firmware -> 20160726 userland -> 20160728 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi_3.18: RemoveKhem Raj2016-09-212-124/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi: Add recipe for 4.7 releaseKhem Raj2016-09-212-0/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi_4.4: upgrade to 4.4.16Khem Raj2016-09-211-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 deviceHerve Jourdain2016-09-212-0/+30
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* linux-rpi.inc: add the configuration options required to support vc4graphicsHerve Jourdain2016-09-211-0/+10
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* mesa_%.bbappend: new file to add the correct configuration options to ↵Herve Jourdain2016-09-211-0/+4
| | | | | | support vc4graphics Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* weston/weston_%.bbappend: modify configuration options to support vc4graphicsHerve Jourdain2016-09-211-6/+7
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* wayland/weston_%.bbappend: modify configuration options to support vc4graphicsHerve Jourdain2016-09-211-4/+2
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>