From: Praneeth Bajjuri <[email protected]>
Split the package selection option for omap-a15 based machines to avoid
the build errors like this.
ERROR: Nothing RPROVIDES '${@oe.utils.conditional('ARAGO_BRAND','
(but <>/packagegroups/ti-test.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target '${@oe.utils.conditional('ARAGO_BRAND',' is unbuildable,
removing...
Missing or unbuildable dependency chain was:
["${@oe.utils.conditional('ARAGO_BRAND',"]
Signed-off-by: Praneeth Bajjuri <[email protected]>
---
.../recipes-core/packagegroups/ti-test.bb | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
index cbc246d5..2730c381 100644
--- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb
@@ -66,14 +66,9 @@ ARAGO_TI_TEST_append_ti43x = " \
${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', 'cmem-test', d)} \
"
-ARAGO_TI_TEST_append_omap-a15 = " \
- omapconf \
- ${@oe.utils.conditional('ARAGO_BRAND', 'mainline', '', " \
- ti-ipc-test \
- ${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '',
d)} \
- cmem-test \
- ", d)} \
-"
+ARAGO_TI_TEST_append_omap-a15 = "omapconf ti-ipc-test cmem-test"
+
+ARAGO_TI_TEST_append_omap-a15 = "${@bb.utils.contains('MACHINE_FEATURES',
'mmip', 'omapdrmtest', '', d)}"
ARAGO_TI_TEST_append_k3 = " \
k3conf \
--
2.17.1
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago