Does not define any of the IMAGE_FEATURES or PACKAGE_GROUPS that are needed causing error when including "tools-sdk" to EXTRA_MACHINE_FEATURES.
[YOCTO #5023] Signed-off-by: Daiane Angolini <[email protected]> --- recipes-qt/images/qt-in-use-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/images/qt-in-use-common.inc b/recipes-qt/images/qt-in-use-common.inc index aaaa2a5..c84c1b1 100644 --- a/recipes-qt/images/qt-in-use-common.inc +++ b/recipes-qt/images/qt-in-use-common.inc @@ -29,4 +29,4 @@ QT_DEMOS = " \ do_rootfs[depends] += "virtual/kernel:do_populate_sysroot" -inherit image +inherit core-image -- 1.8.1.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
