From 4884e38a6c96bd7176911e4d5fcf7c10dd4c5a6c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 31 Aug 2011 09:00:55 -0700 Subject: documentation/dev-manual/dev-manual-bsp-appendix.xml: Fixed BBFILES_COLLECTIONS. Jim Abernathy ran into an error in the BSP example. The error had the BBFILES_COLLECTIONS_mymachine in it (incorrect). It needs to be BBFILES_COLLECTIONS. (From yocto-docs rev: 267a385aa5ab0eb46cf583db418cbbcab1e8b89b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 440e8a67fc..9c7d5b6a72 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -199,7 +199,7 @@ Simply substitute the machine string name crownbay with the new machine name mymachine to get the following: - BBFILE_COLLECTIONS_mymachine += "mymachine" + BBFILE_COLLECTIONS += "mymachine" BBFILE_PATTERN_mymachine := "^${LAYERDIR}/" BBFILE_PRIORITY_mymachine = "6" -- cgit v1.2.3-54-g00ecf