summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* poky-raspberrypi.conf: Remove libav from BBMASKAndrei Gherzan2012-08-291-2/+1
| | | | | | | We will use this package from meta-oe. libav is a dependency for omxplayer. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* README: Instruct users to add meta-oe layer to bblayers.confAndrei Gherzan2012-08-291-1/+7
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles.bb: Add COMPATIBLE_MACHINEAndrei Gherzan2012-08-291-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.bb: Change bb file mode to 644Andrei Gherzan2012-08-291-0/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Set PREFERRED_PROVIDER for egl, libgles2 and glAndrei Gherzan2012-08-291-1/+3
| | | | | | These variables are weakly assigned to let user overwrite them. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* RPI.GPIO: Integrate v0.2.0Andrei Gherzan2012-08-292-0/+37
| | | | | | | | | | Patch was added to use setuptools that we already have integrated in yocto and not the one provided in package. In his way we can use setuptools bbclass. [GITHUB #36] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* sdcard_image-rpi.bbclass: Add support for 240M/16M GPU memory splitSander van Grieken2012-08-291-2/+3
| | | | Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
* README: Add instructions for compressed deployed filesAndrei Gherzan2012-08-281-1/+9
| | | | | | [GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* sdcard_image-rpi: Use xzcat if SDIMG_ROOTFS_TYPE is a .xz fileAndrei Gherzan2012-08-281-2/+8
| | | | | | | | | When burning the rootfs partition we use dd if rootfs file is not compressed and xzcat piped with dd if rootfs file is a .xz file. [GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Weakly assign IMAGE_FSTYPES to let users overwriteAndrei Gherzan2012-08-281-1/+1
| | | | | | [GITHUB #39] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi: Update to v3.2.27Andrei Gherzan2012-08-281-5/+5
| | | | | | | Switch to rpi-3.2.27 branch and use SRCREV 091073bcab483b976ee33dfe914c28df87914a3b. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* firmware.inc: Update to SRCREV c42f21261f1eeae0df7ad02f34773e279e7af8c5Andrei Gherzan2012-08-281-3/+3
| | | | | | 01/07/2012 firmware Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* bcm2835-bootfiles: Add stamp in deploy directoryAndrei Gherzan2012-08-281-0/+2
| | | | | | In this way we can tell exactly what version is deployed. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Weakly assign PREFERRED_PROVIDER_virtual/eglAndrei Gherzan2012-08-221-1/+1
| | | | | | | Use vc-graphics-hardfp by default as virtual/egl and let the user overwrite this. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: Skip ldflags insane checkAndrei Gherzan2012-08-221-0/+3
| | | | | | | | 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>
* vc-graphics.inc: Package .so file in ${PN}Andrei Gherzan2012-08-221-3/+5
| | | | | | | ${PN}-dev is populated before ${PN}. This is why .so files ended up in ${PN}-dev. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* vc-graphics.inc: Set LICENSE to "Proprietary"Andrei Gherzan2012-08-221-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* raspberrypi.conf: Add "rtc" to MACHINE_FEATURES_BACKFILL_CONSIDEREDAndrei Gherzan2012-08-221-0/+3
| | | | | | | | | | RaspberryPi has no hardware clock, this is why hwclock initscript from busybox fails at boot. So make sure we don't have this init script to avoid errors at boot. [GITHUB #21] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux: Activate UDEV_GE_141Andrei Gherzan2012-08-221-0/+2
| | | | | | | | | Newer versions of udev mandate that sysfs doesn't have deprecated entries [GITHUB #24] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux.inc: Activate CONFIG_LEGACY_PTYS needed for bootlogdAndrei Gherzan2012-08-171-0/+6
| | | | | | | | Activate this to have /dev/ptmx before init script for bootlogd. [GITHUB #27] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* linux-raspberrypi_3.1.9: Fix typoAndrei Gherzan2012-07-101-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* sdcard_image-rpi: Use ${KERNEL_IMAGETYPE}-${MACHINE} as kernel source from ↵Andrei Gherzan2012-07-101-1/+1
| | | | | | | | | | 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>
* 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>