From abc8ebe036b0e9379f62ab123e7f096fbb03e699 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 5 Oct 2023 11:33:45 +0200 Subject: [PATCH] labs/yocto-add-application: no need to set package revision No longer necessar Signed-off-by: Michael Opdenacker --- labs/yocto-add-application/yocto-add-application.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/yocto-add-application/yocto-add-application.tex b/labs/yocto-add-application/yocto-add-application.tex index 47d7d3092c..1e138ae0d9 100644 --- a/labs/yocto-add-application/yocto-add-application.tex +++ b/labs/yocto-add-application/yocto-add-application.tex @@ -45,8 +45,8 @@ \section{Write the version specific recipe} Create a file that respects the Yocto nomenclature: \code{${PN}_${PV}.bb} %stopzone -Add the required common configuration variables: archive checksum, license file -checksum, package revision\dots +Add the required common configuration variables: archive checksum and license +file checksum. \section{Testing and troubleshooting}