Commit Graph

1749 Commits

Author SHA1 Message Date
Andrei Gherzan 6f8544ef12 rpi-hwup-image: Create image based on core-image-minimal
Include kernel modules in rootfs while generating a
core-image-minimal.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02 02:00:38 +03:00
Andrei Gherzan 73e31e94e4 README: Add yocto specific infos
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-02 02:00:31 +03:00
Andrei Gherzan 2b84f802a8 poky-raspberrypi.conf: Add yocto specific distro configure file
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-02 01:58:37 +03:00
Andrei Gherzan 4b460a3f78 Merge pull request #17 from agherzan/devel_serialname
raspberrypi.conf: Fix serial console name
2012-07-01 11:07:37 -07:00
Andrei Gherzan d4a1ba2b24 Merge pull request #16 from GaryThomas/updates
bcm2835-kernel-image: Fix dependency
2012-07-01 11:06:30 -07:00
Andrei Gherzan 644c7ebad5 linux.inc: Remove reference to linux-tools.inc
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-01 15:15:25 +03:00
Andrei Gherzan 5756b300b9 raspberrypi.conf: Fix serial console name
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-01 14:29:01 +03:00
Gary Thomas 0d19bc02c7 bcm2835-kernel-image: Fix dependency
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-30 13:59:44 -06:00
David-John Willis ea603975e9 Merge pull request #5 from agherzan/devel_misc
bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
2012-06-29 15:15:49 -07:00
David-John Willis 426cafd050 Merge pull request #13 from tthef/master
Packaging of firmware for VC graphics
2012-06-29 15:10:34 -07:00
Tomas Frydrych 0e566b3483 firmware: use common include to set source revision and include date in version
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-22 07:50:50 +01:00
Tomas Frydrych fac94bf7de vc-graphics: package firmware for VC graphics
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-06-20 20:28:00 +01:00
David-John Willis 2bd08428ce Merge pull request #7 from koenkooi/patch-1
README: fix setup-scripts URL
2012-05-22 08:04:50 -07:00
Koen Kooi 5d388065dc README: fix setup-scripts URL
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2012-05-22 10:49:13 +03:00
David-John Willis 9179bbb13a Merge pull request #6 from GaryThomas/master
linux-raspberrypi: Fix kernel build when host uses make 3.82
2012-05-21 13:55:53 -07:00
Gary Thomas d298418c6e linux-raspberrypi: Fix build issue with make 3.82
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
2012-05-21 13:55:39 -06:00
Andrei Gherzan 8484b97e61 bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-05-21 19:32:22 +03:00
David-John Willis d9bffb9463 README: Fix BBMASK regex.
* Thanks to Gary Thomas for pointing this out.
2012-05-21 16:48:23 +01:00
David-John Willis d1e802561a README: Add information on BBMASK for use in Yocto. 2012-05-21 16:27:58 +01:00
David-John Willis 03d3e7e632 Merge pull request #1 from bluelightning/master
PULL REQUEST: A few minor changes
2012-05-16 13:48:25 -07:00
Paul Eggleton 54324ca7fd bcm2835-bootfiles: update to latest firmware
* 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-15 14:29:14 +01:00
Paul Eggleton c8057784c1 linux-raspberrypi: fix for parallel make install failures
Disable parallel "make install" as this seems to fail with -j4.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-15 14:29:14 +01:00
Paul Eggleton 595b974df1 README: remove meta-angstrom from dependencies
meta-angstrom isn't specifically needed for this layer anymore.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-15 14:29:14 +01:00
David-John Willis 2a76170e15 bcm2835-kernel-image/bcm2835-mkimage: Make machine specific. 2012-05-10 20:32:06 +01:00
David-John Willis c20be94e43 rpi-first-run-wizard: Add basic first run wizard from the OpenPandora.
* Only used in demo images at the moment to just get a user setup.
2012-04-24 14:02:52 +01:00
David-John Willis 03eef509e4 rpi-zram-service: Add little systemd service to enable zram on the RPi.
* Needs to move to something more generic in time.
2012-04-24 13:56:05 +01:00
David-John Willis 04f059923b xserver-xf86-config: Remove xorg.conf.d/* from CONFFILES_${PN}. 2012-04-23 15:17:34 +01:00
David-John Willis ed934b7c44 linux-raspberrypi: Bump SRCREV and Kernel PR. 2012-04-23 15:16:49 +01:00
David-John Willis 1cc562d9d3 sdcard_image-rpi: Add 1st cut at a class to build an SD card image for the RPi. 2012-04-23 15:16:08 +01:00
David-John Willis b0e4ba5f7a xserver-xf86-config: Clean up silly oversight.
* 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-12 22:52:57 +01:00
David-John Willis 58aec28df8 bcm2835-kernel-image: Add recipe to deal with prepending the 32KB header to the kerenl image.
* TODO: Clean up these recipes and merge -mkimage and -kernel-image.
2012-04-12 22:21:28 +01:00
David-John Willis 7dbc0ca110 libav_0.7.4: Add bbappend to fix the build on ARMv6 for now.
* Having to disable armvfp feels VERY wrong so this is not going upstream until I work out why.
2012-04-12 22:19:52 +01:00
David-John Willis f5ab6d0e02 recipes.txt: Add recipes-bcm. 2012-04-12 06:47:45 +01:00
David-John Willis b4c367ece6 bcm2835-bootfiles: Add recipe to download the binary bootfiles and store them in ${DEPLOY_DIR_IMAGE}. 2012-04-12 06:41:30 +01:00
David-John Willis 6a5ca4a744 raspberrypi.conf: Bump MACHINE_KERNEL_PR.
* Also reset to a zImage ;).
2012-04-11 16:15:15 +01:00
David-John Willis d7e4e50de1 linux-raspberrypi: Recipe Cleanup.
* 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.
2012-04-11 16:13:25 +01:00
David-John Willis 948b50c0e8 xserver-xf86-config: Add initial xorg config for the RaspberryPi. 2012-04-04 10:05:47 +01:00
David-John Willis bfa2cb6d57 raspberrypi.conf: Update machine name.
* No prizes for working out what layer I used as a basis for this ;).
2012-04-04 09:44:31 +01:00
David-John Willis df91a3021d formfactor: Add RaspberryPi formfactor. 2012-04-03 23:05:40 +01:00
David-John Willis 4728e85ed1 linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;). 2012-04-03 22:38:50 +01:00
David-John Willis a962507532 RASPBERRYPI.CONF/TUNE-ARM1176JZF-S: Add tune file for the BCM2835 SoC. 2012-04-03 22:21:56 +01:00
David-John Willis 17290c986b BASE-FILES: Add RaspberryPi fstab and profile. 2012-04-03 21:26:36 +01:00
David-John Willis 4a369c92a8 NETBASE: Add raspberrypi hosts and interfaces.
* Just basic ones for now.
2012-04-03 21:22:57 +01:00
David-John Willis 579c8e9650 linux-raspberrypi: Bump SRCREV. 2012-04-03 20:56:22 +01:00
David-John Willis b1db254c18 linux-raspberrypi: Add recipe for 3.1.9 kernel.
* Kernel is from https://github.com/raspberrypi/linux
2012-04-03 20:54:11 +01:00
David-John Willis 2684e1f552 RECIPES.TXT: Add overview of folder contents. 2012-04-03 20:44:57 +01:00
David-John Willis d6df178702 COPYING.MIT: Add license file for the metadata. 2012-04-03 20:44:03 +01:00
David-John Willis cc91d815b9 CONF: Add layer and machine configs. 2012-04-03 20:43:31 +01:00
David-John Willis d15acac59e README: Add layer overview. 2012-04-03 20:42:18 +01:00