diff options
-rw-r--r-- | documentation/poky.ent | 6 | ||||
-rw-r--r-- | documentation/ref-manual/migration.xml | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index e716a1296b..8506589e93 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -61,15 +61,15 @@ | |||
61 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | 61 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> |
62 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 62 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
63 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 63 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
64 | build-essential chrpath socat cpio python python3 python3-pip python3-expect \ | 64 | build-essential chrpath socat cpio python python3 python3-pip \ |
65 | xz which"> | 65 | xz which"> |
66 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 66 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
67 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 67 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
68 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 68 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
69 | findutils which file cpio python python3-pip python3-expect xz which"> | 69 | findutils which file cpio python python3-pip xz which"> |
70 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 70 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
71 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | 71 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
72 | python3-expect xz which"> | 72 | xz which"> |
73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release | 73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release |
74 | $ sudo yum makecache | 74 | $ sudo yum makecache |
75 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 75 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 92f8a7f67b..5b6409d503 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -3970,11 +3970,17 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64. | |||
3970 | The Open-Embedded build system now uses one sysroot per | 3970 | The Open-Embedded build system now uses one sysroot per |
3971 | recipe to resolve long-standing issues with configuration | 3971 | recipe to resolve long-standing issues with configuration |
3972 | script auto-detection of undeclared dependencies. | 3972 | script auto-detection of undeclared dependencies. |
3973 | Consequently, you must explicitely declare all build-time | 3973 | Consequently, you must explicitly declare all build-time |
3974 | dependencies for your recipe. | 3974 | dependencies for your recipe. |
3975 | If you do not declare these dependencies, they are not | 3975 | If you do not declare these dependencies, they are not |
3976 | populated into the sysroot for the recipe. | 3976 | populated into the sysroot for the recipe. |
3977 | </para> | 3977 | </para> |
3978 | |||
3979 | <para> | ||
3980 | You can find information on how this works in the | ||
3981 | <link linkend='ref-classes-staging'><filename>staging</filename></link> | ||
3982 | class. | ||
3983 | </para> | ||
3978 | </section> | 3984 | </section> |
3979 | 3985 | ||
3980 | <section id='migration-2.3-path-variable'> | 3986 | <section id='migration-2.3-path-variable'> |