aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include
AgeCommit message (Collapse)Author
2019-02-19rpi-default-providers.inc: use virtual/libgbm instead of libgbmMing Liu
This is to be consistent with the latest OE. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
2018-10-31rpi-base.inc: Add gpio-key to the device tree overlaysOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-10-31rpi-base.inc: Sort device tree overlaysOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2018-09-11rpi-base.inc: Build rpi-poe dtb overlayAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-07-26rpi-base.inc: Split overlays and dtbs from KERNEL_DEVICETREEAndrei Gherzan
This is helpful for example in the cases where the kernel doesn't provide all the dtbs in arm64 as in arm. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-07-20rpi-base.inc: update IMAGE_BOOT_FILES for change in oe-coreJonathan Haigh
[Issue #285] -- https://github.com/agherzan/meta-raspberrypi/issues/285 The openembedded-core commit 1860d9d3c62e2e94cd68a809385873ffd8270b6d changed the names of DTB files in the deploy directory - they are no longer prefixed with "${KERNEL_IMAGETYPE}-". Update make_dtb_boot_files (which generates entries in IMAGE_BOOT_FILES) to take this change into account. Signed-off-by: Jonathan Haigh <jonathan.haigh@arm.com>
2018-06-04rpi-base.inc: install at86rf233 overlayAnton Gerasimov
Controlled with ENABLE_AT86RF variable Signed-off-by: Anton Gerasimov <tossel@gmail.com>
2018-05-05rpi-base.inc: add dwc2 overlayPeter A. Bigot
This along with some module and connman magic allows a RaspberryPi Zero Wireless to tether to a host over USB. dtoverlay=dwc2,dr_mode=peripheral modprobe g_ether connman enable gadget connman tether gadget on Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2018-03-29rpi-base.inc: Add Raspberry Pi 3B+ dtbAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-03-07rpi-base.inc: set default wic kickstart filePeter A. Bigot
While wic is not a standard image, adding it to IMAGE_FSTYPES in local.conf will fail unless a WKS_FILE is provided. Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2018-02-28linux-raspberrypi: Change default version to 4.14.yPaul Barker
This matches the change made in the upstream firmware repository earlier in February. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2018-02-28Fix do_image_rpi_sdimg/do_image_wic dependenciesPaul Barker
The dependency resolution code in bitbake has recently been optimized and this seems to have slightly changed the behaviour of do_image_rpi_sdimg and do_image_wic. We ensure that the main build artifacts are present by depending on the relevant do_deploy and do_populate_sysroot tasks. However, we need to ensure that other build tasks for these dependencies have also been executed before we try to create our image. This can be achieved by adding a recursive dependency on do_build, so that the do_build tasks of all recipes in the dependency chain of do_image_rpi_sdimg/do_image_wic are executed before the image function itself is executed. The original issue seen here was that 'recipedata' files were not copied to 'tmp/deploy/licenses' as do_populate_lic for each dependency had not been ran before the image creation function. The write_deploy_manifest function from license.bbclass (listed in IMAGE_POSTPROCESS_COMMAND) therefore failed. Adding the recursive dependency on do_build fixes this issue, ensuring do_populate_lic runs before do_image_rpi_sdimg/do_image_wic. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2018-01-26rpi-base.inc: Include udev-rules-rpi in MACHINE_EXTRA_RRECOMMENDSAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2018-01-11rpi-base.inc: use $KERNEL_PACKAGE_NAME for the kernel package nameRicardo Salveti
The kernel class is now using $KERNEL_PACKAGE_NAME to set the default kernel package name in order to allow alternate kernel flavors. This fixes the following bitbake warning: Variable key RDEPENDS_${KERNEL_PACKAGE_NAME}-base (${KERNEL_PACKAGE_NAME}-image) replaces original key RDEPENDS_kernel-base (). Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
2017-11-27rpi-base.inc: Fix KERNEL_IMAGETYPE assignmentPaul Barker
We can't just override KERNEL_IMAGETYPE in machine-specific conf files without breaking the implementation of RPI_USE_U_BOOT. Instead we need to define a new KERNEL_IMAGETYPE_DIRECT variable which will control the value when u-boot is not in use. This new variable may then be overridden as needed without breaking our u-boot support. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-11-10raspberrypi3-64: set default kernel to ImageLoys Ollivier
Fixes: 50fd319205d8 for raspberrypi3-64. Fixes: #153 For raspberrypi3-64 set default kernel image to "Image". "zImage" are not supported by arm64 platforms. And ".gz" images are not handled by bootloader yet. Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
2017-11-08rpi-base.inc: KERNEL_IMAGETYPE default to zImageAndrei Gherzan
We used to have this as the default but there was a bug at some point in the firmware which didn't work with compressed kernel images. We switched to Image and never changed it back even though that bug is long history. In this way we will stop carrying 15M of a kernel image. 4M looks much better. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
2017-09-24rpi-base.inc: Set dependencies for creating wic imagesPaul Barker
We need to ensure that the bootloader and firmware files are present in the deploy directory before creating wic images. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-09-24Support using u-boot with Image format for raspberrypi3-64Paul Barker
For raspberrypi3-64 we need to use the Image or Image.gz format with u-boot instead of the legacy uImage format. We also need to issue the 'booti' command to boot the kernel instead of 'bootm'. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-09-24rpi-base.inc: Simplify setting of IMAGE_BOOT_FILESPaul Barker
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
2017-06-30rpi-base: wic: generate entries for u-bootAndrea Galbusera
This commit allow wic generated images to work when we want u-boot to load the kernel image. Augment IMAGE_BOOT_FILES with the proper entries when KERNEL_IMAGETYPE is "uImage". More specifically add u-boot image and boot.scr to deployed files and give the proper name to the kernel image accordingly. Signed-off-by: Andrea Galbusera <gizero@gmail.com>
2017-04-21rpi-base: fix make_dtb_boot_files() for raspberrypi3-64Andrea Galbusera
Building the stock wic image for raspberrypi3-64 failed to find dtbs listed in IMAGE_BOOT_FILES. This patch updates the make_dtb_boot_files() function to account for dtbs listed in KERNEL_DEVICETREE that do include a path prefix: this is the case for things like broadcom/bcm2710-rpi-3-b.dtb (the dts dir layout in the kernel sources is different for arm64). Use the same approach already used for overlays/ dir. While at it also fix a typo in dtb overlay code path comments. Signed-off-by: Andrea Galbusera <gizero@gmail.com>
2017-04-17pitft: Include the pitft35r dtbo filesRob Woolley
Include the pitft35r device tree blobs in the filesystem of the image. Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
2017-04-14rpi-base.inc: Include dtb for RPI0 WiFiAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2017-03-11rpi-base: wic: generate entries for device tree filesMaciej Borzecki
Augment IMAGE_BOOT_FILES with entries picking up proper dtb[o]s. This allows for building usable wic images once again. Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
2017-03-11linux-raspberrypi: Default to 4.9 kernelKhem Raj
4.9 is now declared stable for raspberrypi Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-16rpi-default-versions.inc: Use fallback weak assignmentKhem Raj
This lets machines use ?= to choose their preferred kernel e.g. 64bit rpi3 needs 4.9 minimum but default right now is 4.4 At the same time it keeps the option for user to override any of these settings via config metadata e.g. local.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-16rpi-default-providers: Let mesa provide libgbmKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-01-20rpi-base.inc: Include dtb file for CM1 and CM3Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
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-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-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-09-21Switch to using 4.4 as default kernelKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-09-21vc4graphics: Support X11 with the VC4 driver.Carlos Alberto Lopez Perez
* 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>
2016-09-21rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphicsHerve Jourdain
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
2016-09-21rpi-default-providers.inc: change default providers to support vc4graphicsHerve Jourdain
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
2016-09-21rpi-base.inc: support for .dtbo files for dtb overlaysHerve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for .dtbo variant of overlays for the default KERNEL_DEVICETREE variable (the list will be turned into "-overlay.dtb" by linux-raspberry-base.bbclass, if needed, depending on the kernel version) Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
2016-07-08u-boot: Use mainline u-boot recipe from oe-corePaul Barker
The repository used by u-boot-rpi has not been updated since 2012. In the meantime, mailine u-boot has gained Raspberry Pi support. All we need to do is set UBOOT_MACHINE to an appropriate value in the machine config files. Currently configs are only provided for raspberrypi and raspberrypi2. The master branch of u-boot now also appears to have a config file for raspberrypi3 so support for this can be added in the future when u-boot is upgraded in oe-core. The mainline u-boot recipe creates the file "u-boot.bin" instead of "u-boot.img". Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2016-04-25rpi-base.inc: Include pi3-miniuart-bt-overlay.dtbAndrei Gherzan
This is used to switch BT from ttyUSB0 to ttyS0 (miniUART). Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-04-21raspberrypi*.conf: Serial console definition splitTrevor Woerner
The latest raspberrypi3 puts its console on ttyS0 instead of ttyAMA0 (like all the preceding boards). Therefore pull this definition out of the common include file and add it separately for each MACHINE. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2016-04-13rpi-base.inc: Add overlay for rpi-ft5406Petter Mabäcker
rpi-ft5406 is an enabler for Official Raspberry Pi 7 inch touchscreen support. Signed-off-by: Petter Mabäcker <petter@technux.se>
2016-04-13rpi-base.inc: Remove deprecated MACHINE_FEATURESPetter Mabäcker
Signed-off-by: Petter Mabäcker <petter@technux.se>
2016-04-13pitft: Add support for pitft28rPetter Mabäcker
The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker <petter@technux.se>
2016-03-10rpi-base.inc: Add rpi3 device tree blobTheodor Gherzan
Signed-off-by: Theodor Gherzan <theodor@resin.io>
2016-03-01pitft: Add PiTFT22 supportPetter Mabäcker
- Add support to build overlays for PiTFT22 in the kernel. - Setup a basic configuration for the driver The PiTFT22 support is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft22" This patch also includes restructuring of kernel patches per kernel version specific directories. [Support #70] Signed-off-by: Petter Mabäcker <petter@technux.se> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2016-03-01rpi-base.inc: Allow MACHINE_FEATURES appendsPetter Mabäcker
Ensure that it's possible to add MACHINE_FEATURES from places that will be executed before rpi-base.inc (like e.g. local.conf), without having them overrided. Signed-off-by: Petter Mabäcker <petter@technux.se>
2015-10-25rpi-base.inc: add i2c-rtc overlayJonathan Liu
The update of the kernel in 10a5bace87c19e50014f838031e8f3db334b45b7 to 3.18.16 missed the separate rtc overlays being replaced by the i2c-rtc overlay. Signed-off-by: Jonathan Liu <net147@gmail.com>
2015-10-21rpi-default-versions: Default kernel on 4.1.%Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2015-10-21linux-raspberrypi: Update kernel to 3.18.16Alex J Lennon
This requires some changes to KERNEL_DEVICETREE as the dtb layout has changed to support overlays. This change also makes us ready to support kernel 4.x series Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>