From 0d194a8c621006d3846f9fe3a756ce71a15f733a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 27 Sep 2013 13:58:02 -0700 Subject: dev-manual, ref-manual: Review edits for new variables. Applied review changes to the following variables: IMAGE_NAME DATETIME SDK_ARCH IMAGE_BASENAME TUNE_PKGARCH PACKAGE_GROUP COMPLEMENTARY_GLOB BUSYBOX_SPLIT_SUID Also, reformatted some 1.5 package version requirements into a list rather than a lazy literallayout tag. Provided some new wording for the "Directory Layout Changes" section in the Migration chapter. (From yocto-docs rev: 60c3a905dd9212f1b4f6969341640a0726342d11) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/migration.xml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'documentation/ref-manual/migration.xml') diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 1b3b9d99dc..9915c3ce02 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml @@ -595,16 +595,15 @@ The OpenEmbedded build system now has some additional requirements on the host system: - - Python 2.7.3+ - - tar 1.24+ - - git 1.7.5+ - - Patched version of make if you are using make version 3.82. Most - distributions that provide make 3.82 have now done this. - + + Python 2.7.3+ + Tar 1.24+ + Git 1.7.5+ + Patched version of Make if you are using + 3.82. + Most distributions that provide Make 3.82 use the patched + version. + If the Linux distribution you are using on your build host does not provide packages for these, you can install and use the Buildtools tarball, which provides an SDK-like environment @@ -733,7 +732,12 @@ The pkgdata directory produced as part of the packaging process has been collapsed into a - single machine-specific directory. + single machine-specific directory. + These directories are located under + sysroots and use a machine-specific + name (i.e. + tmp/sysroots/<machine>/pkgdata). + @@ -778,7 +782,7 @@ Valid IMAGE_FEATURES are drawn from PACKAGE_GROUP definitions, - COMPLEMENTARY_GLOBS + COMPLEMENTARY_GLOB and a new 'validitems' varflag on IMAGE_FEATURES. This change allows additional features to be added if they -- cgit v1.2.3-54-g00ecf