aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-10linux-raspberrypi_3.1.9: Fix typodenzilAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-10sdcard_image-rpi: Use ${KERNEL_IMAGETYPE}-${MACHINE} as kernel source from ↵Andrei Gherzan
deploy dir ${KERNEL_IMAGETYPE} symlink was introduced after denzil so we use ${KERNEL_IMAGETYPE}-${MACHINE} to be able to satisfy the existence in denzil and master as well. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-09Merge pull request #25 from agherzan/devel_kernelAndrei Gherzan
Fix a couple of kernel issues / update kernel / update bootloader and related files / remove unneeded packages
2012-07-06sdcard_image-rpi: Copy the kernel specified with KERNEL_FSTYPEAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-05raspberrypi.conf: Use Image as as kernel fstypeAndrei Gherzan
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>
2012-07-05linux-raspberrypi: Add CMDLINE for raspberrypiAndrei Gherzan
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>
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-05raspberrypi.conf: Remove bcm2835-kernel-image as we can boot from Image directlyAndrei Gherzan
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-03linux-raspberrypi: Update kernel to latest upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02Merge pull request #18 from agherzan/devel_rmlinuxtoolsAndrei Gherzan
linux.inc: Remove reference to linux-tools.inc
2012-07-02Merge pull request #3 from agherzan/devel_yoctoAndrei Gherzan
Add yocto build details and distro file
2012-07-02Merge pull request #19 from agherzan/devel_sdimageAndrei Gherzan
New sdcard image class work
2012-07-02sdcard_image-rpi.bbclass: Change to be usable with any imageAndrei Gherzan
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>
2012-07-02raspberrypi.conf: Add variable to set GPU firmware image to be usedAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02raspberrypi.conf: Add ext3 to FSTYPE as needed by sd creation toolAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02sdcard_image-rpi.bbclass: Rewrite sdimage creation class - implemented with ↵Andrei Gherzan
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>
2012-07-02rpi-hwup-image: Create image based on core-image-minimalAndrei Gherzan
Include kernel modules in rootfs while generating a core-image-minimal. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02README: Add yocto specific infosAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02poky-raspberrypi.conf: Add yocto specific distro configure fileAndrei Gherzan
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>
2012-07-01Merge pull request #17 from agherzan/devel_serialnameAndrei Gherzan
raspberrypi.conf: Fix serial console name
2012-07-01Merge pull request #16 from GaryThomas/updatesAndrei Gherzan
bcm2835-kernel-image: Fix dependency
2012-07-01linux.inc: Remove reference to linux-tools.incAndrei Gherzan
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>
2012-07-01raspberrypi.conf: Fix serial console nameAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
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-29Merge pull request #13 from tthef/masterDavid-John Willis
Packaging of firmware for VC graphics
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-22Merge pull request #7 from koenkooi/patch-1David-John Willis
README: fix setup-scripts URL
2012-05-22README: fix setup-scripts URL Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-21Merge pull request #6 from GaryThomas/masterDavid-John Willis
linux-raspberrypi: Fix kernel build when host uses make 3.82
2012-05-21linux-raspberrypi: Fix build issue with make 3.82Gary Thomas
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2012-05-21bcm2835-bootfiles: Modify LICENSE to match license from poky common licensesAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-05-21README: Fix BBMASK regex.David-John Willis
* Thanks to Gary Thomas for pointing this out.
2012-05-21README: Add information on BBMASK for use in Yocto.David-John Willis
2012-05-16Merge pull request #1 from bluelightning/masterDavid-John Willis
PULL REQUEST: A few minor changes
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-15linux-raspberrypi: fix for parallel make install failuresPaul Eggleton
Disable parallel "make install" as this seems to fail with -j4. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-15README: remove meta-angstrom from dependenciesPaul Eggleton
meta-angstrom isn't specifically needed for this layer anymore. 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-24rpi-first-run-wizard: Add basic first run wizard from the OpenPandora.David-John Willis
* Only used in demo images at the moment to just get a user setup.
2012-04-24rpi-zram-service: Add little systemd service to enable zram on the RPi.David-John Willis
* Needs to move to something more generic in time.
2012-04-23xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}.David-John Willis
2012-04-23linux-raspberrypi: Bump SRCREV and Kernel PR.David-John Willis
2012-04-23sdcard_image-rpi: Add 1st cut at a class to build an SD card image for the RPi.David-John Willis
2012-04-12xserver-xf86-config: Clean up silly oversight.David-John Willis
* 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!
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-12libav_0.7.4: Add bbappend to fix the build on ARMv6 for now.David-John Willis
* Having to disable armvfp feels VERY wrong so this is not going upstream until I work out why.