aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/images/rpi-basic-image.bb
AgeCommit message (Collapse)Author
2022-04-21rpi-basic-image: Drop imageAndrei Gherzan
This was deprecated for a good while now so let's drop it. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
2021-08-04Convert to new override syntaxMartin Jansa
This is the result of automated script conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-02-28rpi-basic-image: Refactor to avoid double deprecation warningsPaul Barker
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>
2018-02-28rpi-*-image: Deprecate old image namesPaul Barker
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>
2015-03-12rpi-basic-image: Define rpi SPLASH specific packageAndrei 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-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>