From 5d9043ce4f07dbc63a2996874e798de4a83538c2 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Tue, 27 Nov 2018 22:57:33 +0100 Subject: add 'yocto-layer-example' This is a first attemp to create a new slideset for day2 of yocto-trainig. The slideset is based on 'yocto-advanced' but with integration of 'meta-schulung' explanations. I used a slightly modified version of 'meta-schulung'. The following changes are currently not available in git: I don't use linux-yocto in meta-schulung, but use an own kernel-recipe and integrate the RT-PREEMPT patch. wic: i can't see the need for the second partition and the need for huge files in the kconfig. It works for me by adding ' --align 1024 ' to the wic setup. I decided to use ext2 instead of ext4. I renamed the rootfs.bb file into schulung-base.bb I use the u-boot recipe from poky. However i don't use u-boot for anything atm. But bootloader is on our agenda.. Signed-off-by: Manuel Traut --- .../pres_yocto-example-layer.tex | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 distribution/yocto-example-layer/pres_yocto-example-layer.tex (limited to 'distribution/yocto-example-layer/pres_yocto-example-layer.tex') diff --git a/distribution/yocto-example-layer/pres_yocto-example-layer.tex b/distribution/yocto-example-layer/pres_yocto-example-layer.tex new file mode 100644 index 0000000..ac85c48 --- /dev/null +++ b/distribution/yocto-example-layer/pres_yocto-example-layer.tex @@ -0,0 +1,48 @@ +\input{configpres} + +\title{YOCTO - Advanced Example Layer} +\date{} +\maketitle + +\begin{frame} +\frametitle{Agenda 1/2} +\begin{itemize} +\item Own Layer +\item Distribution +\item BSP +\item Application Integration +\item Minimal Image +\item Kernel +\end{itemize} +\end{frame} + +\begin{frame} +\frametitle{Agenda 2/2} +\begin{itemize} +\item SDCard Image +\item Busybox Image +\item Remote Debugging Support +\item Bootloader +\item Add PREEMPT\_RT\_PATCH +\item Image customizations +\item Devtool +\end{itemize} +\end{frame} + +\input{yocto-layers} +\input{distro} +\input{machine} +\input{application} +\input{yocto-add-autotools-based-src} +\input{yocto-add-qt-cmake-projects} +\input{image} +\input{kernel} +\input{sdcard} +\input{base-files} +\input{tcf-agent} +\input{bootloader} +\input{rtpreempt} +\input{customization} +\input{devtool} +\input{yocto-resume} +\input{tailpres} -- cgit v1.2.3