From 3c576c802590ddfb927d22293c70c9b62529f970 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 11 Oct 2013 08:56:48 -0700 Subject: dev-manual: Updated "Using .bbappend Files" section. The actual file listings for the formfactor_0.0.bb and formfactor_0.0.bbappend files had changed. I updated the listings to match the actual files with the release. (From yocto-docs rev: 8b2e285d83a9bfd97ed123085d046eaeec2be6f8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index b9ad1a75a6..ab7b0ff652 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -522,7 +522,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - PR = "r21" + PR = "r41" SRC_URI = "file://config file://machconfig" S = "${WORKDIR}" @@ -537,7 +537,8 @@ if [ -s "${S}/machconfig" ]; then install -m 0644 ${S}/machconfig ${D}${sysconfdir}/formfactor/ fi - } + } + In the main recipe, note the SRC_URI variable, which tells the OpenEmbedded build system where to @@ -552,8 +553,6 @@ The file is in recipes-bsp/formfactor: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - - PRINC := "${@int(PRINC) + 2}" -- cgit v1.2.3-54-g00ecf