]> code.ossystems Code Review - meta-freescale.git/commitdiff
fsl-dynamic-packagearch.bbclass: fix typo
authorJavier Viguera <javier.viguera@digi.com>
Tue, 18 Feb 2014 12:53:49 +0000 (13:53 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 19 Feb 2014 12:08:10 +0000 (09:08 -0300)
s/PACHAGE_ARCH/PACKAGE_ARCH

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
meta-fsl-arm/classes/fsl-dynamic-packagearch.bbclass

index def8e718d9049c6bf6b9ab25a58367811d88745c..40eae6c4fd44fa4fcc027e83166bd5fc32f049be 100644 (file)
@@ -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