summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-11-15 12:29:03 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2017-11-15 11:46:58 +0000
commit383d522043553d16c40cf3eea074ade4610cad41 (patch)
tree1ff68719d9b038ec5d073279477b89a3722dbb97
parent222a39db1e3aa21b3bd519ccdf8f25ce2814919e (diff)
downloadmeta-boot2qt-383d522043553d16c40cf3eea074ade4610cad41.tar.gz
toradex: fix use of sstate for toradex targets
Recipe change for e2fsprogs in toradex meta layer causes all packages to be rebuild for apalis-imx6 and colibri-imx6 targets when most of those could be shared from sstate-cache with other imx6 targets. e2fsprogs-native is required by rpm-native, which is explicitly added as a dependency to every package in package.bbclass Change-Id: I2569c55e2e6806f2d98e95006635fe35135a6d29 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--conf/distro/include/toradex.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/include/toradex.inc b/conf/distro/include/toradex.inc
index e1bc589..83b6d45 100644
--- a/conf/distro/include/toradex.inc
+++ b/conf/distro/include/toradex.inc
@@ -32,6 +32,7 @@ include conf/distro/include/fsl.inc
32BBMASK += "\ 32BBMASK += "\
33 meta-toradex-nxp/recipes-graphics/xorg-xserver \ 33 meta-toradex-nxp/recipes-graphics/xorg-xserver \
34 meta-toradex-bsp-common/recipes-devtools/python \ 34 meta-toradex-bsp-common/recipes-devtools/python \
35 meta-toradex-bsp-common/recipes-devtools/e2fsprogs \
35 " 36 "
36 37
37PREFERRED_PROVIDER_u-boot = "u-boot-toradex" 38PREFERRED_PROVIDER_u-boot = "u-boot-toradex"