From 383d522043553d16c40cf3eea074ade4610cad41 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 15 Nov 2017 12:29:03 +0200 Subject: 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 --- conf/distro/include/toradex.inc | 1 + 1 file changed, 1 insertion(+) 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 BBMASK += "\ meta-toradex-nxp/recipes-graphics/xorg-xserver \ meta-toradex-bsp-common/recipes-devtools/python \ + meta-toradex-bsp-common/recipes-devtools/e2fsprogs \ " PREFERRED_PROVIDER_u-boot = "u-boot-toradex" -- cgit v1.2.3-54-g00ecf