summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #30 from agherzan/devel_netbaseAndrei Gherzan2012-07-093-0/+0
|\ | | | | netbase: Rename bbappend and directory to match the updated version of n...
| * netbase: Rename bbappend and directory to match the updated version of netbaseAndrei Gherzan2012-07-093-0/+0
|/ | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge pull request #25 from agherzan/devel_kernelAndrei Gherzan2012-07-0911-143/+10
|\ | | | | Fix a couple of kernel issues / update kernel / update bootloader and related files / remove unneeded packages
| * sdcard_image-rpi: Copy the kernel specified with KERNEL_FSTYPEAndrei Gherzan2012-07-061-1/+1
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * raspberrypi.conf: Use Image as as kernel fstypeAndrei Gherzan2012-07-051-1/+1
| | | | | | | | | | | | | | It's a bug in the latest bootloader where rpi doesn't boot with zImage. Use uncompressed kernel type. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * linux-raspberrypi: Add CMDLINE for raspberrypiAndrei Gherzan2012-07-051-1/+4
| | | | | | | | | | | | | | Because CONFIG_EXT4_USE_FOR_EXT23 is built in, use rootfstype=ext4 to mount ext2/3/4. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * bcm2835-mkimage: Remove recipe as bootloader can boot from Image directlyAndrei Gherzan2012-07-056-116/+0
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * bcm2835-kernel-image: Remove recipe as bootloader can boot from Image directlyAndrei Gherzan2012-07-051-19/+0
| | | | | | | | | | | | | | 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>
| * raspberrypi.conf: Remove bcm2835-kernel-image as we can boot from Image directlyAndrei Gherzan2012-07-051-1/+0
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * firmware.inc: Update to latest upstreamAndrei Gherzan2012-07-031-3/+3
| | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * linux-raspberrypi: Update kernel to latest upstreamAndrei Gherzan2012-07-031-2/+2
|/ | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Merge pull request #18 from agherzan/devel_rmlinuxtoolsAndrei Gherzan2012-07-021-3/+0
|\ | | | | linux.inc: Remove reference to linux-tools.inc
| * linux.inc: Remove reference to linux-tools.incAndrei Gherzan2012-07-011-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | linux-tools.inc was removed. More info: commit b485f3e0e55ad62079ed0913970ff0620f4808ea Author: Bruce Ashfield <bruce.ashfield@windriver.com> recipes-kernel: remove linux-tools.inc perf has been moved to a standalone package, making linux-tools.inc unecessary. It can now be removed and recipes that included it updated. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | Merge pull request #3 from agherzan/devel_yoctoAndrei Gherzan2012-07-023-0/+34
|\ \ | | | | | | Add yocto build details and distro file
| * | rpi-hwup-image: Create image based on core-image-minimalAndrei Gherzan2012-07-021-0/+7
| | | | | | | | | | | | | | | | | | | | | Include kernel modules in rootfs while generating a core-image-minimal. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * | README: Add yocto specific infosAndrei Gherzan2012-07-021-0/+20
| | | | | | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * | poky-raspberrypi.conf: Add yocto specific distro configure fileAndrei Gherzan2012-07-021-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | This distro configure file relies on poky distro conf. We use this distro to include raspberrypi-default-versions and to BBMASK libav and rpi-zram-service and these packages are not included in poky. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | | Merge pull request #19 from agherzan/devel_sdimageAndrei Gherzan2012-07-022-114/+87
|\ \ \ | | | | | | | | New sdcard image class work
| * | | sdcard_image-rpi.bbclass: Change to be usable with any imageAndrei Gherzan2012-07-022-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of being inherited by a specific image recipe, this class can now be inherited globally in the machine configuration, allowing it to be used with any image. This means we can remove "inherit image", and we can also remove the IMAGE_FSTYPES modification since the machine config does this already. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * | | raspberrypi.conf: Add variable to set GPU firmware image to be usedAndrei Gherzan2012-07-021-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * | | raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation toolAndrei Gherzan2012-07-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
| * | | sdcard_image-rpi.bbclass: Rewrite sdimage creation class - implemented with ↵Andrei Gherzan2012-07-021-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_serialnameAndrei Gherzan2012-07-011-1/+1
|\ \ \ | | | | | | | | raspberrypi.conf: Fix serial console name
| * | | raspberrypi.conf: Fix serial console nameAndrei Gherzan2012-07-011-1/+1
| | |/ | |/| | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | | Merge pull request #16 from GaryThomas/updatesAndrei Gherzan2012-07-011-2/+2
|\ \ \ | |/ / |/| | bcm2835-kernel-image: Fix dependency
| * | bcm2835-kernel-image: Fix dependencyGary Thomas2012-06-301-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_miscDavid-John Willis2012-06-291-1/+1
|\ \ \ | | | | | | | | bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
| * | | bcm2835-bootfiles: Modify LICENSE to match license from poky common licensesAndrei Gherzan2012-05-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* | | | Merge pull request #13 from tthef/masterDavid-John Willis2012-06-296-4/+75
|\ \ \ \ | |_|/ / |/| | | Packaging of firmware for VC graphics
| * | | firmware: use common include to set source revision and include date in versionTomas Frydrych2012-06-223-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 graphicsTomas Frydrych2012-06-204-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-1David-John Willis2012-05-221-5/+1
|\ \ \ | | | | | | | | README: fix setup-scripts URL
| * | | README: fix setup-scripts URL Koen Kooi2012-05-221-5/+1
|/ / / | | | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* | | Merge pull request #6 from GaryThomas/masterDavid-John Willis2012-05-211-0/+4
|\ \ \ | | | | | | | | linux-raspberrypi: Fix kernel build when host uses make 3.82
| * | | linux-raspberrypi: Fix build issue with make 3.82Gary Thomas2012-05-211-0/+4
|/ / / | | | | | | | | | Signed-off-by: Gary Thomas <gary@mlbassoc.com>
* | | README: Fix BBMASK regex.David-John Willis2012-05-211-1/+1
| | | | | | | | | | | | * Thanks to Gary Thomas for pointing this out.
* | | README: Add information on BBMASK for use in Yocto.David-John Willis2012-05-211-3/+23
|/ /
* | Merge pull request #1 from bluelightning/masterDavid-John Willis2012-05-164-15/+10
|\| | | | | PULL REQUEST: A few minor changes
| * bcm2835-bootfiles: update to latest firmwarePaul Eggleton2012-05-152-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 failuresPaul Eggleton2012-05-151-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 dependenciesPaul Eggleton2012-05-151-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 Willis2012-05-102-2/+6
|
* rpi-first-run-wizard: Add basic first run wizard from the OpenPandora.David-John Willis2012-04-245-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 Willis2012-04-243-0/+78
| | | | * Needs to move to something more generic in time.
* xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}.David-John Willis2012-04-231-6/+5
|
* linux-raspberrypi: Bump SRCREV and Kernel PR.David-John Willis2012-04-232-5/+6
|
* sdcard_image-rpi: Add 1st cut at a class to build an SD card image for the RPi.David-John Willis2012-04-231-0/+131
|
* xserver-xf86-config: Clean up silly oversight.David-John Willis2012-04-121-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 Willis2012-04-127-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 Willis2012-04-122-0/+20
| | | | * Having to disable armvfp feels VERY wrong so this is not going upstream until I work out why.