diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-04-10 17:50:30 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-15 11:46:58 +0100 |
commit | 0917b60527242d3668efc2d3b918df64b13e7b6f (patch) | |
tree | 84406abb2185b56b4105ffcc09d7f5308773b98b | |
parent | c7bc97c97e61658e487c4fab8517754328b5e40f (diff) | |
download | meta-raspberrypi-0917b60527242d3668efc2d3b918df64b13e7b6f.tar.gz |
rpi-base.inc: Add kernel modules to all images
Add kernel modules, including i2c-dev and i2c-bcm2708, to variable
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS. This way kernel modules will
be present in all images based on packagegroup-core-boot,
including the core-image-minimal image.
Otherwise, if modules, are in variable MACHINE_EXTRA_RRECOMMENDS
they will be added only in images based on packagegroup-base,
which does not include the core-image-minimal or
core-image-full-cmdline images.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
-rw-r--r-- | conf/machine/include/rpi-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index c5ae968..44a0d65 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -76,7 +76,7 @@ MACHINE_FEATURES += "apm usbhost keyboard vfat ext2 screen touchscreen alsa blue | |||
76 | # Raspberry Pi has no hardware clock | 76 | # Raspberry Pi has no hardware clock |
77 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | 77 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" |
78 | 78 | ||
79 | MACHINE_EXTRA_RRECOMMENDS += " kernel-modules udev-rules-rpi" | 79 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " kernel-modules udev-rules-rpi" |
80 | 80 | ||
81 | # Set Raspberrypi splash image | 81 | # Set Raspberrypi splash image |
82 | SPLASH = "psplash-raspberrypi" | 82 | SPLASH = "psplash-raspberrypi" |