mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
rpi-basic-image: Drop image
This was deprecated for a good while now so let's drop it. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
parent
b90b06785c
commit
82871068c2
|
@ -1,15 +0,0 @@
|
||||||
# Base this image on core-image-minimal
|
|
||||||
include recipes-core/images/core-image-minimal.bb
|
|
||||||
|
|
||||||
# Include modules in rootfs
|
|
||||||
IMAGE_INSTALL += " \
|
|
||||||
kernel-modules \
|
|
||||||
"
|
|
||||||
|
|
||||||
SPLASH = "psplash-raspberrypi"
|
|
||||||
|
|
||||||
IMAGE_FEATURES += "ssh-server-dropbear splash"
|
|
||||||
|
|
||||||
do_image:prepend() {
|
|
||||||
bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead")
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user