diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-12-22 00:51:45 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2015-12-22 00:52:47 +0100 |
commit | 3b09e9b5d3b9c4ed646b58bf5d464ec5b9c2c611 (patch) | |
tree | 82606f5fcdb547f2ccf58b01569e4f941eedd0e1 /meta-rcar-gen2 | |
parent | 37a59bae9c6de55114e078dbd43186089740ff65 (diff) | |
parent | 25af2d366bd51466734a401213ffb417a66189f8 (diff) |
Merge branch 'agl-1.0-bsp-1.8.0' of ssh://gerrit.automotivelinux.org:29418/AGL/meta-renesas into albacore-uprev
Change-Id: I9c3a40a9afd1f235d695d2aa1bf70fd996a77c89
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen2')
-rw-r--r-- | meta-rcar-gen2/conf/machine/porter.conf | 11 |
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" |