]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-mfgtool.inc: Fix wrong build dependency
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Aug 2018 00:56:40 +0000 (21:56 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Aug 2018 01:03:29 +0000 (22:03 -0300)
This fixes following error:

ERROR: Nothing PROVIDES 'virtual/mfgtool-arm-...-binutils'.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 7a5f1e14504e43bf41ebb9f36cb56bd71cceab32)

recipes-kernel/linux/linux-mfgtool.inc

index d6a2fa50b073a5ab0d7d8afc846dbe609acaf71c..915090dcc83926b7c39081ef057dacc5bea733e5 100644 (file)
@@ -6,7 +6,7 @@
 # This file must be included after the original linux-imx.inc file
 # as it overrides the needed values.
 #
-# Copyright (C) 2014, 2015 O.S. Systems Software LTDA.
+# Copyright (C) 2014, 2015, 2018 O.S. Systems Software LTDA.
 
 # Adjust provides
 PROVIDES = "linux-mfgtool"
@@ -92,3 +92,5 @@ emit_depmod_pkgdata() {
 do_install_append() {
     rm -r ${STAGING_KERNEL_BUILDDIR}
 }
+
+POPULATESYSROOTDEPS_class-target = "virtual/${TARGET_PREFIX}binutils:do_populate_sysroot"