summaryrefslogtreecommitdiffstats
path: root/meta-architech-extras
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-09-09 14:11:46 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-09-10 05:47:27 +0000
commite3b10f658c196d80db975345d9b5ef3eb8751f9c (patch)
treecdd23643951643fdbff22f62f5005329d1088dbb /meta-architech-extras
parent0ecf64d67502119af80c10aeb564c4e4e41789b9 (diff)
downloadmeta-boot2qt-e3b10f658c196d80db975345d9b5ef3eb8751f9c.tar.gz
Include CDC-ACM kernel module
Task-number: QTEE-972 Change-Id: I9fc3e211c2cc4739d7fad210737b7a0cf860d8ce Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Karim Pinter <karim.pinter@theqtcompany.com>
Diffstat (limited to 'meta-architech-extras')
-rw-r--r--meta-architech-extras/recipes/linux/linux-imx_3.0.35.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-architech-extras/recipes/linux/linux-imx_3.0.35.bb b/meta-architech-extras/recipes/linux/linux-imx_3.0.35.bb
index 948382f..87326af 100644
--- a/meta-architech-extras/recipes/linux/linux-imx_3.0.35.bb
+++ b/meta-architech-extras/recipes/linux/linux-imx_3.0.35.bb
@@ -32,4 +32,5 @@ do_configure_prepend() {
32 echo "CONFIG_USB_SERIAL_GENERIC=y" >> ${WORKDIR}/defconfig 32 echo "CONFIG_USB_SERIAL_GENERIC=y" >> ${WORKDIR}/defconfig
33 echo "CONFIG_USB_SERIAL_FTDI_SIO=m" >> ${WORKDIR}/defconfig 33 echo "CONFIG_USB_SERIAL_FTDI_SIO=m" >> ${WORKDIR}/defconfig
34 echo "CONFIG_USB_SERIAL_PL2303=m" >> ${WORKDIR}/defconfig 34 echo "CONFIG_USB_SERIAL_PL2303=m" >> ${WORKDIR}/defconfig
35 echo "CONFIG_USB_ACM=m" >> ${WORKDIR}/defconfig
35} 36}