summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
diff options
context:
space:
mode:
authorJavier Viguera <javier.viguera@digi.com>2014-08-06 16:47:12 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-08-14 09:16:05 -0300
commitc8bdf54ee4f762dd6a925ae00afd39b6cb1df203 (patch)
tree8292fb899e9068b005c23d83b75a86be0c81e1e0 /meta-fsl-arm
parent353195d19e29d5d82b505e26d3caba519920c05e (diff)
downloadmeta-freescale-c8bdf54ee4f762dd6a925ae00afd39b6cb1df203.tar.gz
meta-fsl-arm: fix some typos
Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r--meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc2
-rw-r--r--meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch2
-rw-r--r--meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
index f37f1d5f0..8ec5a8866 100644
--- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
+++ b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-mx51.inc
@@ -43,7 +43,7 @@ do_install () {
43 ln -sf lib2dz160.so.0 ${D}${libdir}/lib2dz160.so 43 ln -sf lib2dz160.so.0 ${D}${libdir}/lib2dz160.so
44 ln -sf lib2dz430.so.0 ${D}${libdir}/lib2dz430.so 44 ln -sf lib2dz430.so.0 ${D}${libdir}/lib2dz430.so
45 45
46 # FIXME: Remove unkown files 46 # FIXME: Remove unknown files
47 rm -r ${D}${libdir}/libcsi.a \ 47 rm -r ${D}${libdir}/libcsi.a \
48 ${D}${libdir}/libres.a 48 ${D}${libdir}/libres.a
49 49
diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
index 7d129418d..9ff2d14f1 100644
--- a/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
+++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx-2.6.35.3/perf-avoid-use-sysroot-headers.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] perf: Avoid use of sysroot's Linux headers
5 5
6As Yocto now use a newer Linux headers package we end having a build 6As Yocto now use a newer Linux headers package we end having a build
7failure in perf as 'stddef.h' has changed and does not provide NULL 7failure in perf as 'stddef.h' has changed and does not provide NULL
8definiton anymore. To workaround it we add the srcdir onto search path 8definition anymore. To workaround it we add the srcdir onto search path
9for include files, before sysroot one. 9for include files, before sysroot one.
10 10
11Upstream-Status: Inappropriate [build system specific change] 11Upstream-Status: Inappropriate [build system specific change]
diff --git a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb
index a3d982ec4..1806d67e7 100644
--- a/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb
+++ b/meta-fsl-arm/recipes-multimedia/gstreamer/gstreamer1.0-plugins-imx_0.9.7.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
13 13
14inherit waf 14inherit waf
15 15
16# configure the eglvivsink element to use the appropiate EGL platform code 16# configure the eglvivsink element to use the appropriate EGL platform code
17# X11 if x11 is present in DISTRO_FEATURES 17# X11 if x11 is present in DISTRO_FEATURES
18# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is 18# Wayland if x11 is not present in DISTRO_FEATURES, but wayland is
19# Framebuffer otherwise 19# Framebuffer otherwise