aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-02-21linux-raspberrypi: Update v3.10.26 to v3.10.30Andrei Gherzan
Change-Id: Ib15942c4f525c8765d49deda94d2195dc01df14c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-21linux-raspberrypi: Update v3.11.10 to current remote HEADAndrei Gherzan
Change-Id: I724511ad5e96ff1b7779c3afe772eaf0d5250c8e Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-21Merge "sdcard_image-rpi.bbclass: use absolute path to rootfs"Andrei Gherzan
2014-02-21xserver-xf86-config: don't use wildcards in SRC_URIKoen Kooi
It is strongly discouraged to use wildcards in SRC_URI since it breaks when using multiple bbappends and immediate expansion of FILESDIR. This fixes a do_install failure when building with multiple BSPs enabled. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2014-02-18sdcard_image-rpi.bbclass: use absolute path to rootfsJonathan Liu
Change-Id: Ib513f195351b379dbb9f503dc5927f2018169b95 Signed-off-by: Jonathan Liu <net147@gmail.com>
2014-02-14Add initramfs supportSébastien Mennetrier
Permit to build an image with initramfs. Add information in README to build with initramfs. Change-Id: Icb812151a22771717805ec0a82feb7993f462b47 Signed-off-by: Sébastien Mennetrier <s.mennetrier@innotis.org>
2014-02-11Merge "tune-arm1176jzfs-s.inc: Add hard float profile, arm1176jzfshf, in ↵Andrei Gherzan
AVAILTUNES"
2014-02-09rpi-mkimage: Integrate packageAndrei Gherzan
Tool needed to convert bootable images in kernel.img files which can be loaded by rpi bootloader. Change-Id: I0088707be5d31d77def1087f51e3f8cc886d19db Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-09u-boot-rpi: Integrate packageAndrei Gherzan
Change-Id: I61f2cd7d3b64ea3efac618aa2bb3555e9e79da2a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-09README: Add info about U-Boot supportAndrei Gherzan
Change-Id: I1b17ef313d2005b7bf0ef853a2730144032f8539 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-09sdcard_image-rpi: Add support for u-boot and uImageAndrei Gherzan
If KERNEL_IMAGETYPE is uImage, use u-boot image as kernel.img and copy uImage too. Otherwise, use kernel image as kernel.img (as we did until now unconditionally). Change-Id: Iac46a57e4266299f2fe5746cb6957dcfc0e90443 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-02-04tune-arm1176jzfs-s.inc: Add hard float profile, arm1176jzfshf, in AVAILTUNESKazuya Nishimura
* arm1176jzfshf uses -mtune=hard. * Add -mfpu=vfp if vfp is included in TUNE_FEATURES Signed-off-by: Kazuya Nishimura <kazuya.nisimura@gmail.com> Change-Id: If81977cacbba052fa30c4a407ec65e93148d2ee3
2014-01-25raspberrypi.conf: Let KERNEL_IMAGETYPE be modifiedAndrei Gherzan
Change-Id: I6019c1ec77ed1ec5c00ab16cb57dd108e2bd5ba8 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-25rpi-default-providers: Move PREFERRED_VERSIONs to rpi-default-versions.incAndrei Gherzan
Change-Id: I61c32aa23eef86cb9861776b37c4ecd8f7c8052c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-25rpi-default-providers: Use u-boot-rpi as u-boot providerAndrei Gherzan
Change-Id: Ic537cada66ff09cde592da977a109415e05cb19c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-25rpi-config: Use deploy as it should be usedAndrei Gherzan
Change-Id: I6c7782f3f46adeae74e22991bb9203dafa2e1c78 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-25bcm2835-bootfiles: Use deploy as it should be usedAndrei Gherzan
Change-Id: Ia90f01e037286647fdfafdd54ccb47c1ad9cbab2 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19omxplayer: Update to remote HEADAndrei Gherzan
* Rebase 0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch to apply on HEAD. * Add fix-tar-command-with-DIST.patch which reverts a change in tar command which breaks compilation if DIST is an absolute path. * Avoid stripping omxplayer binary (let build system take care of strpping). Change-Id: I95d70094b0069ad19f7d445abaf421756776c4c7 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19packagegroup-rpi-test: Add some packagesAndrei Gherzan
bcm2835 is an empty package because this recipe provides a static library. Install on target only bcm2835-tests package in which files are statically linked to that library. Add forgotten GPIO packages: rpi-gpio and rpio. Change-Id: I498d2a3948ad5faf963d492bc496d4725a79e136 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19rpi-gpio: Update to v0.5.4Andrei Gherzan
Change-Id: Ie24be5363933fa994e38b030677d7381eb8a7f2a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19bcm2835: Update to v1.36Andrei Gherzan
Change-Id: I8b55d7233919b6ebe68b9504eb2504bedb1846e1 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19README: Cleanup and add info about imagesAndrei Gherzan
Change-Id: I904de647fdd5514d361d33e887fd68977cde7e8c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19rpi-test-image: Add test imageAndrei Gherzan
Change-Id: Iff4f58b43d1dcf5ea4f866b565542807345d6066 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-19Merge "packagegroup-rpi-test: Add test packagegroup"Andrei Gherzan
2014-01-19Merge "omxplayer: Update to HEAD and tweak SUMMARY and DESCRIPTION"Andrei Gherzan
2014-01-18linux-raspberrypi: Update v3.11.10 to remote HEADAndrei Gherzan
Change-Id: Ia0eac89faa63cb6d748f2749b82d1f80588e6a04 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-18userland: Update to remote HEADAndrei Gherzan
Change-Id: Ib98889d05b33ec2647966f2827e1fbf84f35fd95 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-18firmware: Update to remote HEADAndrei Gherzan
Change-Id: I20a8ebf0e5743250c66fae337d28e867959d3114 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-17linux-raspberrypi: Update v3.10.24 to v3.10.26Andrei Gherzan
Change-Id: I1fa7211af2d0c80ed49e6b3f70565ace88088601 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-17linux-raspberrypi: Update v3.12.4 to v3.12.7Andrei Gherzan
Change-Id: Id721163e3e69946e3c82710bf12851211b493dee Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-17packagegroup-rpi-test: Add test packagegroupAndrei Gherzan
Change-Id: I74f7c0d33d5f9692a427587bf0f8ef9980ebfcd3 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-17omxplayer: Update to HEAD and tweak SUMMARY and DESCRIPTIONAndrei Gherzan
* Update to current git HEAD commit which includes fix for boost 1.55. * Replace tabs by spaces * Tweak SUMMARY and DESCRIPTION * Add bash to PN RDEPENDS as omxplayer is actually a bash script. * omxplayer is a bash script - add RDEPENDS and fix mktemp inside Change-Id: I5c8a4cf1005ba49f9b01821e3f832d1da49869bc Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Remove old v3.12.0Andrei Gherzan
Change-Id: Ie757c9626540aaed44d35bf2ae058bb0cdcc6d08 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03userland: Update to latest HEADAndrei Gherzan
Change-Id: I4403ab492bbe825541149905995ad3e4c61dc897 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03firmware.inc: Update to latest HEADAndrei Gherzan
Change-Id: I758da027a378b535205d42b9304473704be63fb2 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Update v3.6.11 to latest HEADAndrei Gherzan
Change-Id: I9e30fc0c9a16df888ce8e0f56f5bcf7a3aff77bf Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Update v3.11.7 to v3.11.10Andrei Gherzan
Change-Id: I8ba4b853a9e3f07517c401c9a421c65c53c25977 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Update v3.10.18 to v3.10.24Andrei Gherzan
Change-Id: Icf95ec58d39eb187c0cf0fe31fd1822f81f3f038 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03linux-raspberrypi: Add version 3.12.4+Gary Thomas
This kernel enables camera video via the new 'bcm2835-v4l2' module. Just add 'start_x=1' to your boot config.txt Change-Id: I19f72708b854291314691944a58fa16451e2677b Signed-off-by: Gary Thomas <gary@mlbassoc.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03rpi-config: Add video camera controlGary Thomas
Add video camera enable 'VIDEO_CAMERA' for config.txt Change-Id: I547004eebfba204ba683365bbdbad143f2cdfe6e Signed-off-by: Gary Thomas <gary@mlbassoc.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2014-01-03README: Add video camera controlGary Thomas
Add optional 'VIDEO_CAMERA' setting to enable video camera at boot time. Change-Id: I8b2509aee1ff8ec94b7a3a3b5066d0411a957f43 Signed-off-by: Gary Thomas <gary@mlbassoc.com> Acked-by: Andrei Gherzan <andrei@gherzan.ro>
2013-12-18bcm2835: Update to version 1.34Alexandru Niculita
Change-Id: I189927439028f6f11f513c84c5e6dc6bfb249d06 Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
2013-12-15Merge "wiringpi: Add new package"Andrei Gherzan
2013-12-03Merge "rpi-default-providers: Use jpeg as default provider"Andrei Gherzan
2013-11-29rpi-default-providers: Use jpeg as default providerAndrei Gherzan
Change-Id: Ic7f1faa3ed60a3ccd1b0b08ed366cfb71df06536 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-29linux-raspberrypi_3.10.18: Fix commit SHAAndrei Gherzan
The remote SHA used is no longer available in github. Move to a usable one. Fixies this build error: fatal: reference is not a tree: ae937f99fee8a37f2ddd7270f6bcc0e497e8c903 on raspberry 3.10 kernel: raspberrypi-poky-linux-gnueabi/linux-raspberrypi/3.10.18+gitae937f99fee8a37f2ddd7270f6bcc0e497e8c903-r0 More info: https://trello.com/c/tQ7l8ftd Change-Id: I9fcc571622cbe4adb8ed99b11e5d6889e791d555 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-14omxplayer: Updated package to the latest version from gitAlexandru Niculita
Changed the active development repository to git://github.com/popcornmix/omxplayer.git Added dbus package as a dependency. Installed fonts directory in the default location needed by omxplayer Change-Id: Ie2e1ae73656d3c9a5cbefbf87d0792b10fcd9430 Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
2013-11-13userland: Update to HEAD on 2013-11-13Andrei Gherzan
Change-Id: Ic618f8bc5365b9f787a230a2a3e0ccb92c17738a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-13firmware.inc: Update to HEAD on 2013-11-13Andrei Gherzan
Change-Id: I00ace3f8575015612ae09dfb99e2a33d87ddc4cb Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-11-13rpi-default-providers: Use 3.10.X as default kernelAndrei Gherzan
This is the default/base branch on official github repository: https://github.com/raspberrypi/linux/branches Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>