aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2015-12-14 18:07:07 +0100
committerGerrit Code Review <gerrit@172.30.200.200>2015-12-21 14:23:30 +0000
commit25af2d366bd51466734a401213ffb417a66189f8 (patch)
treeae73d73952d01b3d8c963134397f64722bc5cd62
parent94b9967b5ce7493289ac903f2e44ef3cd3fe43f9 (diff)
meta-rcar-gen2: porter.conf: add MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS
This commit adds the variable MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS with a list of kernel modules to the porter.conf file. It is needed to have the *.ko files of the MOST driver deployed to the rootfs of the target image. Change-Id: I908a1e545c449c9e6fa56f49659162eecbf1846f Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
-rw-r--r--meta-rcar-gen2/conf/machine/porter.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-rcar-gen2/conf/machine/porter.conf b/meta-rcar-gen2/conf/machine/porter.conf
index ed4ed95..d72a5cc 100644
--- a/meta-rcar-gen2/conf/machine/porter.conf
+++ b/meta-rcar-gen2/conf/machine/porter.conf
@@ -7,6 +7,17 @@ require conf/machine/include/rcar-gen2-providers.inc
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-module-mostcore \
+ kernel-module-aim-cdev \
+ kernel-module-aim-sound \
+ kernel-module-aim-v4l2 \
+ kernel-module-aim-network \
+ kernel-module-hdm-dim2 \
+ kernel-module-hdm-i2c \
+ kernel-module-hdm-usb \
+ "
+
+
IMAGE_FSTYPES += "tar.bz2"
SERIAL_CONSOLE = "38400 ttySC6"