Use TOOLCHAIN variable instead of directly inheriting the class.
Signed-off-by: Pawel Zalewski pzalewski@thegoodpenguin.co.uk --- .../recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-morello/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb b/meta-morello/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb index 99a117e..3c45b05 100644 --- a/meta-morello/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb +++ b/meta-morello/recipes-devtools/gen-init-cpio/gen-init-cpio-native.bb @@ -1,10 +1,13 @@ -inherit llvm-morello-native native +inherit native
SUMMARY = "Gen init cpio" DESCRIPTION = "Gen init cpio" HOMEPAGE = "http://llvm.org" LICENSE = "GPL-2.0-only"
+TOOLCHAIN = "llvm-morello" + + OUTPUTS_NAME = "gen-init-cpio" PROVIDES = "${OUTPUTS_NAME}-native"