From bf1fe809582f424c65e593ece030351aaf797065 Mon Sep 17 00:00:00 2001 From: Stéphane Desneux Date: Tue, 20 Nov 2018 20:37:25 +0100 Subject: add markdown documentation for all machines and features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit THIS IS STILL WIP - not all features/machines are described Bug-AGL: SPEC-1902 Change-Id: I9bd5a3f57946199e1da90cfbed020742710218a1 Signed-off-by: Stéphane Desneux --- templates/feature/agl-devel/agl-devel.md | 37 -------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 templates/feature/agl-devel/agl-devel.md (limited to 'templates/feature/agl-devel/agl-devel.md') diff --git a/templates/feature/agl-devel/agl-devel.md b/templates/feature/agl-devel/agl-devel.md deleted file mode 100644 index 389dcba30..000000000 --- a/templates/feature/agl-devel/agl-devel.md +++ /dev/null @@ -1,37 +0,0 @@ -# The features of agl-devel - -Activation of the agl-devel features turns on -features needed for developping and debugging -agl distribution. - -This includes: - -* adding to images some useful packages -* adding to images the package group 'packagegroup-agl-devel' -* definition of a contionnal the tag 'agl-devel' - for conditionnal building - - * definition of the distro feature 'agl-devel' - * adds packages for development in SDK - -## How to use agl-devel in conditionnal builds - -The following example shows how to activate C/C++ code -specific to agl-devel: - -```yocto -CPPFLAGS_append_agl-devel = " -DAGL_DEVEL" -``` - -Using this, any code enclosed in - -```yocto -#ifdef AGL_DEVEL -...my code specific to agl-devel... -#endif -``` - -will normaly be effective only if agl-devel is set on. - -At this time, it is recommended to use AGL_DEVEL as tag -within C/C++ code. -- cgit 1.2.3-korg