s/PACHAGE_ARCH/PACKAGE_ARCH Signed-off-by: Javier Viguera <[email protected]> --- classes/fsl-dynamic-packagearch.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/classes/fsl-dynamic-packagearch.bbclass b/classes/fsl-dynamic-packagearch.bbclass index def8e718d904..40eae6c4fd44 100644 --- a/classes/fsl-dynamic-packagearch.bbclass +++ b/classes/fsl-dynamic-packagearch.bbclass @@ -5,10 +5,10 @@ # boards. # # MACHINE_SOCARCH_FILTER list all packages associated with -# MACHINE_SOCARCH and, when match, will set PACHAGE_ARCH as MACHINE_SOCARCH +# MACHINE_SOCARCH and, when match, will set PACKAGE_ARCH as MACHINE_SOCARCH # # MACHINE_ARCH_FILTER list all packages associated with -# MACHINE_ARCH and, when match, will set PACHAGE_ARCH as MACHINE_ARCH +# MACHINE_ARCH and, when match, will set PACKAGE_ARCH as MACHINE_ARCH # # For example, in meta-fsl-arm, this is used to share GPU packages for # i.MX53 boards (as all them share the AMD GPU) and i.MX6 based boards _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
