aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core
AgeCommit message (Collapse)Author
2015-03-12rpi-basic-image: Define rpi SPLASH specific packageAndrei Gherzan
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-test-image: Add test imageAndrei Gherzan
Change-Id: Iff4f58b43d1dcf5ea4f866b565542807345d6066 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>
2013-08-21base-files: Remove profile and fstabAndrei Gherzan
Remove these files as the default ones work just OK. Moreover, not having /run mounted as tmpfs, would break mounting root as read only. This is done in the default fstab so use that one. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2013-06-10psplash: only set image for MACHINE=raspberrypiPaul Barker
Instead of overriding the default psplash image, the raspberrypi image is added as an additional image. It is then set as the default in the raspberrypi machine config file so that other targets do not pick up our splash image. Tested on raspberrpi and qemuarm: on raspberrypi I see to Raspberry Pi logo, on qemuarm I see the Yocto Project logo. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2013-05-01netbase: Remove bbappend and filesPaul Barker
Dropped raspberrypi modifications to hosts and interfaces files as they are unnecessary. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-27rpi-zram-service: Remove recipe as it was moved to meta-oeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18rpi-basic-image: Add splash image featureAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-18psplash: Add bbappend to use a RPi logoAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-09-03rpi-basic-image: Add new basic image with SSH serverJack Mitchell
Add a new basic image with ssh-server-dropbear IMAGE_FEATURE This is to allow people without physical hardware attached to the Pi such as monitor and keyboard to connect over the network. [GITHUB #52] Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2012-07-09netbase: Rename bbappend and directory to match the updated version of netbaseAndrei Gherzan
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-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-03BASE-FILES: Add RaspberryPi fstab and profile.David-John Willis
2012-04-03NETBASE: Add raspberrypi hosts and interfaces.David-John Willis
* Just basic ones for now.