diff options
| author | Jan Altenberg <jan@linutronix.de> | 2014-08-22 12:27:23 +0200 |
|---|---|---|
| committer | Jan Altenberg <jan@linutronix.de> | 2014-08-22 12:27:23 +0200 |
| commit | 03f0d59eacdc82da8a5054c7d304bc1e95646387 (patch) | |
| tree | 78c734ffd542614166609816df69a3dc945f5907 /distribution/yocto-basic | |
| parent | 01b24c95d5fe5b2a986799fd7783518a6f4c4698 (diff) | |
| parent | b1699a7d3b9b856acaf5d6bfac7ae3c87503643f (diff) | |
Merge branch 'yocto-new'
Diffstat (limited to 'distribution/yocto-basic')
| -rw-r--r-- | distribution/yocto-basic/Kconfig | 5 | ||||
| -rw-r--r-- | distribution/yocto-basic/Makefile | 1 | ||||
| -rw-r--r-- | distribution/yocto-basic/pres_yocto-basic.tex | 11 |
3 files changed, 17 insertions, 0 deletions
diff --git a/distribution/yocto-basic/Kconfig b/distribution/yocto-basic/Kconfig new file mode 100644 index 0000000..e5c8959 --- /dev/null +++ b/distribution/yocto-basic/Kconfig @@ -0,0 +1,5 @@ +config YOCTO_BASIC + bool "Yocto Basics" + default y + help + Building an x86 Image, Toochain and ADT, adding own Packages diff --git a/distribution/yocto-basic/Makefile b/distribution/yocto-basic/Makefile new file mode 100644 index 0000000..e6aa4d1 --- /dev/null +++ b/distribution/yocto-basic/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_YOCTO_BASIC) = pres_yocto-basic.pdf diff --git a/distribution/yocto-basic/pres_yocto-basic.tex b/distribution/yocto-basic/pres_yocto-basic.tex new file mode 100644 index 0000000..f10b6e3 --- /dev/null +++ b/distribution/yocto-basic/pres_yocto-basic.tex @@ -0,0 +1,11 @@ +\input{configpres} + +\title{YOCTO - Basics} +\maketitle + +\begin{frame} +\frametitle{What is Yocto?} +bla +\end{frame} + +\input{tailpres} |
