On 9/29/2017 2:23 PM, Eric Ruei wrote:
Signed-off-by: Eric Ruei <[email protected]>
---
  conf/layer.conf | 6 ++++++
  1 file changed, 6 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 0334463..8e2c5a1 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,3 +7,9 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb 
${LAYERDIR}/recipes*/*/*.bbappend"
  BBFILE_COLLECTIONS += "meta-processor-sdk"
  BBFILE_PATTERN_meta-processor-sdk := "^${LAYERDIR}/"
  BBFILE_PRIORITY_meta-processor-sdk = "15"
+
+SIGGEN_EXCLUDERECIPES_ABISAFE_remove = " ti-sgx-ddk-km  ti-sgx-ddk-um"
+SIGGEN_EXCLUDERECIPES_ABISAFE_append = " \

There should be no need to replace these in this list. As not all of these recipes are applicable in every build, you should only need to add 'ti-xsgx-ddk-km' to this list.

+    ${@bb.utils.contains("MACHINE_FEATURES", "xsgx", "ti-xsgx-ddk-km", 
"ti-sgx-ddk-km", d)} \
+    ${@bb.utils.contains("MACHINE_FEATURES", "xsgx", "ti-xsgx-ddk-um", 
"ti-sgx-ddk-um", d)} \
+"

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to