diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-12-20 15:28:44 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-12-20 14:59:17 +0000 |
commit | 438647c0b08a80a9c1b5210440cd8274d3c3cf54 (patch) | |
tree | effda29ceb11caeb533395717f63f282c1f51b26 /meta-ti-extras | |
parent | 46d71c1296b6bae5a3b537e6c05645c9b96878b6 (diff) | |
download | meta-boot2qt-438647c0b08a80a9c1b5210440cd8274d3c3cf54.tar.gz |
beaglebone: add missing kernel modules
SGX kernel module and overlay dtbs were not installed.
Task-number: QTBUG-57663
Change-Id: Ic978c051870c687c95c0c1485065c235f56e60d6
Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
Diffstat (limited to 'meta-ti-extras')
-rw-r--r-- | meta-ti-extras/recipes/libgles/ti-sgx-ddk-um_%.bbappend | 2 | ||||
-rw-r--r-- | meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes/libgles/ti-sgx-ddk-um_%.bbappend b/meta-ti-extras/recipes/libgles/ti-sgx-ddk-um_%.bbappend index 15fe3ce..84558b4 100644 --- a/meta-ti-extras/recipes/libgles/ti-sgx-ddk-um_%.bbappend +++ b/meta-ti-extras/recipes/libgles/ti-sgx-ddk-um_%.bbappend | |||
@@ -36,3 +36,5 @@ do_install_append() { | |||
36 | } | 36 | } |
37 | 37 | ||
38 | FILES_${PN} += "${base_libdir}/udev/rules.d/*.rules" | 38 | FILES_${PN} += "${base_libdir}/udev/rules.d/*.rules" |
39 | |||
40 | RRECOMMENDS_${PN} += "ti-sgx-ddk-km" | ||
diff --git a/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend b/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend index 5b0e2df..0d9e282 100644 --- a/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend +++ b/meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend | |||
@@ -38,4 +38,4 @@ BRANCH_beaglebone = "4.4" | |||
38 | SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf" | 38 | SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf" |
39 | PV_beaglebone = "4.4.19+git${SRCPV}" | 39 | PV_beaglebone = "4.4.19+git${SRCPV}" |
40 | DEPENDS_append_beaglebone = " lzop-native" | 40 | DEPENDS_append_beaglebone = " lzop-native" |
41 | RRECOMMENDS_${PN}_append_beaglebone = " bb-org-overlays" | 41 | RRECOMMENDS_kernel-base_append_beaglebone = " bb-org-overlays" |