aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-29README: Modify dependencies for danny branchdannyAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-18sdcard_image-rpi: Use the partition table as described in commentsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-18libav: Remove patch and recipe as new version of libav works okAndrei Gherzan
New v0.8.3 from meta-oe fixes issues with some arm machines. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-17README: Minor tweaksAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-17libav: Align recipe version with meta-oeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-10-17README: Describe overclocking optionsJulian Scheel
Signed-off-by: Julian Scheel <julian@jusst.de>
2012-10-17README: Describe overscan optionJulian Scheel
Signed-off-by: Julian Scheel <julian@jusst.de>
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-27linux-raspberrypi: Use sstate DEPLOYDIRTyler Hall
Using DEPLOY_DIR_IMAGE bypasses the sstate cache. This causes a build failure when the kernel is pulled from sstate. Signed-off-by: Tyler Hall <tylerwhall@gmail.com>
2012-09-27README: Remove BBMASK = "rpi-zram-service" stepAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-27rpi-zram-service: Remove recipe as it was moved to meta-oeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
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-18rpi-basic-image: Add splash image featureAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18psplash: Add bbappend to use a RPi logoAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18README: Add nice RPi ASCI logoAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18README: Add information about license codecsAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18sdcard_image-rpi: Ship config.txt from RPi-config recipeAndrei Gherzan
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-18linux-raspberrypi: Update SRCREV to current@2012-09-13Sander van Grieken
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
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-18Move fsl-default*.inc from distro to machineAndrei Gherzan
It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. [GITHUB #73] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18sdcard_image-rpi: Fix xzcat command while writing rootfs partitionAndrei Gherzan
[GITHUB #74] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16sdcard_image-rpi: Ship cmdline.txt fileAndrei Gherzan
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux-raspberrypi: Use cmdline.txt to supply kernel command lineAndrei Gherzan
The build-time kernel command line (as defined by the CONFIG_CMDLINE config parameter) is not respected by the RPI bootloader, and instead any custom command line must be suplied via the cmdline.txt file in the boot partition. This patch modifies the linux-raspberrypi recipe to generate a cmdline.txt file that corresponds to the build-time configured command line, and it also modifies the sdcard_image-rpi.bbclass to include this file in the generated SD card images. [GITHUB #62] Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16vchiq: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16recipes.txt: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux-raspberrypi_3.2.27.bb: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux.inc: Fix file permissionAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16raspberrypi.conf: Fix file permissionsAndrei 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-16rpi-first-run-wizard: Clean extra spacesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16recipes.txt: Add info about devtools and multimedia recipes groupsAndrei 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-16rpi-default-settings.inc: Add sdcard_image-rpi to IMAGE_CLASSESAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16sdcard_image-rpi.bbclass: Inherit image_types as this class will be in ↵Andrei Gherzan
IMAGE_CLASSES Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16raspberrypi.conf: Drop INHERIT sdcard_image-rpi as we will use IMAGE_CLASSESAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16rpi-default-*.inc: Create inc files included in machine configure fileAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16raspberrypi.conf: Remove PREFERRED_* and include rpi-default*.incAndrei Gherzan
All PREFERRED_* variables were moved to an .inc file to have variables clearer. Inherit .inc files and remove PREFERRED_* variables. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16linux-raspberrypi: Remove PR from PVAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16README: Move RPI_GPU_FIRMWARE instructions to READMEAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16raspberrypi.conf: Remove TARGET_ARCH variableAndrei Gherzan
TARGET_ARCH by default is TUNE_ARCH which is already arm. So this line is useless. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16raspberrypi.conf: Remove GUI_MACHINE_CLASS variableAndrei Gherzan
This variable was dropped: commit 0504d36646f8def4829250a9eee0cf9bac3b756e Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Tue May 10 16:19:02 2011 +0100 bitbake.conf: Drop unused *GUI* and MACHINE_DISPLAY variables (From OE-Core rev: baf136a9c95a94c5bf89c9a818960d616439682c) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-16sdcard_image-rpi: Fix SDIMG_SIZEAndrei Gherzan
The final SDIMG_SIZE was missing a IMAGE_ROOTFS_ALIGNMENT padding. [GITHUB #65] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-12sdcard_image-rpi: Align SD partition and optimize final SD imageAndrei Gherzan
SD image file was 4G in size but actually the rootfs partition was only 60MB (ex.: rpi-basic-image). The image file size is not fixed anymore but calculated inside this class. In this way we will setup the partition for rootfs to fit the ext file used as SDIMG_ROOTFS. By default the free space is calculated with IMAGE_OVERHEAD_FACTOR which is by default 1.3. If more free space is needed this can be overwritten. IMAGE_ROOTFS_ALIGNMENT set at 4096. This should be the best value for a SD card. [GITHUB #20] [GITHUB #59] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-06sdcard_image-rpi.bbclass: Add sysctl.d config to set vm.min_free_kbytes to 8192Sander van Grieken
[GITHUB #49] Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>