summaryrefslogtreecommitdiffstats
path: root/recipes-core
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-rpi-test: Fix COPYING md5sumAndrei Gherzan2016-07-081-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* packagegroup-rpi-test: Poky moved the license so fix LIC_FILES_CHKSUMAndrei Gherzan2016-07-081-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* packagegroup-rpi-test: Add packages to be able to test WiFi/BluetoothAndrei Gherzan2016-04-221-0/+5
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* packagegroup-rpi-test: Include newly added packagesAndrei Gherzan2016-01-111-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* packagegroup-rpi-test: Add pi-blasterPetter Mabäcker2015-08-101-0/+1
| | | | | | | Ensure that pi-blaster is built and included by default when building 'rpi-test-image'. Signed-off-by: Petter Mabäcker <petter@technux.se>
* rpi-basic-image: Define rpi SPLASH specific packageAndrei Gherzan2015-03-121-0/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* packagegroup-rpi-test: Add some packagesAndrei Gherzan2014-01-191-1/+3
| | | | | | | | | | | 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>
* rpi-test-image: Add test imageAndrei Gherzan2014-01-191-0/+4
| | | | | Change-Id: Iff4f58b43d1dcf5ea4f866b565542807345d6066 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* packagegroup-rpi-test: Add test packagegroupAndrei Gherzan2014-01-171-0/+17
| | | | | Change-Id: I74f7c0d33d5f9692a427587bf0f8ef9980ebfcd3 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* base-files: Remove profile and fstabAndrei Gherzan2013-08-213-45/+0
| | | | | | | | 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>
* psplash: only set image for MACHINE=raspberrypiPaul Barker2013-06-101-1/+1
| | | | | | | | | | | 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>
* netbase: Remove bbappend and filesPaul Barker2013-05-013-20/+0
| | | | | | | | 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>
* rpi-zram-service: Remove recipe as it was moved to meta-oeAndrei Gherzan2012-09-273-78/+0
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-basic-image: Add splash image featureAndrei Gherzan2012-09-181-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* psplash: Add bbappend to use a RPi logoAndrei Gherzan2012-09-182-0/+3212
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-basic-image: Add new basic image with SSH serverJack Mitchell2012-09-031-0/+4
| | | | | | | | | | | | 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>
* 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>
* 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>
* rpi-zram-service: Add little systemd service to enable zram on the RPi.David-John Willis2012-04-243-0/+78
| | | | * Needs to move to something more generic in time.
* BASE-FILES: Add RaspberryPi fstab and profile.David-John Willis2012-04-033-0/+45
|
* NETBASE: Add raspberrypi hosts and interfaces.David-John Willis2012-04-033-0/+20
* Just basic ones for now.