diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-15 09:58:16 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-09-15 13:34:28 +0300 |
commit | 7faffd0a1f4800c50547c1aefddeb5db006b267f (patch) | |
tree | 6a08a1941ba85a6c1e870a30a291bcf669cb6b09 /meta-toradex-extras/recipes | |
parent | cf56c7b6c15597c0d04a33204ba25ec37c4667f3 (diff) | |
parent | b54b20eb868b68379c792efab0baf8a15cd8a283 (diff) | |
download | meta-boot2qt-7faffd0a1f4800c50547c1aefddeb5db006b267f.tar.gz |
Merge remote-tracking branch 'origin/dizzy' into dev
openssl/c_rehash patch updated to apply again.
* origin/dizzy:
Fix c_rehash run during image creation
Include CDC-ACM kernel module
Use mirror from github to clone git-repo tool
Add libevent to toolchain and image
Use correct path for mkspecs
qt5: remove separate designer packages
qt5: use 5.5-next branch for meta-qt5
qt5: patch qdevice.conf from correct location
Change-Id: I6998da6dc050c17aa1cbf20d50bcf0d14fc4ee8e
Diffstat (limited to 'meta-toradex-extras/recipes')
-rw-r--r-- | meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend | 1 | ||||
-rw-r--r-- | meta-toradex-extras/recipes/linux/linux-toradex-vf_4.%.bbappend | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend index 1e2b5f3..3f07de3 100644 --- a/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend +++ b/meta-toradex-extras/recipes/linux/linux-toradex-fsl_git.bbappend | |||
@@ -32,6 +32,7 @@ RDEPENDS_kernel-base = "" | |||
32 | config_script () { | 32 | config_script () { |
33 | # FunctionFS for adb | 33 | # FunctionFS for adb |
34 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config | 34 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${S}/.config |
35 | echo "CONFIG_USB_ACM=m" >> ${S}/.config | ||
35 | } | 36 | } |
36 | 37 | ||
37 | B = "${S}" | 38 | B = "${S}" |
diff --git a/meta-toradex-extras/recipes/linux/linux-toradex-vf_4.%.bbappend b/meta-toradex-extras/recipes/linux/linux-toradex-vf_4.%.bbappend index 76bf87d..fd9ad55 100644 --- a/meta-toradex-extras/recipes/linux/linux-toradex-vf_4.%.bbappend +++ b/meta-toradex-extras/recipes/linux/linux-toradex-vf_4.%.bbappend | |||
@@ -29,5 +29,6 @@ SRC_URI += " \ | |||
29 | do_configure_prepend () { | 29 | do_configure_prepend () { |
30 | # FunctionFS for adb | 30 | # FunctionFS for adb |
31 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig | 31 | echo "CONFIG_USB_FUNCTIONFS=m" >> ${WORKDIR}/defconfig |
32 | echo "CONFIG_USB_ACM=m" >> ${WORKDIR}/defconfig | ||
32 | echo "TOUCHSCREEN_FUSION_F0710A=y" >> ${WORKDIR}/defconfig | 33 | echo "TOUCHSCREEN_FUSION_F0710A=y" >> ${WORKDIR}/defconfig |
33 | } | 34 | } |