From e2935d36d2cfdfa56e40642535a409c7e5ba50f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Jul 2012 14:12:10 -0700 Subject: documentation/poky-ref-manual/development.xml: Deleted development chapter The Development chapter has been emptied out so it is now deleted from the reference manual. All relevant topics now reside in the YP Development Manual. (From yocto-docs rev: aa30971ea0b23c19e3fefcb48db8aa4c0db8e95e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/development.xml | 45 --------------------------- 1 file changed, 45 deletions(-) delete mode 100644 documentation/poky-ref-manual/development.xml (limited to 'documentation') diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml deleted file mode 100644 index af8a59cb0c..0000000000 --- a/documentation/poky-ref-manual/development.xml +++ /dev/null @@ -1,45 +0,0 @@ - %poky; ] > - - -Platform Development with the Yocto Project - -
- Application Development Using the Yocto Project - - The Yocto Project supports several methods of application development through which - you can create user-space software designed to run on an embedded device that uses - a Yocto Project image, which was developed with the OpenEmbedded build system. - This flexibility allows you to choose the method that works best for you. - This chapter describes each development method. - - -
- Development Within Yocto Project for a Package that Uses an External SCM - - - If you're working on a recipe that pulls from an external Source Code Manager (SCM), it - is possible to have the OpenEmbedded build system notice new changes added to the - SCM and then build the package that depends on them using the latest version. - This only works for SCMs from which it is possible to get a sensible revision number for changes. - Currently, you can do this with Apache Subversion (SVN), Git, and Bazaar (BZR) repositories. - - - - To enable this behavior, simply add the following to the local.conf - configuration file found in the - build directory: - - SRCREV_pn-<PN> = "${AUTOREV}" - - where PN - is the name of the package for which you want to enable automatic source - revision updating. - -
-
-
- -- cgit v1.2.3-54-g00ecf