]> code.ossystems Code Review - meta-freescale.git/commitdiff
meta-fsl-arm: fix some typos
authorJavier Viguera <javier.viguera@digi.com>
Wed, 6 Aug 2014 14:47:12 +0000 (16:47 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 14 Aug 2014 12:16:05 +0000 (09:16 -0300)
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb

index f37f1d5f008a12a451fdcaeda40e081d4427a8f1..8ec5a88665bbbb18ede8fae12eae715f82a68bc4 100644 (file)
@@ -43,7 +43,7 @@ do_install () {
     ln -sf lib2dz160.so.0 ${D}${libdir}/lib2dz160.so
     ln -sf lib2dz430.so.0 ${D}${libdir}/lib2dz430.so
 
-    # FIXME: Remove unkown files
+    # FIXME: Remove unknown files
     rm -r ${D}${libdir}/libcsi.a \
           ${D}${libdir}/libres.a
 
index 7d129418d30aa1cb937e8b5d23c35f7126d98250..9ff2d14f162f1f401c4214afdfc8a004e7a51aae 100644 (file)
@@ -5,7 +5,7 @@ Subject: [PATCH] perf: Avoid use of sysroot's Linux headers
 
 As Yocto now use a newer Linux headers package we end having a build
 failure in perf as 'stddef.h' has changed and does not provide NULL
-definiton anymore. To workaround it we add the srcdir onto search path
+definition anymore. To workaround it we add the srcdir onto search path
 for include files, before sysroot one.
 
 Upstream-Status: Inappropriate [build system specific change]
index a3d982ec48f93c0c3588471e1e59a91d1614eafd..1806d67e7d3dfaae15da856d6b84c6b91db08a0c 100644 (file)
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
 
 inherit waf
 
-# configure the eglvivsink element to use the appropiate EGL platform code
+# configure the eglvivsink element to use the appropriate EGL platform code
 # X11 if x11 is present in DISTRO_FEATURES
 # Wayland if x11 is not present in DISTRO_FEATURES, but wayland is
 # Framebuffer otherwise