From 3ce5555652c9b76aa0a2d70a3aae1da2c1bab012 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Thu, 2 May 2019 16:00:30 +0206 Subject: yocto-example-layer: fix typos - misspelled "graphics" - missing "$" for bitbake variable Signed-off-by: John Ogness --- distribution/yocto-example-layer/distro.tex | 2 +- distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'distribution') diff --git a/distribution/yocto-example-layer/distro.tex b/distribution/yocto-example-layer/distro.tex index 0eefa60..a53a674 100644 --- a/distribution/yocto-example-layer/distro.tex +++ b/distribution/yocto-example-layer/distro.tex @@ -33,7 +33,7 @@ \end{frame} \begin{frame} -\frametitle{distro features: grahpics} +\frametitle{distro features: graphics} \begin{description} \item[opengl] the Open Graphics Library, which is a cross-language, multi-platform application programming interface used for rendering two diff --git a/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex b/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex index e1a0176..5227062 100644 --- a/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex +++ b/distribution/yocto-example-layer/yocto-add-qt-cmake-projects.tex @@ -16,7 +16,7 @@ inherit cmake #export EXTRA_OECMAKE = '-DBLUBB="bla" -FILES_{PN} = "${bindir}/hellocm" +FILES_${PN} = "${bindir}/hellocm" \end{verbatim} \end{frame} -- cgit v1.2.3