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


Bas Mevissen
 

Thanks, works fine now.
-- Bas.

On 2018-05-29 18:30, Pierre-Jean TEXIER wrote:
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@...>
Tested-by: Bas Mevissen <abuse@...>
---
.../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

Join meta-freescale@lists.yoctoproject.org to automatically receive all group messages.