From 25af2d366bd51466734a401213ffb417a66189f8 Mon Sep 17 00:00:00 2001 From: Christian Gromm Date: Mon, 14 Dec 2015 18:07:07 +0100 Subject: 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 --- meta-rcar-gen2/conf/machine/porter.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-rcar-gen2/conf/machine') 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" -- cgit 1.2.3-korg