mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-06 04:38:17 +00:00
rpi-basic-image: Refactor to avoid double deprecation warnings
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>
This commit is contained in:
committed by
Andrei Gherzan
parent
81a9e9d450
commit
207efc6fcf
@@ -1,5 +1,10 @@
|
|||||||
# Base this image on rpi-hwup-image
|
# Base this image on core-image-minimal
|
||||||
include rpi-hwup-image.bb
|
include recipes-core/images/core-image-minimal.bb
|
||||||
|
|
||||||
|
# Include modules in rootfs
|
||||||
|
IMAGE_INSTALL += " \
|
||||||
|
kernel-modules \
|
||||||
|
"
|
||||||
|
|
||||||
SPLASH = "psplash-raspberrypi"
|
SPLASH = "psplash-raspberrypi"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user