Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation tool | Andrei Gherzan | 2012-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | |||||
| * | | | sdcard_image-rpi.bbclass: Rewrite sdimage creation class - implemented with ↵ | Andrei Gherzan | 2012-07-02 | 1 | -113/+81 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parted This implementation doesn't use loop mounts, it uses mcopy to copy files to partitions. The partition creation is done with parted. Because of using these tools the IMAGE_DEPENDS was modified accordingly. Added a way of selecting the desired GPU firmware. Because we don't create the rootfs image but we rely on an already created rootfs image, the stamp is available only in the boot partition. By default the class needs an ext3 rootfs image. This is because we don't have yet a way of generating cmdline.txt in order to pass the partition type to the kernel. By default ext3 is mounted so we use this fs type until this will be selectable while generating a cmdline file. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | |||||
* | | | Merge pull request #17 from agherzan/devel_serialname | Andrei Gherzan | 2012-07-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | raspberrypi.conf: Fix serial console name | |||||
| * | | | raspberrypi.conf: Fix serial console name | Andrei Gherzan | 2012-07-01 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | |||||
* | | | Merge pull request #16 from GaryThomas/updates | Andrei Gherzan | 2012-07-01 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | bcm2835-kernel-image: Fix dependency | |||||
| * | | bcm2835-kernel-image: Fix dependency | Gary Thomas | 2012-06-30 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Add dependency on kernel image as it must be built before this package can be completed. Signed-off-by: Gary Thomas <gary@mlbassoc.com> | |||||
* | | | Merge pull request #5 from agherzan/devel_misc | David-John Willis | 2012-06-29 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses. | |||||
| * | | | bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses | Andrei Gherzan | 2012-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> | |||||
* | | | | Merge pull request #13 from tthef/master | David-John Willis | 2012-06-29 | 6 | -4/+75 | |
|\ \ \ \ | |_|/ / |/| | | | Packaging of firmware for VC graphics | |||||
| * | | | firmware: use common include to set source revision and include date in version | Tomas Frydrych | 2012-06-22 | 3 | -5/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | vc-graphics: package firmware for VC graphics | Tomas Frydrych | 2012-06-20 | 4 | -0/+64 | |
|/ / / | | | | | | | | | | | | | | | | 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). | |||||
* | | | Merge pull request #7 from koenkooi/patch-1 | David-John Willis | 2012-05-22 | 1 | -5/+1 | |
|\ \ \ | | | | | | | | | README: fix setup-scripts URL | |||||
| * | | | README: fix setup-scripts URL | Koen Kooi | 2012-05-22 | 1 | -5/+1 | |
|/ / / | | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | |||||
* | | | Merge pull request #6 from GaryThomas/master | David-John Willis | 2012-05-21 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | linux-raspberrypi: Fix kernel build when host uses make 3.82 | |||||
| * | | | linux-raspberrypi: Fix build issue with make 3.82 | Gary Thomas | 2012-05-21 | 1 | -0/+4 | |
|/ / / | | | | | | | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com> | |||||
* | | | README: Fix BBMASK regex. | David-John Willis | 2012-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | * Thanks to Gary Thomas for pointing this out. | |||||
* | | | README: Add information on BBMASK for use in Yocto. | David-John Willis | 2012-05-21 | 1 | -3/+23 | |
|/ / | ||||||
* | | Merge pull request #1 from bluelightning/master | David-John Willis | 2012-05-16 | 4 | -15/+10 | |
|\| | | | | | PULL REQUEST: A few minor changes | |||||
| * | bcm2835-bootfiles: update to latest firmware | Paul Eggleton | 2012-05-15 | 2 | -11/+6 | |
| | | | | | | | | | | | | | | | | * 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> | |||||
| * | linux-raspberrypi: fix for parallel make install failures | Paul Eggleton | 2012-05-15 | 1 | -0/+4 | |
| | | | | | | | | | | | | Disable parallel "make install" as this seems to fail with -j4. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | |||||
| * | README: remove meta-angstrom from dependencies | Paul Eggleton | 2012-05-15 | 1 | -4/+0 | |
|/ | | | | | | meta-angstrom isn't specifically needed for this layer anymore. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | |||||
* | bcm2835-kernel-image/bcm2835-mkimage: Make machine specific. | David-John Willis | 2012-05-10 | 2 | -2/+6 | |
| | ||||||
* | rpi-first-run-wizard: Add basic first run wizard from the OpenPandora. | David-John Willis | 2012-04-24 | 5 | -0/+668 | |
| | | | | * Only used in demo images at the moment to just get a user setup. | |||||
* | rpi-zram-service: Add little systemd service to enable zram on the RPi. | David-John Willis | 2012-04-24 | 3 | -0/+78 | |
| | | | | * Needs to move to something more generic in time. | |||||
* | xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}. | David-John Willis | 2012-04-23 | 1 | -6/+5 | |
| | ||||||
* | linux-raspberrypi: Bump SRCREV and Kernel PR. | David-John Willis | 2012-04-23 | 2 | -5/+6 | |
| | ||||||
* | sdcard_image-rpi: Add 1st cut at a class to build an SD card image for the RPi. | David-John Willis | 2012-04-23 | 1 | -0/+131 | |
| | ||||||
* | xserver-xf86-config: Clean up silly oversight. | David-John Willis | 2012-04-12 | 1 | -2/+2 | |
| | | | | | | * I forgot to append the machine to the SRC_URI_append so left this in a state that would break other BSP layers. Bad John! | |||||
* | bcm2835-kernel-image: Add recipe to deal with prepending the 32KB header to ↵ | David-John Willis | 2012-04-12 | 7 | -0/+131 | |
| | | | | | | the kerenl image. * TODO: Clean up these recipes and merge -mkimage and -kernel-image. | |||||
* | libav_0.7.4: Add bbappend to fix the build on ARMv6 for now. | David-John Willis | 2012-04-12 | 2 | -0/+20 | |
| | | | | * Having to disable armvfp feels VERY wrong so this is not going upstream until I work out why. | |||||
* | recipes.txt: Add recipes-bcm. | David-John Willis | 2012-04-12 | 1 | -1/+2 | |
| | ||||||
* | bcm2835-bootfiles: Add recipe to download the binary bootfiles and store ↵ | David-John Willis | 2012-04-12 | 2 | -0/+34 | |
| | | | | them in ${DEPLOY_DIR_IMAGE}. | |||||
* | raspberrypi.conf: Bump MACHINE_KERNEL_PR. | David-John Willis | 2012-04-11 | 1 | -3/+2 | |
| | | | | * Also reset to a zImage ;). | |||||
* | linux-raspberrypi: Recipe Cleanup. | David-John Willis | 2012-04-11 | 2 | -7/+26 | |
| | | | | | | * No functional changes. * Moved to my fork of the kernel tree as I have a few patches to push up. * Also sync over newer linux.inc. | |||||
* | xserver-xf86-config: Add initial xorg config for the RaspberryPi. | David-John Willis | 2012-04-04 | 3 | -0/+63 | |
| | ||||||
* | raspberrypi.conf: Update machine name. | David-John Willis | 2012-04-04 | 1 | -1/+1 | |
| | | | | * No prizes for working out what layer I used as a basis for this ;). | |||||
* | formfactor: Add RaspberryPi formfactor. | David-John Willis | 2012-04-03 | 2 | -0/+8 | |
| | ||||||
* | linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;). | David-John Willis | 2012-04-03 | 1 | -2/+2 | |
| | ||||||
* | RASPBERRYPI.CONF/TUNE-ARM1176JZF-S: Add tune file for the BCM2835 SoC. | David-John Willis | 2012-04-03 | 2 | -0/+12 | |
| | ||||||
* | BASE-FILES: Add RaspberryPi fstab and profile. | David-John Willis | 2012-04-03 | 3 | -0/+45 | |
| | ||||||
* | NETBASE: Add raspberrypi hosts and interfaces. | David-John Willis | 2012-04-03 | 3 | -0/+20 | |
| | | | | * Just basic ones for now. | |||||
* | linux-raspberrypi: Bump SRCREV. | David-John Willis | 2012-04-03 | 1 | -2/+2 | |
| | ||||||
* | linux-raspberrypi: Add recipe for 3.1.9 kernel. | David-John Willis | 2012-04-03 | 2 | -0/+287 | |
| | | | | * Kernel is from https://github.com/raspberrypi/linux | |||||
* | RECIPES.TXT: Add overview of folder contents. | David-John Willis | 2012-04-03 | 1 | -0/+6 | |
| | ||||||
* | COPYING.MIT: Add license file for the metadata. | David-John Willis | 2012-04-03 | 1 | -0/+17 | |
| | ||||||
* | CONF: Add layer and machine configs. | David-John Willis | 2012-04-03 | 2 | -0/+45 | |
| | ||||||
* | README: Add layer overview. | David-John Willis | 2012-04-03 | 1 | -0/+35 | |