aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bcm
AgeCommit message (Collapse)Author
2013-08-21bcm2835: Update to v1.9Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-08-21rpi-config: Update to 2013-08-20 master's snapshotAndrei Gherzan
Use git as package version. There is no package version for this script. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-06-10bootfiles, vc-graphics: consolidate SRC_URI and S variablesPaul Barker
The variables RPIFW_SRC_URI and RPIFW_S are created in the common firmware include file so that it is easier to override the firmware source in a local or distro config file. RPIFW_SRC_URI is used to set SRC_URI in firmware.inc as it is common to both bootfiles and vc-graphics. RPIFW_S is used as a prefix for S in bcm2835-bootfiles.bb and vc-graphics.inc as different subdirectories are referenced in each recipe. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2013-05-01Use right license name for GPLv2Eric Bénard
This patch fixes the license name for bcm2835 and rpi-first-run-wizard. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-03-13vc-graphics.inc: There is no libgl so get rid of this PROVIDESAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-03-13userland: Update to 8700279495e266378d36092ccf86424f0ee2539fAndrei Gherzan
* install_vmcs not needed anymore * By default package is installed in /opt/vc. Move everything in ${prefix}. * Move recipe in recipes-graphics * Add PACKAGE_ARCH = MACHINE_ARCH Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-01-27bcm2835-bootfiles: Bump the firmware revisionJan Schmidt
* Pull in a newer firmware revision (0ac68c 7th Jan 2013) from https://github.com/raspberrypi/firmware for various fixes and improvements Signed-off-by: Jan Schmidt <thaytan@noraisin.net> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27userland: Initial integrationAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27rpi-config: Add variables to set memory split for 256/512 modelsAndrei Gherzan
GPU_MEM gpu_mem - GPU memory in megabyte. Sets the memory split between the ARM and GPU. ARM gets the remaining memory. Min 16. Default 64 GPU_MEM_256 gpu_mem_256 -GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by the 512MB RP. Overrides gpu_mem. Max 192. GPU_MEM_512 gpu_mem_512 -GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by the 256MB RP. Overrides gpu_mem. Max 448. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27rpi-config: Update to 62bf3e9db62f547eb1a2a352dde957d2f94bd216Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27bcm2835-bootfiles: Deploy .dat files tooAndrei Gherzan
These files are used in the boot process with the updated bootloader. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-11-27firmware: Update to 537c78b113d06e37e2cca90a0b3d3f39a129ee23Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-17rpi-config: Add variables for overclocking options.Julian Scheel
config.txt allows several overclocking parameters to be tweakes. This makes the most important ones overridable through local.conf. Signed-off-by: Julian Scheel <julian@jusst.de>
2012-10-17rpi-config: Add variable for overscan configuration.Julian Scheel
Add a DISABLE_OVERSCAN variable that can be used in local.conf to overwrite the overscan default setting. Signed-off-by: Julian Scheel <julian@jusst.de>
2012-10-17rpi-config: update git revision.Julian Scheel
Several options have been added in the meantime to config.txt. Signed-off-by: Julian Scheel <julian@jusst.de>
2012-09-19RPi-config: Rename recipe to rpi-configAndrei Gherzan
This was done to avoid errors like: | *** Error: Package name contains illegal characters, (other than [a-z0-9.+-]) while using ipk. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18bcm2835-bootfiles: Add rdepends to RPi-configAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18RPi-config: Create recipe for config.txt fileAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copySander van Grieken
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
2012-09-18firmware.inc: Update firmware SRCREV to current@2012-09-13Sander van Grieken
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
2012-09-16vchiq: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16bcm2835-bootfiles.bb: Fix file permissionsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16firmware.inc: Remove extra newlinesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16bcm2835: Add COMPATIBLE_MACHINEAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-06bcm2835: Integrate version 1.8Aurelian Zanoschi
The first integration of bcm2835 package was done. The package version is 1.8. BCM2835 package provides access to GPIO and other IO functions on the Broadcom BCM 2835 chip, allowing access to the GPIO pins on the 26 pin IDE plug on the RPi board. [GITHUB #35] Signed-off-by: Aurelian Zanoschi <aurelian17@gmail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-29vc-graphics.inc: New provides, compatible machine and init for vchiqAndrei Gherzan
1. Add COMPATIBLE_MACHINE=raspberrypi. 2. This package provides libgl libgles2 and libegl. Add these to PROVIDES. 3. Add an init script to create vchiq device node while booting. This device is needed by vc_tvservice_*. Package this init script in ${PN}. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-29bcm2835-bootfiles.bb: Add COMPATIBLE_MACHINEAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-29vc-graphics.bb: Change bb file mode to 644Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-28firmware.inc: Update to SRCREV c42f21261f1eeae0df7ad02f34773e279e7af8c5Andrei Gherzan
01/07/2012 firmware Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-28bcm2835-bootfiles: Add stamp in deploy directoryAndrei Gherzan
In this way we can tell exactly what version is deployed. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-22vc-graphics.inc: Skip ldflags insane checkAndrei Gherzan
Since these binaries are proprietary and we have no control over them, skip this innsane check to avoid errors like: ERROR: QA Issue: No GNU_HASH in the elf binary: '<binary>' Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-22vc-graphics.inc: Package .so file in ${PN}Andrei Gherzan
${PN}-dev is populated before ${PN}. This is why .so files ended up in ${PN}-dev. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-08-22vc-graphics.inc: Set LICENSE to "Proprietary"Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-05bcm2835-mkimage: Remove recipe as bootloader can boot from Image directlyAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-05bcm2835-kernel-image: Remove recipe as bootloader can boot from Image directlyAndrei Gherzan
There is no need for a mangled kernel image anymore. Precompiled RPI Bootloader can boot an uncompressed kernel image. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-03firmware.inc: Update to latest upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-01Merge pull request #16 from GaryThomas/updatesAndrei Gherzan
bcm2835-kernel-image: Fix dependency
2012-06-30bcm2835-kernel-image: Fix dependencyGary Thomas
Add dependency on kernel image as it must be built before this package can be completed. Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2012-06-29Merge pull request #5 from agherzan/devel_miscDavid-John Willis
bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
2012-06-22firmware: use common include to set source revision and include date in versionTomas Frydrych
The firmware is split over multiple packages all of which need to use the same source revision. Also, the firmware is currently not formally versioned, so at least use the date the firmware was released in the versions.
2012-06-20vc-graphics: package firmware for VC graphicsTomas Frydrych
This package adds a egl.pc file for use with libEGL (it is necessary to specify a custom include paths for the compiler due to brokenness in the firmware header files).
2012-05-21bcm2835-bootfiles: Modify LICENSE to match license from poky common licensesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-05-15bcm2835-bootfiles: update to latest firmwarePaul Eggleton
* Update to the latest git revision * Use the license file recently added upstream rather than a local one * Tidy up a few things in the recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-10bcm2835-kernel-image/bcm2835-mkimage: Make machine specific.David-John Willis
2012-04-12bcm2835-kernel-image: Add recipe to deal with prepending the 32KB header to ↵David-John Willis
the kerenl image. * TODO: Clean up these recipes and merge -mkimage and -kernel-image.
2012-04-12bcm2835-bootfiles: Add recipe to download the binary bootfiles and store ↵David-John Willis
them in ${DEPLOY_DIR_IMAGE}.