summaryrefslogtreecommitdiffstats
path: root/meta-ti-extras/recipes/linux
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-11-01 10:13:58 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2016-11-03 14:11:34 +0000
commit57f2d6e8c7a518b50981674849014c1640022563 (patch)
treedbc82561185727d9d961cd79622b2dc9c0a45a8f /meta-ti-extras/recipes/linux
parentd1014d8b2e40f36cd85d75cfd3732f6b124dab2f (diff)
downloadmeta-boot2qt-57f2d6e8c7a518b50981674849014c1640022563.tar.gz
images: do not explicitly define Qt dependency packages
Remove all Qt dependency packages from machine include files and base packagegroups, instead let packagemanager pull in all the needed dependent packages. Do not create tar image or bootfs, since they are not used anymore. The old base image is now renamed for CI usage and contains all the Qt dependent packages but without any Qt modules. This is achieved by first installing all the Qt modules (which pulls in all the dependencies) and then removing only Qt modules. Change-Id: I36d996d4531af42e955f19a487c22d0b90c5ada9 Reviewed-by: Risto Avila <risto.avila@qt.io>
Diffstat (limited to 'meta-ti-extras/recipes/linux')
-rw-r--r--meta-ti-extras/recipes/linux/linux-ti-staging_4.4.bbappend3
1 files changed, 2 insertions, 1 deletions
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 f29d7e7..f192ea5 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
@@ -37,4 +37,5 @@ KERNEL_GIT_URI_beaglebone = "git://github.com/beagleboard/linux;nobranch=1"
37BRANCH_beaglebone = "4.4" 37BRANCH_beaglebone = "4.4"
38SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf" 38SRCREV_beaglebone = "dbe8c873f443cb8ac52e95790d0c958b81d7eddf"
39PV_beaglebone = "4.4.19+git${SRCPV}" 39PV_beaglebone = "4.4.19+git${SRCPV}"
40DEPENDS_beaglebone += "lzop-native" 40DEPENDS_beaglebone_append = " lzop-native"
41RRECOMMENDS_${PN}_beaglebone_append = " bb-org-overlays"