summaryrefslogtreecommitdiffstats
path: root/recipes-core/images
Commit message (Collapse)AuthorAgeFilesLines
* rpi-basic-image: Refactor to avoid double deprecation warningsPaul Barker2018-02-281-2/+7
| | | | | | | | If rpi-basic-image is based on rpi-hwup-image, both deprecation warnings are printed which may be confusing. Therefore let's just copy over the relevant bits of rpi-hwup-image for now. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* rpi-*-image: Deprecate old image namesPaul Barker2018-02-283-2/+10
| | | | | | | | | | | | | | | As discussed on the issue tracker, it's confusing for meta-raspberrypi to have its own set of image names filling the same jobs as the core images. Therefore we are marking these images as deprecated and will be removing them in the future. The recommended replacement images are as follows: rpi-hwup-image -> core-image-minimal rpi-basic-image -> core-image-base The image 'rpi-test-image' will be kept and is not marked as deprecated, it is still useful for testing. It it updated to be based on 'core-image-base'. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* packagegroup-rpi-test, rpi-test-image: restrict to ^rpi$ and include ↵Martin Jansa2017-07-271-0/+2
| | | | | | | | | | | | | | omxplayer only for 32bit rpi * omxplayer has: COMPATIBLE_MACHINE_rpi_aarch64 = null so it cannot be inclued for raspberrypi3-64 * components used by this packagegroup are also restricted to ^rpi$ so the packagegroup and the image using it cannot be built for anything else * fixes couple errors when trying to build world with meta-raspberrypi included Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rpi-basic-image: Define rpi SPLASH specific packageAndrei Gherzan2015-03-121-0/+2
| | | | 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>
* rpi-basic-image: Add splash image featureAndrei Gherzan2012-09-181-1/+1
| | | | 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>
* 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>