[meta-freescale] [PATCH] sg3-utils: Move bbappend to dynamic layers

Pierre-Jean TEXIER texier.pj2 at gmail.com
Tue May 29 09:30:43 PDT 2018


The sg3-utils recipe can only be built if the meta-oe
layer is present, so move it to the dynamic layers.

Signed-off-by: Pierre-Jean TEXIER <texier.pj2 at gmail.com>
---
 .../openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend    | 1 +
 recipes-support/sg3-utils/sg3-utils_%.bbappend                           | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 dynamic-layers/openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend
 delete mode 100644 recipes-support/sg3-utils/sg3-utils_%.bbappend

diff --git a/dynamic-layers/openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend b/dynamic-layers/openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend
new file mode 100644
index 0000000..608377e
--- /dev/null
+++ b/dynamic-layers/openembedded-layer/recipes-support/sg3-utils/sg3-utils_%.bbappend
@@ -0,0 +1 @@
+BBCLASSEXTEND = "native nativesdk"
diff --git a/recipes-support/sg3-utils/sg3-utils_%.bbappend b/recipes-support/sg3-utils/sg3-utils_%.bbappend
deleted file mode 100644
index 608377e..0000000
--- a/recipes-support/sg3-utils/sg3-utils_%.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-BBCLASSEXTEND = "native nativesdk"
-- 
2.7.4



More information about the meta-freescale mailing list