diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-16 12:41:14 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:49 +0000 |
| commit | f972db3a048657c33ff45635f193c28e74ef5cfe (patch) | |
| tree | 14504cb946c95120c82f36618402a711a2f83692 | |
| parent | c037dd7b4c7d4398aa7524351f33c61a19091e89 (diff) | |
| download | poky-f972db3a048657c33ff45635f193c28e74ef5cfe.tar.gz | |
dev-manual: Updates to the "Locate a Base Recipe" section.
Bob Cochran pointed out that the skeleton recipe shown in the
example is not really what is created by newbb.vim. I updated the
example to match.
(From yocto-docs rev: 2dfa712522aec5204b9e739b6060109090280011)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 33b4038834..8a9326cc7f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -1248,19 +1248,14 @@ | |||
| 1248 | <listitem><para><emphasis>Use and modify the following | 1248 | <listitem><para><emphasis>Use and modify the following |
| 1249 | skeleton recipe:</emphasis> | 1249 | skeleton recipe:</emphasis> |
| 1250 | <literallayout class='monospaced'> | 1250 | <literallayout class='monospaced'> |
| 1251 | SUMMARY = "" | 1251 | DESCRIPTION = "" |
| 1252 | HOMEPAGE = "" | 1252 | HOMEPAGE = "" |
| 1253 | LICENSE = "" | 1253 | LICENSE = "" |
| 1254 | 1254 | SECTION = "" | |
| 1255 | DEPENDS = "" | ||
| 1255 | LIC_FILES_CHKSUM = "" | 1256 | LIC_FILES_CHKSUM = "" |
| 1256 | 1257 | ||
| 1257 | SRC_URI = "" | 1258 | SRC_URI = "" |
| 1258 | SRC_URI[md5sum] = "" | ||
| 1259 | SRC_URI[sha256sum] = "" | ||
| 1260 | |||
| 1261 | S = "${WORKDIR}/${PN}-${PV}" | ||
| 1262 | |||
| 1263 | inherit <replaceable>stuff</replaceable> | ||
| 1264 | </literallayout> | 1259 | </literallayout> |
| 1265 | Modifying this recipe is the recommended method for | 1260 | Modifying this recipe is the recommended method for |
| 1266 | creating a new recipe. | 1261 | creating a new recipe. |
