summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-12-20 15:28:44 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2016-12-20 14:59:17 +0000
commit438647c0b08a80a9c1b5210440cd8274d3c3cf54 (patch)
treeeffda29ceb11caeb533395717f63f282c1f51b26
parent46d71c1296b6bae5a3b537e6c05645c9b96878b6 (diff)
downloadmeta-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>
-rw-r--r--meta-ti-extras/recipes/libgles/ti-sgx-ddk-um_%.bbappend2
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend2
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
38FILES_${PN} += "${base_libdir}/udev/rules.d/*.rules" 38FILES_${PN} += "${base_libdir}/udev/rules.d/*.rules"
39
40RRECOMMENDS_${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"
38SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf" 38SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf"
39PV_beaglebone = "4.4.19+git${SRCPV}" 39PV_beaglebone = "4.4.19+git${SRCPV}"
40DEPENDS_append_beaglebone = " lzop-native" 40DEPENDS_append_beaglebone = " lzop-native"
41RRECOMMENDS_${PN}_append_beaglebone = " bb-org-overlays" 41RRECOMMENDS_kernel-base_append_beaglebone = " bb-org-overlays"