summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2018-04-16 20:44:51 +0000
committerAndrei Gherzan <andrei@gherzan.com>2018-04-23 14:08:04 +0100
commit9b2cbacb074786530c3c7eab70260c8f6de302bf (patch)
treeac02e6cb14b76eddd62d6d177f0b62b5722cd909 /recipes-graphics
parente059aaffdf8a83ab59bec7d26bd78291b5abee10 (diff)
downloadmeta-raspberrypi-9b2cbacb074786530c3c7eab70260c8f6de302bf.tar.gz
Drop unnecessary dependencies and tasks
We have a few recipes which only deploy files that go into the boot partition and do not create packages to be installed into the rootfs. These recipes don't need to run the usual packaging tasks so we can drop them to speed up the build a little. We also have a bunch of recipes that don't need the usual toolchain as they just copy files or invoke native commands like `mkimage`. So to speed up the build a little more we can set INHIBIT_DEFAULT_DEPS to avoid an unnecessary dependency on the toolchain. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/vc-graphics/vc-graphics.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-graphics/vc-graphics/vc-graphics.inc b/recipes-graphics/vc-graphics/vc-graphics.inc
index 668c5ce..cd0d57b 100644
--- a/recipes-graphics/vc-graphics/vc-graphics.inc
+++ b/recipes-graphics/vc-graphics/vc-graphics.inc
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780"
6PROVIDES = "virtual/libgles2 virtual/egl" 6PROVIDES = "virtual/libgles2 virtual/egl"
7COMPATIBLE_MACHINE = "^rpi$" 7COMPATIBLE_MACHINE = "^rpi$"
8 8
9INHIBIT_DEFAULT_DEPS = "1"
10
9include recipes-bsp/common/firmware.inc 11include recipes-bsp/common/firmware.inc
10 12
11SRC_URI += " \ 13SRC_URI += " \