From 19413dcc5b6cd10b062e4e523bc73c5c18324b8d Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 5 Feb 2014 11:03:43 +0100 Subject: image: add kernel module for fusion touch screens Add kernel module for Fusion 7"/10" touch screen to the root filesystem image. --- recipes/images/trdx-extra.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'recipes') diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index edeec6c..5d585fc 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -34,12 +34,14 @@ IMAGE_INSTALL_T20_T30 = " \ IMAGE_INSTALL_MACHINE_colibri-t20 = " \ ${IMAGE_INSTALL_T20_T30} \ u-boot-fw-utils \ + kernel-module-fusion-f0710a \ " IMAGE_INSTALL_MACHINE_colibri-t30 = " \ ${IMAGE_INSTALL_T20_T30} \ fs-init \ util-linux-fstrim \ + kernel-module-fusion-f0710a \ " IMAGE_INSTALL_MACHINE_apalis-t30 = " \ @@ -55,12 +57,14 @@ IMAGE_INSTALL_MACHINE_apalis-t30 = " \ kernel-module-tegra-v4l2-camera \ kernel-module-videobuf2-dma-nvmap \ kernel-module-videobuf2-memops \ + kernel-module-fusion-f0710a \ " IMAGE_INSTALL_MACHINE_colibri-vf = " \ iproute2 \ canutils \ mtd-utils-ubifs \ + kernel-module-fusion-f0710a \ " IMAGE_INSTALL_MACHINE = "" -- cgit v1.2.3